diff options
author | Alexander Duyck <alexander.h.duyck@redhat.com> | 2014-12-31 10:55:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-31 18:25:54 -0500 |
commit | adaf981685b7b17d773d17f4ee6a128a3a6b6dc8 (patch) | |
tree | 71ad72ddfd5be1f59b009a75e16464fb6becf2d3 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 37fd30f2da573c2625ed29561e5b8eb7b0258860 (diff) |
fib_trie: Merge leaf into tnode
This change makes it so that leaf and tnode are the same struct. As a
result there is no need for rt_trie_node anymore since everyting can be
merged into tnode.
On 32b systems this results in the leaf being 4 bytes larger, however I
don't know if that is really an issue as this and an eariler patch that
added bits & pos have increased the size from 20 to 28. If I am not
mistaken slub/slab allocate on power of 2 sizes so 20 was likely being
rounded up to 32 anyway.
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions