Merge branch 'fib_trie_next'
authorDavid S. Miller <davem@davemloft.net>
Sun, 25 Jan 2015 22:47:25 +0000 (14:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Jan 2015 22:47:25 +0000 (14:47 -0800)
commit46a93af29f0561064a52cdb4a1a1f42d00361eb6
treedfc0d00aca3954d7886411ac5858ce667c88923f
parentbc579ae5f902e7a17d4a02ca32779c90604d57b9
parent64c6272351a0eca55574f487b103770163d1dbce
Merge branch 'fib_trie_next'

Alexander Duyck says:

====================
Fixes and improvements for recent fib_trie updates

While performing testing and prepping the next round of patches I found a
few minor issues and improvements that could be made.

These changes should help to reduce the overall code size and improve the
performance slighlty as I noticed a 20ns or so improvement in my worst-case
testing which will likely only result in a 1ns difference with a standard
sized trie.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>