Re: [PATCH] [IPV4] fib_trie cleanups

2005-08-08 Thread David S. Miller
From: Robert Olsson <[EMAIL PROTECTED]> Date: Mon, 8 Aug 2005 15:38:00 +0200 > A fixed patch is below. Dave IMO it can be applied now. Applied to net-2.6.14, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo in

Re: [PATCH] [IPV4] fib_trie cleanups

2005-08-08 Thread Robert Olsson
Olof Johansson writes: > Here's a new patch on top of that tree. Yet again, it builds, but I don't > have a setup to test it with just yet. I'll work on that later this week, > If someone else (Robert?) has a chance to give it a run before that, > let me know. > Some of the fib_trie stuff i

Re: [PATCH] [IPV4] fib_trie cleanups

2005-07-25 Thread Robert Olsson
Olof Johansson writes: > > Here's a new patch on top of that tree. Yet again, it builds, but I don't > have a setup to test it with just yet. I'll work on that later this week, > If someone else (Robert?) has a chance to give it a run before that, > let me know. Hello! Thanks. A huge pat

Re: [PATCH] [IPV4] fib_trie cleanups

2005-07-24 Thread Olof Johansson
On Fri, Jul 22, 2005 at 11:38:38AM -0700, David S. Miller wrote: > > A lot of the spacing and tabbing has been cleaned up by > Stephen Hemminger, so you might want to patch against > the copy in my 2.6.14 networking it tree at: > > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2

[PATCH] [IPV4] fib_trie cleanups

2005-07-22 Thread Robert Olsson
Olof Johansson writes: Hello! And thanks for looking into the stuff. > I unfortunately don't have a good way to regression test this, so a couple > of eyes on the patch could be a good thing. Or is there a regression > suite available? You can do some testing with new the netlink call th

Re: [PATCH] [IPV4] fib_trie cleanups

2005-07-22 Thread David S. Miller
A lot of the spacing and tabbing has been cleaned up by Stephen Hemminger, so you might want to patch against the copy in my 2.6.14 networking it tree at: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.14.git Thanks. - To unsubscribe from this list: send the line "unsubscrib

[PATCH] [IPV4] fib_trie cleanups

2005-07-22 Thread Olof Johansson
Hi, I started looking at the fib_trie implementation, and it's pretty neat stuff. However, it's a bit hard to read; the nesting of indentation is really deep at certain places and CodingStyle hasn't been followed very closely. Below is a patch that cleans up some of this. It shouldn't change any