| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Action descriptor field. More...
#include <doca_flow.h>
Data Fields | |
| const char * | field_string |
| uint32_t | bit_offset |
Action descriptor field.
Field based on a string that is composed out of struct members separated by a dot.
The 1st segment determines the field location in packet "outer", "inner", "tunnel". The 2nd segment determines the protocol. The 3rd segment determines the field.
E.g. "outer.eth.src_mac" "tunnel.gre.protocol" "inner.ipv4.next_proto"
Definition at line 538 of file doca_flow.h.
| uint32_t doca_flow_desc_field::bit_offset |
Field bit offset.
Definition at line 541 of file doca_flow.h.
| const char* doca_flow_desc_field::field_string |
Field selection by string.
Definition at line 539 of file doca_flow.h.