Hi,  Junyu

> -----Original Message-----
> From: dev <dev-boun...@dpdk.org> On Behalf Of Junyu Jiang
> Sent: Monday, June 22, 2020 1:33 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z
> <qi.z.zh...@intel.com>; Su, Simei <simei...@intel.com>; Jiang, JunyuX
> <junyux.ji...@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.ji...@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

Reply via email to