summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@redhat.com>2014-12-31 10:55:47 -0800
committerDavid S. Miller <davem@davemloft.net>2014-12-31 18:25:54 -0500
commitadaf981685b7b17d773d17f4ee6a128a3a6b6dc8 (patch)
tree71ad72ddfd5be1f59b009a75e16464fb6becf2d3 /tools/perf/scripts/python
parent37fd30f2da573c2625ed29561e5b8eb7b0258860 (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')
0 files changed, 0 insertions, 0 deletions