PERFORCE change 39478 for review
Sam Leffler
sam at FreeBSD.org
Fri Oct 10 16:28:38 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=39478
Change 39478 by sam at sam_ebb on 2003/10/10 16:27:50
change default for kern.polling.in_idle to 1
Affected files ...
.. //depot/projects/netperf/sys/kern/kern_poll.c#4 edit
Differences ...
==== //depot/projects/netperf/sys/kern/kern_poll.c#4 (text+ko) ====
@@ -118,7 +118,7 @@
SYSCTL_UINT(_kern_polling, OID_AUTO, burst_max, CTLFLAG_RW,
&poll_burst_max, 0, "Max Polling burst size");
-static u_int32_t poll_in_idle_loop=0; /* do we poll in idle loop ? */
+static u_int32_t poll_in_idle_loop=1; /* do we poll in idle loop ? */
SYSCTL_UINT(_kern_polling, OID_AUTO, idle_poll, CTLFLAG_RW,
&poll_in_idle_loop, 0, "Enable device polling in idle loop");
More information about the p4-projects
mailing list