FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
The mutiway-TRIE. More...
Data Fields | |
ip4_fib_mtrie_16_ply_t | root_ply |
Embed the PLY with the mtrie struct. More... | |
The mutiway-TRIE.
There is no data associated with the mtrie apart from the top PLY
Definition at line 129 of file ip4_mtrie.h.
ip4_fib_mtrie_16_ply_t ip4_fib_mtrie_t::root_ply |
Embed the PLY with the mtrie struct.
This means that the Data-plane 'get me the mtrie' returns the first ply, and not an indirect 'pointer' to it. therefore no cachline misses in the data-path.
Definition at line 136 of file ip4_mtrie.h.