Re: [dpdk-dev] [PATCH v12 2/3] ethdev: extend RSS offload types

2019-10-15 Thread Su, Simei
rruh > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v12 2/3] ethdev: extend RSS offload types > > On 10/15/19 1:55 PM, Su, Simei wrote: > > Hi, Andrew > > > >> -Original Message- > >> From: Andrew Rybchenko [mailto:arybche...@solarflare.com]

Re: [dpdk-dev] [PATCH v12 2/3] ethdev: extend RSS offload types

2019-10-15 Thread Andrew Rybchenko
On 10/15/19 1:55 PM, Su, Simei wrote: Hi, Andrew -Original Message- From: Andrew Rybchenko [mailto:arybche...@solarflare.com] Sent: Tuesday, October 15, 2019 5:08 PM To: Su, Simei ; Zhang, Qi Z ; Ye, Xiaolong ; Yigit, Ferruh Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v12 2/3

Re: [dpdk-dev] [PATCH v12 2/3] ethdev: extend RSS offload types

2019-10-15 Thread Su, Simei
Hi, Andrew > -Original Message- > From: Andrew Rybchenko [mailto:arybche...@solarflare.com] > Sent: Tuesday, October 15, 2019 5:08 PM > To: Su, Simei ; Zhang, Qi Z ; Ye, > Xiaolong ; Yigit, Ferruh > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v12 2/3] ethde

Re: [dpdk-dev] [PATCH v12 2/3] ethdev: extend RSS offload types

2019-10-15 Thread Andrew Rybchenko
On 10/14/19 4:36 PM, Simei Su wrote: This patch reserves several bits as input set selection from the high end of the 64 bits. It is combined with exisiting ETH_RSS_* to represent RSS types. This patch also checks the simultaneous use of SRC_ONLY and DST_ONLY of the same level. Signed-off-by: Si