DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhao1, Wei" <wei.zhao1@intel.com>
To: "Jiang, JunyuX" <junyux.jiang@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Yang, Qiming" <qiming.yang@intel.com>,
	"Zhang, Qi Z" <qi.z.zhang@intel.com>,
	"Su, Simei" <simei.su@intel.com>,
	"Jiang, JunyuX" <junyux.jiang@intel.com>,
	"Lu, Nannan" <nannan.lu@intel.com>
Subject: Re: [dpdk-dev] [PATCH v2] net/ice: support based RSS configure
Date: Fri, 3 Jul 2020 08:46:38 +0000	[thread overview]
Message-ID: <MWHPR11MB1391EB24791E2A7379316717B76A0@MWHPR11MB1391.namprd11.prod.outlook.com> (raw)
In-Reply-To: <MWHPR11MB139115564921A8D3ABC35D3DB76A0@MWHPR11MB1391.namprd11.prod.outlook.com>

Hi, all

> -----Original Message-----
> From: Zhao1, Wei
> Sent: Friday, July 3, 2020 4:17 PM
> To: Junyu Jiang <junyux.jiang@intel.com>; dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Su, Simei <Simei.Su@intel.com>; Jiang, JunyuX
> <JunyuX.Jiang@intel.com>; Lu, Nannan <nannan.lu@intel.com>
> Subject: RE: [dpdk-dev] [PATCH v2] net/ice: support based RSS configure
> 
> Hi,  Junyu
> 
> > -----Original Message-----
> > From: dev <dev-bounces@dpdk.org> On Behalf Of Junyu Jiang
> > Sent: Monday, June 22, 2020 1:33 PM
> > To: dev@dpdk.org
> > Cc: Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> > <qi.z.zhang@intel.com>; Su, Simei <simei.su@intel.com>; Jiang, JunyuX
> > <junyux.jiang@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@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
> 


Btw, RSS hash not support IPV6 type hash cmd, how can we enable it?
flow create 0 ingress pattern eth / pppoes / ipv6 / udp / end actions rss types ipv6 end key_len 0 queues end / end
so, the 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
can not work at all.

> 
> > ---
> >  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	other threads:[~2020-07-03  8:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-10  6:33 [dpdk-dev] [PATCH] " Junyu Jiang
2020-06-22  5:33 ` [dpdk-dev] [PATCH v2] " Junyu Jiang
2020-06-22 14:36   ` Zhang, Qi Z
2020-06-23  2:47     ` Jiang, JunyuX
2020-07-03  8:16   ` Zhao1, Wei
2020-07-03  8:46     ` Zhao1, Wei [this message]
2020-06-23  8:33 ` [dpdk-dev] [PATCH v3] net/ice: initialize and update RSS based on user request Junyu Jiang
2020-06-23  9:40   ` Zhang, Qi Z
2020-06-24  2:09 ` [dpdk-dev] [PATCH v4] " Junyu Jiang
2020-06-24  7:30   ` Zhang, Qi Z

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MWHPR11MB1391EB24791E2A7379316717B76A0@MWHPR11MB1391.namprd11.prod.outlook.com \
    --to=wei.zhao1@intel.com \
    --cc=dev@dpdk.org \
    --cc=junyux.jiang@intel.com \
    --cc=nannan.lu@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=simei.su@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).