DPDK
18.05.1
|
#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 145 of file rte_eth_ctrl.h.
uint8_t bytes[RTE_FLEX_FILTER_MAXLEN] |
flex bytes in big endian.
Definition at line 147 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 148 of file rte_eth_ctrl.h.
uint16_t queue |
Queue assigned to when match.
Definition at line 151 of file rte_eth_ctrl.h.