DPDK
16.04.0
|
#include <rte_eth_ctrl.h>
Data Fields | |
enum rte_eth_hash_function | hash_func |
uint32_t | sym_hash_enable_mask [RTE_SYM_HASH_MASK_ARRAY_SIZE] |
uint32_t | valid_bit_mask [RTE_SYM_HASH_MASK_ARRAY_SIZE] |
A structure used to set or get global hash function configurations which include symmetric hash enable per flow type and hash function type. Each bit in sym_hash_enable_mask[] indicates if the symmetric hash of the corresponding flow type is enabled or not. Each bit in valid_bit_mask[] indicates if the corresponding bit in sym_hash_enable_mask[] is valid or not. For the configurations gotten, it also means if the flow type is supported by hardware or not.
Definition at line 806 of file rte_eth_ctrl.h.
enum rte_eth_hash_function hash_func |
Hash function type
Definition at line 807 of file rte_eth_ctrl.h.
uint32_t sym_hash_enable_mask[RTE_SYM_HASH_MASK_ARRAY_SIZE] |
Bit mask for symmetric hash enable per flow type
Definition at line 809 of file rte_eth_ctrl.h.
uint32_t valid_bit_mask[RTE_SYM_HASH_MASK_ARRAY_SIZE] |
Bit mask indicates if the corresponding bit is valid
Definition at line 811 of file rte_eth_ctrl.h.