DPDK  /usr/bin/make-f/build/dpdk-xVLO7N/dpdk-16.07/mk/rte.sdkconfig.mkshowversion
Data Fields
rte_eth_flex_filter Struct Reference

#include <rte_eth_ctrl.h>

Data Fields

uint8_t bytes [RTE_FLEX_FILTER_MAXLEN]
 
uint8_t mask [RTE_FLEX_FILTER_MASK_SIZE]
 
uint16_t queue
 

Detailed Description

A structure used to define the flex filter entry to support RTE_ETH_FILTER_FLEXIBLE with RTE_ETH_FILTER_ADD, RTE_ETH_FILTER_DELETE and RTE_ETH_FILTER_GET operations.

Definition at line 168 of file rte_eth_ctrl.h.

Field Documentation

§ bytes

uint8_t bytes[RTE_FLEX_FILTER_MAXLEN]

flex bytes in big endian.

Definition at line 170 of file rte_eth_ctrl.h.

§ mask

if mask bit is 1b, do not compare corresponding byte.

Definition at line 171 of file rte_eth_ctrl.h.

§ queue

uint16_t queue

Queue assigned to when match.

Definition at line 174 of file rte_eth_ctrl.h.


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