DPDK
16.04.0
|
#include <rte_eth_ctrl.h>
Data Fields | |
uint8_t | hig_pri |
uint16_t | queue |
A structure used to define the TCP syn filter entry to support RTE_ETH_FILTER_SYN with RTE_ETH_FILTER_ADD, RTE_ETH_FILTER_DELETE and RTE_ETH_FILTER_GET operations.
Definition at line 177 of file rte_eth_ctrl.h.
uint8_t hig_pri |
1 - higher priority than other filters, 0 - lower priority.
Definition at line 178 of file rte_eth_ctrl.h.
uint16_t queue |
Queue assigned to when match
Definition at line 180 of file rte_eth_ctrl.h.