DPDK patches and discussions
 help / color / mirror / Atom feed
From: Michael Baum <michaelba@nvidia.com>
To: <dev@dpdk.org>
Cc: Matan Azrad <matan@nvidia.com>,
	Raslan Darawsheh <rasland@nvidia.com>,
	Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Subject: [dpdk-dev] [PATCH_v3 0/3] regex/mlx5: some independent fixes
Date: Wed, 7 Jul 2021 15:03:00 +0300	[thread overview]
Message-ID: <20210707120303.2490006-1-michaelba@nvidia.com> (raw)
In-Reply-To: <20210705052730.2283962-1-michaelba@nvidia.com>

Some independent fixes in MLX5 RegEx driver.

v1: Initial fixes.
v2: Initialize pointer of global generation number.
    Add global generation number checking in indirect mkey creation.
v3: Rebase.

Michael Baum (3):
  regex/mlx5: fix memory region unregistration
  regex/mlx5: fix leak in PCI remove function
  regex/mlx5: fix redundancy in PCI remove function

 drivers/regex/mlx5/mlx5_regex.c          | 59 +++++++++++++++++++++++-
 drivers/regex/mlx5/mlx5_regex.h          |  2 +
 drivers/regex/mlx5/mlx5_regex_control.c  |  2 +
 drivers/regex/mlx5/mlx5_regex_fastpath.c | 50 +++++++++++++++-----
 4 files changed, 99 insertions(+), 14 deletions(-)

-- 
2.25.1


  parent reply	other threads:[~2021-07-07 12:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28 19:23 [dpdk-dev] [PATCH 1/3] regex/mlx5: fix memory region unregistration Michael Baum
2021-06-28 19:23 ` [dpdk-dev] [PATCH 2/3] regex/mlx5: fix leak in PCI remove function Michael Baum
2021-06-28 19:23 ` [dpdk-dev] [PATCH 3/3] regex/mlx5: fix redundancy " Michael Baum
2021-06-30  5:52 ` [dpdk-dev] [PATCH 1/3] regex/mlx5: fix memory region unregistration Matan Azrad
2021-07-05  5:27 ` [dpdk-dev] [PATCH_v2 " Michael Baum
2021-07-05  5:27   ` [dpdk-dev] [PATCH_v2 2/3] regex/mlx5: fix leak in PCI remove function Michael Baum
2021-07-05  5:27   ` [dpdk-dev] [PATCH_v2 3/3] regex/mlx5: fix redundancy " Michael Baum
2021-07-07 12:03   ` Michael Baum [this message]
2021-07-07 12:03     ` [dpdk-dev] [PATCH_v3 1/3] regex/mlx5: fix memory region unregistration Michael Baum
2021-07-12  7:06       ` [dpdk-dev] [PATCH_v4 0/3] regex/mlx5: some independent fixes Michael Baum
2021-07-12  7:06         ` [dpdk-dev] [PATCH_v4 1/3] regex/mlx5: fix memory region unregistration Michael Baum
2021-07-21  6:25           ` Ori Kam
2021-07-12  7:06         ` [dpdk-dev] [PATCH_v4 2/3] regex/mlx5: fix leak in PCI remove function Michael Baum
2021-07-21  6:21           ` Ori Kam
2021-07-12  7:06         ` [dpdk-dev] [PATCH_v4 3/3] regex/mlx5: fix redundancy " Michael Baum
2021-07-21  6:23           ` Ori Kam
2021-07-22 13:09         ` [dpdk-dev] [PATCH_v4 0/3] regex/mlx5: some independent fixes Thomas Monjalon
2021-07-07 12:03     ` [dpdk-dev] [PATCH_v3 2/3] regex/mlx5: fix leak in PCI remove function Michael Baum
2021-07-07 12:03     ` [dpdk-dev] [PATCH_v3 3/3] regex/mlx5: fix redundancy " Michael Baum

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=20210707120303.2490006-1-michaelba@nvidia.com \
    --to=michaelba@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=matan@nvidia.com \
    --cc=rasland@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 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).