commit | 836a0123c98c91df71678ce63c0d42770996582a | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed Dec 31 10:56:06 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 31 18:25:54 2014 -0500 |
tree | 417a9561945f6ff17332aad55f2841ed2f7ef448 | |
parent | 939afb0657dd8c8f9486d172d6bb62fc902e2f23 [diff] |
fib_trie: Optimize fib_table_insert This patch updates the fib_table_insert function to take advantage of the changes made to improve the performance of fib_table_lookup. As a result the code should be smaller and run faster then the original. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>