]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV4] fib_trie: Add statistics.
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Sun, 13 Jan 2008 05:23:17 +0000 (21:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:01:56 +0000 (15:01 -0800)
commitc2b54dc2f96e4168dd3c0cead3d25164dbab0c60
tree5ed7bfa39716de4b1724873c1c797ed696ee0253
parent90ceb55f829c859d533d37b25690602f746a0675
[IPV4] fib_trie: Add statistics.

The FIB TRIE code has a bunch of statistics, but the code is hidden
behind an ifdef that was never implemented. Since it was dead code, it
was broken as well.

This patch fixes that by making it a config option.

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/fib_trie.c