All of lore.kernel.org
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@nvidia.com>
To: "Jiawei(Jonny) Wang" <jiaweiw@nvidia.com>,
	"ferruh.yigit@intel.com" <ferruh.yigit@intel.com>,
	Slava Ovsiienko <viacheslavo@nvidia.com>,
	"Matan Azrad" <matan@nvidia.com>, Ori Kam <orika@nvidia.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 0/4] Add RSS action support in the sample sub-actions list
Date: Mon, 18 Jan 2021 20:30:19 +0000	[thread overview]
Message-ID: <DM6PR12MB27480B7A78945573BCC486CECFA40@DM6PR12MB2748.namprd12.prod.outlook.com> (raw)
In-Reply-To: <1610609088-204833-1-git-send-email-jiaweiw@nvidia.com>

Hi,
> -----Original Message-----
> From: Jiawei Wang <jiaweiw@nvidia.com>
> Sent: Thursday, January 14, 2021 9:25 AM
> To: ferruh.yigit@intel.com; Slava Ovsiienko <viacheslavo@nvidia.com>;
> Matan Azrad <matan@nvidia.com>; Ori Kam <orika@nvidia.com>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH v3 0/4] Add RSS action support in the sample sub-actions list
> 
> Currently the sample flow only supports Queue action in NIC-Rx domain.
> This patchset adds the RSS action support in the sample sub-actions list.
> 
> The examples for the sample flow with RSS action and result as below:
>     set sample_actions 0 mark id  0x12 / rss queues  0 1 2 3 end  / end
>     flow create 0 ingress group 1 pattern eth / end actions sample ratio 1 index
> 0 / jump group 2 / end
> 
> This flow will result in all the matched ingress packets will be
> jumped to the next table, and the each packet will be marked with 0x12
> and duplicated to rss queues of the control application.
> 
> v3:
> * Fix the 'maybe-uninitialized' build error in commit 'net/mlx5: fix the
> unnecessary checking for RSS action'
> 
> v2:
> * Rebase
> * Update commit message and document description
> * Split the commit into one fix for rss checking and another for sample rss
> feature
> 
> Jiawei Wang (4):
>   app/testpmd: add RSS support in sample action
>   net/mlx5: fix the unnecessary checking for RSS action
>   net/mlx5: handle the RSS action in the sample
>   doc: update RSS support in sample action
> 
>  app/test-pmd/cmdline_flow.c            |  26 ++++
>  doc/guides/nics/mlx5.rst               |   1 +
>  doc/guides/rel_notes/release_21_02.rst |   5 +
>  drivers/net/mlx5/mlx5_flow.c           |  24 +++-
>  drivers/net/mlx5/mlx5_flow_dv.c        | 226 +++++++++++++++++++++++---
> -------
>  5 files changed, 207 insertions(+), 75 deletions(-)
> 
> --
> 1.8.3.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2021-01-18 20:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10  9:10 [dpdk-dev] [PATCH 0/3] Add RSS action support in the sample sub-actions list Jiawei Wang
2021-01-10  9:10 ` [dpdk-dev] [PATCH 1/3] app/testpmd: add RSS support in sample action Jiawei Wang
2021-01-10  9:10 ` [dpdk-dev] [PATCH 2/3] net/mlx5: handle the RSS action in the sample Jiawei Wang
2021-01-10  9:10 ` [dpdk-dev] [PATCH 3/3] doc: update RSS support in sample action Jiawei Wang
2021-01-12 10:01 ` [dpdk-dev] [PATCH v2 0/4] Add RSS action support in the sample sub-actions list Jiawei Wang
2021-01-12 10:01   ` [dpdk-dev] [PATCH v2 1/4] app/testpmd: add RSS support in sample action Jiawei Wang
2021-01-12 10:01   ` [dpdk-dev] [PATCH v2 2/4] net/mlx5: fix the unnecessary checking for RSS action Jiawei Wang
2021-01-12 10:01   ` [dpdk-dev] [PATCH v2 3/4] net/mlx5: handle the RSS action in the sample Jiawei Wang
2021-01-12 10:01   ` [dpdk-dev] [PATCH v2 4/4] doc: update RSS support in sample action Jiawei Wang
2021-01-19 13:13     ` Ferruh Yigit
2021-01-14  7:24   ` [dpdk-dev] [PATCH v3 0/4] Add RSS action support in the sample sub-actions list Jiawei Wang
2021-01-14  7:24     ` [dpdk-dev] [PATCH v3 1/4] app/testpmd: add RSS support in sample action Jiawei Wang
2021-01-14  7:24     ` [dpdk-dev] [PATCH v3 2/4] net/mlx5: fix the unnecessary checking for RSS action Jiawei Wang
2021-01-14  7:24     ` [dpdk-dev] [PATCH v3 3/4] net/mlx5: handle the RSS action in the sample Jiawei Wang
2021-01-14  7:24     ` [dpdk-dev] [PATCH v3 4/4] doc: update RSS support in sample action Jiawei Wang
2021-01-18 20:30     ` Raslan Darawsheh [this message]

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=DM6PR12MB27480B7A78945573BCC486CECFA40@DM6PR12MB2748.namprd12.prod.outlook.com \
    --to=rasland@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    --cc=jiaweiw@nvidia.com \
    --cc=matan@nvidia.com \
    --cc=orika@nvidia.com \
    --cc=viacheslavo@nvidia.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.