Re: [PATCH] fib_trie resize break

2007-03-19 Thread David Miller
From: Robert Olsson <[EMAIL PROTECTED]> Date: Fri, 16 Mar 2007 11:46:41 +0100 > > Hello. > > The patch below adds break condition for the resize operations. If > we don't achieve the desired fill factor a warning is printed. Trie > should still be operational but new thresholds should be consi

[PATCH] fib_trie resize break

2007-03-16 Thread Robert Olsson
Hello. The patch below adds break condition for the resize operations. If we don't achieve the desired fill factor a warning is printed. Trie should still be operational but new thresholds should be considered. Cheers --ro Signed-off-by: Robert Olsson