ipv4: fib table algorithm performance improvement
authorStephen Hemminger <shemminger@vyatta.com>
Sun, 20 Sep 2009 10:35:36 +0000 (10:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Oct 2009 07:21:56 +0000 (00:21 -0700)
The FIB algorithim for IPV4 is set at compile time, but kernel goes through
the overhead of function call indirection at runtime. Save some
cycles by turning the indirect calls to direct calls to either
hash or trie code.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found