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

2019-09-15 Thread Su, Simei
Hi, xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Friday, September 13, 2019 12:19 AM > To: Su, Simei > Cc: Zhang, Qi Z ; Yang, Qiming ; > Xing, Beilei ; dev@dpdk.org; Yigit, Ferruh > > Subject: Re: [PATCH v2] net/ice: enable advanced RSS > > On 09/09, Simei Su wrote: > >Th

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

2019-09-12 Thread Ye Xiaolong
On 09/09, 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. > >Signed-off-by: Simei Su >--- >This patch depends on the followi

[dpdk-dev] [PATCH v2] 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. Signed-off-by: Simei Su --- This patch depends on the following patches on patchwork: (1)http