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

2019-09-30 Thread Zhang, Qi Z
> -Original Message- > From: Andrew Rybchenko [mailto:arybche...@solarflare.com] > Sent: Sunday, September 29, 2019 7:41 PM > To: Su, Simei ; Zhang, Qi Z ; Wu, > Jingjing ; Ye, Xiaolong ; Yigit, > Ferruh > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6

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

2019-09-29 Thread Andrew Rybchenko
On 9/29/19 8:11 AM, 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. rss -> RSS for example: ETH_RSS_IPV4 | ETH_RSS_L3_SRC_ONLY: hash on src ip address only ETH_RSS_I