Re: [dpdk-dev] Questions Questions about hash function enum

2020-06-03 Thread oulijun
在 2020/6/3 1:13, Ferruh Yigit 写道: On 6/1/2020 2:31 AM, oulijun wrote: Hi Ferruh Yigit and others I am learning data structure defined by dpdk framework and I noticed a data structure definition below: enum rte_eth_hash_function { RTE_ETH_HASH_FUNCTION_DEFAULT = 0, RTE_ETH_H

Re: [dpdk-dev] Questions Questions about hash function enum

2020-06-02 Thread Ferruh Yigit
On 6/1/2020 2:31 AM, oulijun wrote: > Hi Ferruh Yigit and others > > I am learning data structure defined by dpdk framework and I noticed > a data structure definition below: > > enum rte_eth_hash_function { > RTE_ETH_HASH_FUNCTION_DEFAULT = 0, > RTE_ETH_HASH_FUNCTION_TOEPLITZ, /**

[dpdk-dev] Questions Questions about hash function enum

2020-05-31 Thread oulijun
Hi Ferruh Yigit and others I am learning data structure defined by dpdk framework and I noticed a data structure definition below: enum rte_eth_hash_function { RTE_ETH_HASH_FUNCTION_DEFAULT = 0, RTE_ETH_HASH_FUNCTION_TOEPLITZ, /**< Toeplitz */ RTE_ETH_HASH_FUNCTION_SIMPLE_XOR, /