From: Gregory Etelson <getelson@nvidia.com>
To: <dev@dpdk.org>
Cc: getelson@nvidia.com, <mkashani@nvidia.com>,
rasland@nvidia.com, "Bing Zhao" <bingz@nvidia.com>,
"Dariusz Sosnowski" <dsosnowski@nvidia.com>
Subject: [PATCH v2 0/4] net/mlx5: support non template SAMPLE flow action
Date: Thu, 26 Jun 2025 10:59:40 +0300 [thread overview]
Message-ID: <20250626075945.537256-1-getelson@nvidia.com> (raw)
In-Reply-To: <20250617133933.313443-1-getelson@nvidia.com>
Support SAMPLE flow action in the non-template API.
Bing Zhao (1):
net/mlx5: fix the table flags of mirror action
Gregory Etelson (3):
net/mlx5: add a stand alone function for mirror creation
net/mlx5: add functions for non template sample action
net/mlx5: support non-template SAMPLE flow action
drivers/net/mlx5/meson.build | 1 +
drivers/net/mlx5/mlx5.c | 1 +
drivers/net/mlx5/mlx5.h | 7 +
drivers/net/mlx5/mlx5_flow.h | 46 ++
drivers/net/mlx5/mlx5_flow_hw.c | 96 ++--
drivers/net/mlx5/mlx5_nta_sample.c | 857 +++++++++++++++++++++++++++++
drivers/net/mlx5/mlx5_nta_sample.h | 25 +
7 files changed, 1001 insertions(+), 32 deletions(-)
create mode 100644 drivers/net/mlx5/mlx5_nta_sample.c
create mode 100644 drivers/net/mlx5/mlx5_nta_sample.h
Signed-off-by: Bing Zhao <bingz@nvidia.com>
Signed-off-by: Gregory Etelson <getelson@nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnowski@nvidia.com>
--
v2: Fix the action destruction.
--
2.48.1
next prev parent reply other threads:[~2025-06-26 8:00 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 13:39 [PATCH 1/5] net/mlx5: fix the table flags of mirror action Gregory Etelson
2025-06-17 13:39 ` [PATCH 2/5] net/mlx5: add mlx5_hw_create_mirror function Gregory Etelson
2025-06-17 13:39 ` [PATCH 3/5] net/mlx5: create utility functions for non-template sample action Gregory Etelson
2025-06-17 13:39 ` [PATCH 4/5] net/mlx5: add MLX5 mirror flow action Gregory Etelson
2025-06-17 13:39 ` [PATCH 5/5] net/mlx5: support non-template SAMPLE " Gregory Etelson
2025-06-26 7:59 ` Gregory Etelson [this message]
2025-06-26 7:59 ` [PATCH v2 1/4] net/mlx5: fix the table flags of mirror action Gregory Etelson
2025-06-26 7:59 ` [PATCH v2 2/4] net/mlx5: add a stand alone function for mirror creation Gregory Etelson
2025-06-26 7:59 ` [PATCH v2 3/4] net/mlx5: add functions for non template sample action Gregory Etelson
2025-06-26 7:59 ` [PATCH v2 4/4] net/mlx5: support non-template SAMPLE flow action Gregory Etelson
2025-06-26 15:28 ` [PATCH v2 0/4] net/mlx5: support non template " Thomas Monjalon
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=20250626075945.537256-1-getelson@nvidia.com \
--to=getelson@nvidia.com \
--cc=bingz@nvidia.com \
--cc=dev@dpdk.org \
--cc=dsosnowski@nvidia.com \
--cc=mkashani@nvidia.com \
--cc=rasland@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).