From: ftillier Date: Wed, 31 May 2006 21:47:44 +0000 (+0000) Subject: [IPoIB] Increase default queue depth to 512 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1acf8402f8a39aa82ec39d94519e1e943f5f6928;p=~shefty%2Frdma-win.git [IPoIB] Increase default queue depth to 512 git-svn-id: svn://openib.tc.cornell.edu/gen1@368 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/ulp/ipoib/kernel/netipoib.inf b/trunk/ulp/ipoib/kernel/netipoib.inf index a163518b..47f1602a 100644 --- a/trunk/ulp/ipoib/kernel/netipoib.inf +++ b/trunk/ulp/ipoib/kernel/netipoib.inf @@ -62,7 +62,7 @@ HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi\Params\RqDepth, ParamDesc, 0, "Receive Queue Depth" HKR, Ndi\Params\RqDepth, Type, 0, "dword" -HKR, Ndi\Params\RqDepth, Default, 0, "128" +HKR, Ndi\Params\RqDepth, Default, 0, "512" HKR, Ndi\Params\RqDepth, Optional, 0, "0" HKR, Ndi\Params\RqDepth, Min, 0, "128" HKR, Ndi\Params\RqDepth, Max, 0, "1024" @@ -70,7 +70,7 @@ HKR, Ndi\Params\RqDepth, Step, 0, "128" HKR, Ndi\Params\SqDepth, ParamDesc, 0, "Send Queue Depth" HKR, Ndi\Params\SqDepth, Type, 0, "dword" -HKR, Ndi\Params\SqDepth, Default, 0, "128" +HKR, Ndi\Params\SqDepth, Default, 0, "512" HKR, Ndi\Params\SqDepth, Optional, 0, "0" HKR, Ndi\Params\SqDepth, Min, 0, "128" HKR, Ndi\Params\SqDepth, Max, 0, "1024"