From 92e75552dd04f0e1d3d2ba618defdd94550f21e1 Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 15 May 2007 17:04:48 +0000 Subject: [PATCH] Severity : normal Frequency : rare Bugzilla : 11472 Description: Changed the default kqswlnd ntxmsg=512 --- lnet/ChangeLog | 7 ++++++- lnet/klnds/qswlnd/qswlnd_modparams.c | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lnet/ChangeLog b/lnet/ChangeLog index f0756ad..bc1727d 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -29,7 +29,12 @@ 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 diff --git a/lnet/klnds/qswlnd/qswlnd_modparams.c b/lnet/klnds/qswlnd/qswlnd_modparams.c index 62f8924..87f5165 100644 --- a/lnet/klnds/qswlnd/qswlnd_modparams.c +++ b/lnet/klnds/qswlnd/qswlnd_modparams.c @@ -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, -- 1.8.3.1