Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-09-30 Thread Zhang, Qi Z
> -Original Message- > From: Su, Simei > Sent: Monday, September 30, 2019 2:34 PM > To: Andrew Rybchenko ; Shahaf Shuler > ; Adrien Mazarguil > Cc: Zhang, Qi Z ; Wu, Jingjing ; > dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplit

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-09-29 Thread Su, Simei
: Sunday, September 29, 2019 7:51 PM > >> To: Shahaf Shuler ; Adrien Mazarguil > >> > >> Cc: Su, Simei ; Zhang, Qi Z > >> ; Wu, Jingjing ; > >> dev@dpdk.org > >> Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz > >> hash suppo

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-09-29 Thread Andrew Rybchenko
: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support On 7/31/19 4:43 PM, Shahaf Shuler wrote: Wednesday, July 31, 2019 3:31 PM, Adrien Mazarguil: Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support On Wed, Jul 31, 2019 at 03:08:19PM +0300, Andrew

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-09-29 Thread Su, Simei
[PATCH 1/2] ethdev: add symmetric toeplitz hash > support > > On 7/31/19 4:43 PM, Shahaf Shuler wrote: > > Wednesday, July 31, 2019 3:31 PM, Adrien Mazarguil: > >> Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz > >> hash support > >> >

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-09-29 Thread Andrew Rybchenko
On 7/31/19 4:43 PM, Shahaf Shuler wrote: Wednesday, July 31, 2019 3:31 PM, Adrien Mazarguil: Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support On Wed, Jul 31, 2019 at 03:08:19PM +0300, Andrew Rybchenko wrote: On 7/25/19 7:57 AM, simei wrote: From: Simei Su

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-07-31 Thread Shahaf Shuler
Wednesday, July 31, 2019 3:31 PM, Adrien Mazarguil: > Subject: Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash > support > > On Wed, Jul 31, 2019 at 03:08:19PM +0300, Andrew Rybchenko wrote: > > On 7/25/19 7:57 AM, simei wrote: > > > From: Simei Su >

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-07-31 Thread Andrew Rybchenko
On 7/31/19 3:30 PM, Adrien Mazarguil wrote: On Wed, Jul 31, 2019 at 03:08:19PM +0300, Andrew Rybchenko wrote: On 7/25/19 7:57 AM, 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 patch adds ne

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-07-31 Thread Adrien Mazarguil
On Wed, Jul 31, 2019 at 03:08:19PM +0300, Andrew Rybchenko wrote: > On 7/25/19 7:57 AM, 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 patch adds > > new hash function "Symmetric

Re: [dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-07-31 Thread Andrew Rybchenko
On 7/25/19 7:57 AM, 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 patch adds new hash function "Symmetric Toeplitz" which is supported by some hardware. Isn't it a question of key to achiev

[dpdk-dev] [PATCH 1/2] ethdev: add symmetric toeplitz hash support

2019-07-24 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 patch adds new hash function "Symmetric Toeplitz" which is supported by some hardware. Signed-off-by: Simei Su --- lib/librte_ethdev/rte_flow.h | 1 + 1 file