cpuset and affinity implementation

Daniel Eischen deischen at freebsd.org
Wed Mar 26 09:11:40 PDT 2008


Picking up an older thread...

On Tue, 26 Feb 2008, Jeff Roberson wrote:
>
>
> Are there any objections to commiting this functionality in its current form?
>
> I think there is the possibility for further debate and refinement but I 
> believe the code is stable and simple enough to hit the tree for people to 
> start using it.

New public symbols are suppose to go into the FBSD_1.1 namespace, so

 	cpuset;
 	cpuset_getid;
 	cpuset_setid;
 	cpuset_getaffinity;
 	cpuset_setaffinity;

belong in FBSD_1.1 in libc/sys/Symbol.map.  If you MFC them, then you
also add the FBSD_1.1 namespace to the 7 branch.

-- 
DE


More information about the freebsd-current mailing list