Re: [dpdk-dev] [PATCH v1] net/ice: enable advanced RSS

2019-09-09 Thread Ferruh Yigit
On 9/9/2019 7:34 AM, Su, Simei wrote: > > >> -Original Message- >> From: Ye, Xiaolong >> Sent: Sunday, September 8, 2019 5:26 PM >> To: Su, Simei >> Cc: Zhang, Qi Z ; dev@dpdk.org >> Subject: Re: [PATCH v1] net/ice: enable advanced RSS >> >> On 09/08, Simei Su wrote: >>> This patch suppo

[dpdk-dev] [PATCH v1] net/ice: enable advanced RSS

2019-09-09 Thread Simei Su
This patch supports the following features: (1)inner header hash for tunnel packets, including comms package. (2)symmetric hash by rte_flow RSS action. (3)input set change by rte_flow RSS action. This patch depends on the following patches on patchwork: (1)https://patchwork.dpdk.org/patch/

Re: [dpdk-dev] [PATCH v1] net/ice: enable advanced RSS

2019-09-08 Thread Su, Simei
> -Original Message- > From: Ye, Xiaolong > Sent: Sunday, September 8, 2019 5:26 PM > To: Su, Simei > Cc: Zhang, Qi Z ; dev@dpdk.org > Subject: Re: [PATCH v1] net/ice: enable advanced RSS > > On 09/08, Simei Su wrote: > >This patch supports the following features: > > (1)inner header

Re: [dpdk-dev] [PATCH v1] net/ice: enable advanced RSS

2019-09-08 Thread Ye Xiaolong
On 09/08, Simei Su wrote: >This patch supports the following features: > (1)inner header hash for tunnel packets, including comms package. > (2)symmetric hash by rte_flow RSS action. > (3)input set change by rte_flow RSS action. > >This patch depends on the following patches on patchwork: > (1)