commit | 874ffa8f72444d6253d2669fed304875c128f86b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Oct 13 06:56:11 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 16 11:13:22 2010 -0700 |
tree | 1b00dc1984fa2984020c06fbc1e48b8c00366f02 | |
parent | a0a4a85a15df6335e3d11f83b2ac06ebebea313f [diff] |
fib_trie: use fls() instead of open coded loop fib_table_lookup() might use fls() to speedup an open coded loop. Noticed while doing a profile analysis. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>