[dpdk-dev] [PATCH v2] net/ice: support based RSS configure

Zhao1, Wei wei.zhao1 at intel.com
Fri Jul 3 10:16:46 CEST 2020


Hi,  Junyu

> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Junyu Jiang
> Sent: Monday, June 22, 2020 1:33 PM
> To: dev at dpdk.org
> Cc: Yang, Qiming <qiming.yang at intel.com>; Zhang, Qi Z
> <qi.z.zhang at intel.com>; Su, Simei <simei.su at intel.com>; Jiang, JunyuX
> <junyux.jiang at intel.com>
> Subject: [dpdk-dev] [PATCH v2] net/ice: support based RSS configure
> 
> Enable/disable RSS for corresponding flow base on the user's requirement.
> 
> Signed-off-by: Junyu Jiang <junyux.jiang at intel.com>
> 
> ---
> v1->v2:
> remove gtpu and pppoe/pppod configuration from rss init

Why do we remove the rss for PPPOE or GTP-U?
The switch cmd can not work now. Maybe we also need a rss CMD to enable it before using this CMD?

flow create 0 priority 0 ingress pattern eth / pppoes / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2022 / udp src is 25 dst is 23 / end actions rss queues 2 3 end / end


> ---
>  drivers/net/ice/ice_ethdev.c | 162 +++++++++++++++++++++--------------
>  1 file changed, 96 insertions(+), 66 deletions(-)
> 
> diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c index
>
>  	return 0;
>  }
> 
> --
> 2.17.1



More information about the dev mailing list