Re: [dpdk-dev] [RFC] ethdev: support symmetric hash function

2019-07-04 Thread Adrien Mazarguil
gt; > ; > > Xing, Beilei ; Yang, Qiming ; > > dev@dpdk.org; Shahaf Shuler ; Yongseok Koh > > > > Subject: Re: [dpdk-dev] [RFC] ethdev: support symmetric hash function > > > > On Thu, Jul 04, 2019 at 12:46:07PM +0800, simei wrote: > > > From: Simei Su

Re: [dpdk-dev] [RFC] ethdev: support symmetric hash function

2019-07-04 Thread Zhang, Qi Z
ubject: Re: [dpdk-dev] [RFC] ethdev: support symmetric hash function > > On Thu, Jul 04, 2019 at 12:46:07PM +0800, simei wrote: > > From: Simei Su > > > > Currently, there are DEFAULT,TOEPLITZ and SIMPLE_XOR hash funtion. > > To support symmetric hash by rte_flow

Re: [dpdk-dev] [RFC] ethdev: support symmetric hash function

2019-07-04 Thread Adrien Mazarguil
On Thu, Jul 04, 2019 at 12:46:07PM +0800, simei wrote: > From: Simei Su > > Currently, there are DEFAULT,TOEPLITZ and SIMPLE_XOR hash funtion. > To support symmetric hash by rte_flow RSS action, this RFC introduces > SYMMETRIC_TOEPLITZ to rte_eth_hash_function. > > Signed-off-by: Simei Su > ---

[dpdk-dev] [RFC] ethdev: support symmetric hash function

2019-07-03 Thread simei
From: Simei Su Currently, there are DEFAULT,TOEPLITZ and SIMPLE_XOR hash funtion. To support symmetric hash by rte_flow RSS action, this RFC introduces SYMMETRIC_TOEPLITZ to rte_eth_hash_function. Signed-off-by: Simei Su --- lib/librte_ethdev/rte_flow.h | 1 + 1 file changed, 1 insertion(+) d