Whamcloud - gitweb
Severity : normal
authoreeb <eeb>
Tue, 15 May 2007 17:04:48 +0000 (17:04 +0000)
committereeb <eeb>
Tue, 15 May 2007 17:04:48 +0000 (17:04 +0000)
Frequency  : rare
Bugzilla   : 11472
Description: Changed the default kqswlnd ntxmsg=512

lnet/ChangeLog
lnet/klnds/qswlnd/qswlnd_modparams.c

index f0756ad..bc1727d 100644 (file)
        mxlnd     - MX 1.2.1 or later
        ptllnd    - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x
        * bug fixes
-
+       
+Severity   : normal
+Frequency  : rare
+Bugzilla   : 11472
+Description: Changed the default kqswlnd ntxmsg=512
+       
 Severity   : major
 Frequency  : rare
 Bugzilla   : 12458
index 62f8924..87f5165 100644 (file)
@@ -25,9 +25,9 @@ static int tx_maxcontig = (1<<10);
 CFS_MODULE_PARM(tx_maxcontig, "i", int, 0444,
                "maximum payload to de-fragment");
 
-static int ntxmsgs = 256;
+static int ntxmsgs = 512;
 CFS_MODULE_PARM(ntxmsgs, "i", int, 0444,
-               "# 'normal' tx msg buffers");
+               "# tx msg buffers");
 
 static int credits = 128;
 CFS_MODULE_PARM(credits, "i", int, 0444,