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

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

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

2019-10-15 Thread Andrew Rybchenko
On 10/15/19 3:56 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

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

2019-10-15 Thread Simei Su
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: Simei Su Reviewed-by: Qi Zhang Acked-by