NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_desc_field Struct Reference

Action descriptor field. More...

#include <doca_flow.h>

Data Fields

const char * field_string
 
uint32_t bit_offset
 

Detailed Description

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.

Field Documentation

◆ bit_offset

uint32_t doca_flow_desc_field::bit_offset

Field bit offset.

Definition at line 541 of file doca_flow.h.

◆ field_string

const char* doca_flow_desc_field::field_string

Field selection by string.

Definition at line 539 of file doca_flow.h.


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