![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
The identity of a DPO is a combination of its type and its instance number/index of objects of that type. More...
Data Fields | |
| union { | |
| struct { | |
| dpo_type_t dpoi_type | |
| the type More... | |
| dpo_proto_t dpoi_proto | |
| the data-path protocol of the type. More... | |
| u16 dpoi_next_node | |
| The next VLIB node to follow. More... | |
| index_t dpoi_index | |
| the index of objects of that type More... | |
| } | |
| u64 as_u64 | |
| }; | |
The identity of a DPO is a combination of its type and its instance number/index of objects of that type.
| union { ... } |
| index_t dpo_id_t_::dpoi_index |
| dpo_proto_t dpo_id_t_::dpoi_proto |
| dpo_type_t dpo_id_t_::dpoi_type |