DPDK
20.05.0
|
#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 |
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 110 of file rte_eth_ctrl.h.
uint8_t bytes[RTE_FLEX_FILTER_MAXLEN] |
flex bytes in big endian.
Definition at line 112 of file rte_eth_ctrl.h.
uint8_t mask[RTE_FLEX_FILTER_MASK_SIZE] |
if mask bit is 1b, do not compare corresponding byte.
Definition at line 113 of file rte_eth_ctrl.h.
uint16_t queue |
Queue assigned to when match.
Definition at line 116 of file rte_eth_ctrl.h.