]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WSD] Set default polling count from 0 to 500
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 10 Apr 2006 19:31:42 +0000 (19:31 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Mon, 10 Apr 2006 19:31:42 +0000 (19:31 +0000)
This changes the default behavior of the provider to favor latency
at the cost of CPU utilization.  This was disabled previously because
of bugs in the WinSock DLL that have been fixed in hotfix KB901481.

git-svn-id: svn://openib.tc.cornell.edu/gen1@307 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/ulp/wsd/user/ibspdll.c

index 08bf8a13ecd7c8ce0451d76214e4ca3ee33c78c6..aa0f38917493db331e9f6f474cadfce0c9c0aa74 100644 (file)
@@ -51,7 +51,7 @@ static const GUID provider_guid = {
 \r
 static DWORD   no_read = 0;\r
 uint32_t               g_max_inline = 0xFFFFFFFF;\r
-uint32_t               g_max_poll = 0;\r
+uint32_t               g_max_poll = 500;\r
 \r
 \r
 /*\r