| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
doca flow GENEVE option single DW. More...
#include <doca_flow_net.h>
Data Fields | |
| struct { | |
| doca_be16_t class_id | |
| uint8_t type | |
| uint8_t length | |
| }; | |
| doca_be32_t | data |
doca flow GENEVE option single DW.
This object describes single DW (4-bytes) from GENEVE option header. It describes either the first DW in the option including class, type and length or any other data DW.
Definition at line 381 of file doca_flow_net.h.
| struct { ... } |
option header.
| doca_be16_t doca_flow_geneve_option::class_id |
option class
Definition at line 383 of file doca_flow_net.h.
| doca_be32_t doca_flow_geneve_option::data |
4 bytes of option data.
Definition at line 395 of file doca_flow_net.h.
| uint8_t doca_flow_geneve_option::length |
Definition at line 387 of file doca_flow_net.h.
| uint8_t doca_flow_geneve_option::type |
option type
Definition at line 385 of file doca_flow_net.h.