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

doca flow decap resource configuration More...

#include <doca_flow.h>

Collaboration diagram for doca_flow_resource_decap_cfg:

Data Fields

bool is_l2
 
struct doca_flow_header_eth eth
 
uint16_t l2_valid_headers
 
struct doca_flow_header_eth_vlan eth_vlan [DOCA_FLOW_VLAN_MAX]
 

Detailed Description

doca flow decap resource configuration

Definition at line 670 of file doca_flow.h.

Field Documentation

◆ eth

struct doca_flow_header_eth doca_flow_resource_decap_cfg::eth

ether head for is_l2 is false

Definition at line 671 of file doca_flow.h.

◆ eth_vlan

struct doca_flow_header_eth_vlan doca_flow_resource_decap_cfg::eth_vlan[DOCA_FLOW_VLAN_MAX]

vlan header array for is_l2 is false

Definition at line 675 of file doca_flow.h.

◆ is_l2

bool doca_flow_resource_decap_cfg::is_l2

L2 or L3 tunnel flavor

Definition at line 671 of file doca_flow.h.

◆ l2_valid_headers

uint16_t doca_flow_resource_decap_cfg::l2_valid_headers

indicate which headers are valid

Definition at line 675 of file doca_flow.h.


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