|  | FD.io VPP
    v21.01.1
    Vector Packet Processing | 
The mutiway-TRIE. More...
 Collaboration diagram for ip4_fib_mtrie_t:
 Collaboration diagram for ip4_fib_mtrie_t:| 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 cacheline misses in the data-path.
Definition at line 136 of file ip4_mtrie.h.