Re: [net PATCH] fib_trie: Correct /proc/net/route off by one error

2016-11-07 Thread David Miller
From: Alexander Duyck Date: Fri, 04 Nov 2016 15:11:57 -0400 > The display of /proc/net/route has had a couple issues due to the fact that > when I originally rewrote most of fib_trie I made it so that the iterator > was tracking the next value to use instead of the current. > > In addition it ha

Re: [net PATCH] fib_trie: Correct /proc/net/route off by one error

2016-11-07 Thread Jason Baron
On 11/04/2016 03:11 PM, Alexander Duyck wrote: The display of /proc/net/route has had a couple issues due to the fact that when I originally rewrote most of fib_trie I made it so that the iterator was tracking the next value to use instead of the current. In addition it had an off by 1 error w

[net PATCH] fib_trie: Correct /proc/net/route off by one error

2016-11-04 Thread Alexander Duyck
The display of /proc/net/route has had a couple issues due to the fact that when I originally rewrote most of fib_trie I made it so that the iterator was tracking the next value to use instead of the current. In addition it had an off by 1 error where I was tracking the first piece of data as posi