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 ...
YONETANI Tomokazu
qhwt+dfly at les.ath.cx
Fri Jul 21 03:45:25 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
sys/vfs/nfs/bootp_subr.c
More information about the Commits
mailing list