patch 'net/mlx5/hws: remove unused variable' has been queued to stable release 22.11.6
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Wed Jul 24 13:32:53 CEST 2024
Hi,
FYI, your patch has been queued to stable release 22.11.6
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/26/24. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable
This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/7aa564683c2f3bfbf0d2eeface8f52de58fcd9aa
Thanks.
Luca Boccassi
---
>From 7aa564683c2f3bfbf0d2eeface8f52de58fcd9aa Mon Sep 17 00:00:00 2001
From: Erez Shitrit <erezsh at nvidia.com>
Date: Tue, 9 Jul 2024 15:31:01 +0300
Subject: [PATCH] net/mlx5/hws: remove unused variable
[ upstream commit 168f9cf3455ef0be63ba1593cd7b651d50b2043d ]
Removing a redundant variable.
Was there from day 1, not in use.
Fixes: f8c8a6d8440d ("net/mlx5/hws: add action object")
Signed-off-by: Erez Shitrit <erezsh at nvidia.com>
Acked-by: Matan Azrad <matan at nvidia.com>
---
drivers/net/mlx5/hws/mlx5dr_pat_arg.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/mlx5/hws/mlx5dr_pat_arg.h b/drivers/net/mlx5/hws/mlx5dr_pat_arg.h
index d9353e9a3e..0a1257f98c 100644
--- a/drivers/net/mlx5/hws/mlx5dr_pat_arg.h
+++ b/drivers/net/mlx5/hws/mlx5dr_pat_arg.h
@@ -31,7 +31,6 @@ struct mlx5dr_pat_cached_pattern {
enum mlx5dr_action_type type;
struct {
struct mlx5dr_devx_obj *pattern_obj;
- struct dr_icm_chunk *chunk;
uint8_t *data;
uint16_t num_of_actions;
} mh_data;
--
2.39.2
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-07-24 12:29:21.941170923 +0100
+++ 0015-net-mlx5-hws-remove-unused-variable.patch 2024-07-24 12:29:20.719025084 +0100
@@ -1 +1 @@
-From 168f9cf3455ef0be63ba1593cd7b651d50b2043d Mon Sep 17 00:00:00 2001
+From 7aa564683c2f3bfbf0d2eeface8f52de58fcd9aa Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 168f9cf3455ef0be63ba1593cd7b651d50b2043d ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index bbe313102f..c4e0cbc843 100644
+index d9353e9a3e..0a1257f98c 100644
@@ -22,2 +23,2 @@
-@@ -30,7 +30,6 @@ struct mlx5dr_pattern_cache {
- struct mlx5dr_pattern_cache_item {
+@@ -31,7 +31,6 @@ struct mlx5dr_pat_cached_pattern {
+ enum mlx5dr_action_type type;
More information about the stable
mailing list