cvs commit: src/sys/kern kern_clock.c kern_poll.c

Matthew Dillon dillon at apollo.backplane.com
Wed Sep 12 15:44:47 PDT 2007


:  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?

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Commits mailing list