cvs commit: src/sys/net if.h

Kip Macy kip.macy at gmail.com
Tue Jun 12 18:49:33 UTC 2007


> True, but support it is relatively trivial from the kernel PoV.
>
> Basically you allow the process to fetch which cpu a socket is
> bound to, then you can use descriptor passing (processes) or shared
> fdtable (threads) and a call to bind to cpu to properly juggle
> things around.

Thanks for volunteering :D

 -Kip


More information about the cvs-src mailing list