FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
The mutiway-TRIE with a 16-8-8 stride. More...
Data Fields | |
ip4_mtrie_16_ply_t | root_ply |
Embed the PLY with the mtrie struct. More... | |
The mutiway-TRIE with a 16-8-8 stride.
There is no data associated with the mtrie apart from the top PLY
Definition at line 128 of file ip4_mtrie.h.
ip4_mtrie_16_ply_t ip4_mtrie_16_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 135 of file ip4_mtrie.h.