DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@nvidia.com>
To: "Jiawei(Jonny) Wang" <jiaweiw@nvidia.com>,
	Matan Azrad <matan@nvidia.com>,  Ori Kam <orika@nvidia.com>,
	Slava Ovsiienko <viacheslavo@nvidia.com>,
	NBU-Contact-Thomas Monjalon <thomas@monjalon.net>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 0/2] control rules with identical pattern behavior
Date: Wed, 7 Jul 2021 16:55:32 +0000	[thread overview]
Message-ID: <DM4PR12MB5054858CA4A4E75BAE25DAF0CF1A9@DM4PR12MB5054.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20210706081228.32672-1-jiaweiw@nvidia.com>

Hi,

> -----Original Message-----
> From: Jiawei(Jonny) Wang <jiaweiw@nvidia.com>
> Sent: Tuesday, July 6, 2021 11:12 AM
> To: Matan Azrad <matan@nvidia.com>; Ori Kam <orika@nvidia.com>; Slava
> Ovsiienko <viacheslavo@nvidia.com>; NBU-Contact-Thomas Monjalon
> <thomas@monjalon.net>
> Cc: dev@dpdk.org; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH v2 0/2] control rules with identical pattern behavior
> 
> In order to allow\disallow configuring rules with identical
> patterns, the new device argument 'allow_duplicate_pattern'
> is introduced.
> If allow, these rules be inserted successfully and only the
> first rule take affect.
> If disallow, the first rule will be inserted and other rules
> be rejected.
> 
> The default is to allow.
> Set it to 0 if disallow, for example:
> 	-a <PCI_BDF>,allow_duplicate_pattern=0
> 
> Jiawei Wang (2):
>   common/mlx5: add glue function for duplicate rule ability
>   net/mlx5: control rules with identical pattern behavior
> 
>  doc/guides/nics/mlx5.rst               | 14 ++++++++++++++
>  doc/guides/rel_notes/release_21_08.rst |  6 ++++++
>  drivers/common/mlx5/linux/meson.build  |  2 ++
>  drivers/common/mlx5/linux/mlx5_glue.c  | 12 ++++++++++++
>  drivers/common/mlx5/linux/mlx5_glue.h  |  1 +
>  drivers/net/mlx5/linux/mlx5_os.c       | 10 ++++++++++
>  drivers/net/mlx5/mlx5.c                |  6 ++++++
>  drivers/net/mlx5/mlx5.h                |  2 ++
>  drivers/net/mlx5/mlx5_flow_dv.c        | 12 ++++++++----
>  9 files changed, 61 insertions(+), 4 deletions(-)
> 
> --
> 2.18.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh

      parent reply	other threads:[~2021-07-07 16:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 13:25 [dpdk-dev] [PATCH 1/2] common/mlx5: add glue function for duplicate rule ability Jiawei Wang
2021-05-28 13:25 ` [dpdk-dev] [PATCH 2/2] net/mlx5: control rules with identical pattern behavior Jiawei Wang
2021-07-06  8:12 ` [dpdk-dev] [PATCH v2 0/2] " Jiawei Wang
2021-07-06  8:12   ` [dpdk-dev] [PATCH v2 1/2] common/mlx5: add glue function for duplicate rule ability Jiawei Wang
2021-07-06  8:12   ` [dpdk-dev] [PATCH v2 2/2] net/mlx5: control rules with identical pattern behavior Jiawei Wang
2021-07-07 16:55   ` 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=DM4PR12MB5054858CA4A4E75BAE25DAF0CF1A9@DM4PR12MB5054.namprd12.prod.outlook.com \
    --to=rasland@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=jiaweiw@nvidia.com \
    --cc=matan@nvidia.com \
    --cc=orika@nvidia.com \
    --cc=thomas@monjalon.net \
    --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 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).