FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
ip4_fib_mtrie_t Struct Reference

The mutiway-TRIE. More...

+ 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...
 

Detailed Description

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.

Field Documentation

◆ root_ply

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.


The documentation for this struct was generated from the following file: