cvs commit: src/sys/kern kern_clock.c kern_poll.c
Sepherosa Ziehau
sepherosa at gmail.com
Wed Sep 12 18:27:47 PDT 2007
On 9/13/07, Matthew Dillon <dillon at apollo.backplane.com> wrote:
> : Log:
> : Prepare to support polling(4) on multiple cpus:
> : - Add per-cpu polling(4) context, move global variables into it.
> : - Make global sysctl nodes per-cpu. Fake original global sysctl
> : nodes by creating alias to the lowest cpu's sysctl nodes, mainly
> : for compatibility.
> :
> : Revision Changes Path
> : 1.60 +5 -0 src/sys/kern/kern_clock.c
> : 1.33 +303 -168 src/sys/kern/kern_poll.c
>
> Nice. I have a question. Is it polling all network interfaces on each cpu
> or will it be possible to assign each network interface to a particular cpu?
My goal is to assign one NIC to a particular cpu.
Best Regards,
sephe
--
Live Free or Die
More information about the Commits
mailing list