cvs commit: src/sys/net radix.c

Darren Reed darrenr at hub.freebsd.org
Thu Apr 22 07:31:18 PDT 2004


On Thu, Apr 22, 2004 at 03:46:19PM +0200, Andre Oppermann wrote:
> The FIB (in the kernel) can be way smaller with more efficient data
> structures in the range 2-5MBytes.  With an lctrie you can get to
> 1-1.5Mbytes which fits into L2/L3 cache of the CPU (but you have to
> replace the entire table if you want to add prefixes).

If you do that, do you need separate routing table code for each
protocol that has one ?

Darren


More information about the cvs-all mailing list