From: ftillier Date: Mon, 10 Apr 2006 19:31:42 +0000 (+0000) Subject: [WSD] Set default polling count from 0 to 500 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9cd3767050a1ac03fdc730d7c739a15d1a7e97f6;p=~shefty%2Frdma-win.git [WSD] Set default polling count from 0 to 500 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 --- diff --git a/trunk/ulp/wsd/user/ibspdll.c b/trunk/ulp/wsd/user/ibspdll.c index 08bf8a13..aa0f3891 100644 --- a/trunk/ulp/wsd/user/ibspdll.c +++ b/trunk/ulp/wsd/user/ibspdll.c @@ -51,7 +51,7 @@ static const GUID provider_guid = { static DWORD no_read = 0; uint32_t g_max_inline = 0xFFFFFFFF; -uint32_t g_max_poll = 0; +uint32_t g_max_poll = 500; /*