commit | bc3c8c1e02ae89668239742fd592f21e1998fa46 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | Tue Jan 22 21:51:50 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:10:56 2008 -0800 |
tree | 48f941a414c89d6e3b070f5ad3a4976a02ea9004 | |
parent | a1f6f5a7689098f01d9b7b7181795ee78563ce37 [diff] |
[IPV4] fib_trie: put leaf nodes in a slab cache This improves locality for operations that touch all the leaves. Save space since these entries don't need to be hardware cache aligned. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>