Date: Thu, 20 Oct 2005 17:45:58 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c Message-ID: <200510201745.j9KHjwkV016819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2005-10-20 17:45:58 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Use sched_bind() to make sure the DPC threads are bound to the correct processor, to insure DPC thread 0 runs on CPU0, DPC thread 1 runs on CPU1, and so on. Elevate the priority of the workitem threads, though don't use as high a priority as the DPC threads. Revision Changes Path 1.75 +15 -1 src/sys/compat/ndis/subr_ntoskrnl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510201745.j9KHjwkV016819>