DPDK
18.05.1
|
#include <rte_eth_ctrl.h>
Data Fields | |
enum rte_eth_hash_filter_info_type | info_type |
union { | |
uint8_t enable | |
struct rte_eth_hash_global_conf global_conf | |
struct rte_eth_input_set_conf input_set_conf | |
} | info |
A structure used to set or get hash filter information, to support filter type of 'RTE_ETH_FILTER_HASH' and its operations.
Definition at line 800 of file rte_eth_ctrl.h.
enum rte_eth_hash_filter_info_type info_type |
Information type
Definition at line 801 of file rte_eth_ctrl.h.
uint8_t enable |
For RTE_ETH_HASH_FILTER_SYM_HASH_ENA_PER_PORT
Definition at line 805 of file rte_eth_ctrl.h.
struct rte_eth_hash_global_conf global_conf |
Global configurations of hash filter
Definition at line 807 of file rte_eth_ctrl.h.
struct rte_eth_input_set_conf input_set_conf |
Global configurations of hash filter input set
Definition at line 809 of file rte_eth_ctrl.h.
union { ... } info |
Details of hash filter information