[PVFS2-CVS] commit by neill in pvfs2/src/proto: pvfs2-req-proto.h

CVS commit program cvs at parl.clemson.edu
Wed Feb 25 14:55:35 EST 2004


Update of /projects/cvsroot/pvfs2/src/proto
In directory parlweb:/tmp/cvs-serv7336/src/proto

Modified Files:
	pvfs2-req-proto.h 
Log Message:
- clean up msgpair error handling where we assert if the recv completes
  without errors before the send, but error out properly if we can't post
  the recv
- decrease max num dirent constant to avoid gm post failure due to a buffer
  size that is too large
[ thanks, phil for helping me find this stuff ]


Index: pvfs2-req-proto.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/proto/pvfs2-req-proto.h,v
diff -p -u -r1.100 -r1.101
--- pvfs2-req-proto.h	8 Jan 2004 19:33:06 -0000	1.100
+++ pvfs2-req-proto.h	25 Feb 2004 19:55:34 -0000	1.101
@@ -84,7 +84,7 @@ enum PVFS_server_op
 #define PVFS_REQ_LIMIT_DFILE_COUNT_IS_VALID(dfile_count) \
 ((dfile_count > 0) && (dfile_count < PVFS_REQ_LIMIT_DFILE_COUNT))
 /* max count of directory entries per readdir request */
-#define PVFS_REQ_LIMIT_DIRENT_COUNT       1024
+#define PVFS_REQ_LIMIT_DIRENT_COUNT        512
 /* max number of perf metrics returned by mgmt perf mon op */
 #define PVFS_REQ_LIMIT_MGMT_PERF_MON_COUNT 16
 /* max number of events returned by mgmt event mon op */



More information about the PVFS2-CVS mailing list