[Pvfs2-cvs] commit by sson in pvfs2/src/io/bmi/bmi_tcp: bmi-tcp.c

CVS commit program cvs at parl.clemson.edu
Thu Jul 16 17:15:16 EDT 2009


Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_tcp
In directory parlweb1:/tmp/cvs-serv10098/src/io/bmi/bmi_tcp

Modified Files:
      Tag: as-branch
	bmi-tcp.c 
Log Message:
Improved stripe alignment algorithm, especially for the 1st and last stripes.
Increased the BMI buffer size: the default was 16MB



Index: bmi-tcp.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_tcp/bmi-tcp.c,v
diff -p -u -r1.142.4.3 -r1.142.4.4
--- bmi-tcp.c	17 Jun 2009 20:12:45 -0000	1.142.4.3
+++ bmi-tcp.c	16 Jul 2009 21:15:16 -0000	1.142.4.4
@@ -391,7 +391,7 @@ enum
 enum
 {
     TCP_MODE_EAGER_LIMIT = 16384,	/* 16K */
-    TCP_MODE_REND_LIMIT = 16777216	/* 16M */
+    TCP_MODE_REND_LIMIT = 16777216*6	/* 16M */ /* sson: 96MB */
 };
 
 /* toggles cancel mode; for bmi_tcp this will result in socket being closed



More information about the Pvfs2-cvs mailing list