DPDK  2.0.0
Data Fields
rte_eth_fdir_flex_conf Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

uint16_t nb_payloads
uint16_t nb_flexmasks
struct rte_eth_flex_payload_cfg flex_set [RTE_ETH_PAYLOAD_MAX]
struct rte_eth_fdir_flex_mask flex_mask [RTE_ETH_FLOW_MAX]

Detailed Description

A structure used to define all flexible payload related setting include flexpay load and flex mask

Field Documentation

struct rte_eth_fdir_flex_mask flex_mask[RTE_ETH_FLOW_MAX]

Flex mask configuration for each flow type

struct rte_eth_flex_payload_cfg flex_set[RTE_ETH_PAYLOAD_MAX]

Flex payload configuration for each payload type

uint16_t nb_flexmasks

The number of following mask

uint16_t nb_payloads

The number of following payload cfg


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