cvs commit: src/sys/i386/include thread.h src/sys/kern lwkt_thread.c src/sys/net if.c netisr.c netisr.h radix.c route.c route.h rtsock.c src/sys/net/bridge if_bridge.c src/sys/netinet if_ether.c in_pcb.c in_rmx.c ip_input.c ip_var.h src/sys/netinet6 ...

Matthew Dillon dillon at apollo.backplane.com
Fri Jul 21 14:06:21 PDT 2006


:
:On Tue, Jan 31, 2006 at 11:05:45AM -0800, Matthew Dillon wrote:
:>   Log:
:>   Bring in the parallel route table code and clean up ARP.  The
:>   route table is now replicated across all cpus (ncpus, not ncpus2).
:>   Note that cloned routes are not replicated.
:
:While looking at other places, I found that there are two places
:where rt_tables[] is still used as a single-dimensional array as before:
:  sys/netproto/atm/atm_if.c

    I'm thinking we should just rip out ATM.

:  sys/vfs/nfs/bootp_subr.c

    That one is just debugging, I don't think we need to worry about it.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list