]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[IPoIB] Increase default queue depth to 512
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 31 May 2006 21:47:44 +0000 (21:47 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 31 May 2006 21:47:44 +0000 (21:47 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@368 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/ipoib/kernel/netipoib.inf

index a163518b2755e07046e32d10e686dc82f9829fc2..47f1602ae2d26080ebae33006707eb4eefede4e5 100644 (file)
@@ -62,7 +62,7 @@ HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
 \r
 HKR, Ndi\Params\RqDepth,               ParamDesc,      0, "Receive Queue Depth"\r
 HKR, Ndi\Params\RqDepth,               Type,           0, "dword"\r
-HKR, Ndi\Params\RqDepth,               Default,        0, "128"\r
+HKR, Ndi\Params\RqDepth,               Default,        0, "512"\r
 HKR, Ndi\Params\RqDepth,               Optional,       0, "0"\r
 HKR, Ndi\Params\RqDepth,               Min,            0, "128"\r
 HKR, Ndi\Params\RqDepth,               Max,            0, "1024"\r
@@ -70,7 +70,7 @@ HKR, Ndi\Params\RqDepth,              Step,           0, "128"
 \r
 HKR, Ndi\Params\SqDepth,               ParamDesc,      0, "Send Queue Depth"\r
 HKR, Ndi\Params\SqDepth,               Type,           0, "dword"\r
-HKR, Ndi\Params\SqDepth,               Default,        0, "128"\r
+HKR, Ndi\Params\SqDepth,               Default,        0, "512"\r
 HKR, Ndi\Params\SqDepth,               Optional,       0, "0"\r
 HKR, Ndi\Params\SqDepth,               Min,            0, "128"\r
 HKR, Ndi\Params\SqDepth,               Max,            0, "1024"\r