From owner-cvs-src@FreeBSD.ORG Thu Oct 20 17:45:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4561E16A41F; Thu, 20 Oct 2005 17:45:59 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03FE943D64; Thu, 20 Oct 2005 17:45:59 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9KHjwNR016820; Thu, 20 Oct 2005 17:45:58 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9KHjwkV016819; Thu, 20 Oct 2005 17:45:58 GMT (envelope-from wpaul) Message-Id: <200510201745.j9KHjwkV016819@repoman.freebsd.org> From: Bill Paul Date: Thu, 20 Oct 2005 17:45:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/ndis subr_ntoskrnl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 17:45:59 -0000 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