Re: [PATCH 1/3] fib_trie: move statistics to debugfs

2008-02-18 Thread Stephen Hemminger
On Sun, 17 Feb 2008 22:26:55 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Wed, 13 Feb 2008 11:58:06 -0800 > > > Don't want /proc/net/fib_trie and /proc/net/fib_triestat to become > > permanent kernel space ABI issues, so move to the saf

Re: [PATCH 1/3] fib_trie: move statistics to debugfs

2008-02-17 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 13 Feb 2008 11:58:06 -0800 > Don't want /proc/net/fib_trie and /proc/net/fib_triestat to become > permanent kernel space ABI issues, so move to the safer confines of debugfs. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Stephen,

[PATCH 1/3] fib_trie: move statistics to debugfs

2008-02-13 Thread Stephen Hemminger
Don't want /proc/net/fib_trie and /proc/net/fib_triestat to become permanent kernel space ABI issues, so move to the safer confines of debugfs. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/Kconfig|9 ++- net/ipv4/fib_trie.c | 127 +---