]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit158859059713ea0f9b1952f160036225c7f65cdc
treedfc0d00aca3954d7886411ac5858ce667c88923f
parentbbc55ad2997b448fd249e21f44b10c9bec7d56cd
parent5b67efd5bd94332754f9f0b0d775bc114921975d
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>