Re: [PATCH 8/9] add statistics

2008-01-12 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Fri, 11 Jan 2008 22:45:21 -0800 > 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 op

[PATCH 8/9] add statistics

2008-01-11 Thread Stephen Hemminger
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 <[EMAIL PROTECTED]> --- a/net/ipv4/Kconfig 2008-01-