From owner-freebsd-arch@FreeBSD.ORG Tue Dec 25 03:52:04 2007 Return-Path: Delivered-To: arch@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A60D16A41A; Tue, 25 Dec 2007 03:52:04 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4FC1D13C455; Tue, 25 Dec 2007 03:52:04 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from apple.my.domain (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBP3q0Tb054785; Tue, 25 Dec 2007 03:52:02 GMT (envelope-from davidxu@freebsd.org) Message-ID: <47707EA2.8010002@freebsd.org> Date: Tue, 25 Dec 2007 11:53:06 +0800 From: David Xu User-Agent: Thunderbird 2.0.0.9 (X11/20071211) MIME-Version: 1.0 To: Brian McGinty References: <20071219211025.T899@desktop> <476B1973.6070902@freebsd.org> <20071222183700.L5866@fledge.watson.org> <476F0EE5.1040404@freebsd.org> <601bffc40712241909t10e6f3k8e7940d387b6efc2@mail.gmail.com> In-Reply-To: <601bffc40712241909t10e6f3k8e7940d387b6efc2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: arch@FreeBSD.org, Robert Watson Subject: Re: Linux compatible setaffinity. X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2007 03:52:04 -0000 Brian McGinty wrote: > On Dec 23, 2007 5:44 PM, David Xu wrote: >> Robert Watson wrote: >>> On Fri, 21 Dec 2007, David Xu wrote: >>> >>>> I don't say no to these interfaces, but there is a need to tell user >>>> which cpus are sharing cache, or memory distance is closest enough, >>>> and which cpus are servicing interrupts, e.g, network interrupt and >>>> disks etc, etc, otherwise, blindly setting cpu affinity mask only can >>>> shoot itself in the foot. >>> While the Mac OS X API is pretty Mach-specific, it's worth taking a look >>> at their recently-announced affinity API: >>> >>> http://developer.apple.com/releasenotes/Performance/RN-AffinityAPI/index.html >>> >>> >>> Robert N M Watson >>> Computer Laboratory >>> University of Cambridge >>> >> >> I like the interfaces, it is more flexible. > > I agree. May I as k what's being planned? It's Jeffs' call finally I think. > > Brian. I don't have plan. ;-) If I understand it correctly, it is a hint to scheduler, it is better describing thread relationship, while Jeff's interface is a hard cpu binding interface, it is still needed in some circumstance. Regards,