patch 'drivers: remove unused build variable' has been queued to stable release 21.11.3

Kevin Traynor ktraynor at redhat.com
Wed Nov 23 19:04:11 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/28/22. 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/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/776c777a619c988dc710cfaeff82e7c7d022b000

Thanks.

Kevin

---
>From 776c777a619c988dc710cfaeff82e7c7d022b000 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon <thomas at monjalon.net>
Date: Mon, 31 Oct 2022 11:44:44 +0100
Subject: [PATCH] drivers: remove unused build variable

[ upstream commit abb98ed0b3869c89c5b307a99173ad9b6e587e2c ]

The variable fmt_name has been removed from DPDK 21.02-rc1.
Then some drivers were integrated in the same year with this variable.
Of course it has no effect, so it is cleaned up.

Fixes: 832a4cf1d11d ("compress/mlx5: introduce PMD")
Fixes: a7c86884f150 ("crypto/mlx5: introduce Mellanox crypto driver")
Fixes: 5e7596ba7cb3 ("vdpa/sfc: introduce Xilinx vDPA driver")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 drivers/compress/mlx5/meson.build | 1 -
 drivers/crypto/mlx5/meson.build   | 1 -
 drivers/vdpa/sfc/meson.build      | 1 -
 3 files changed, 3 deletions(-)

diff --git a/drivers/compress/mlx5/meson.build b/drivers/compress/mlx5/meson.build
index 7aac329986..fb04835f36 100644
--- a/drivers/compress/mlx5/meson.build
+++ b/drivers/compress/mlx5/meson.build
@@ -8,5 +8,4 @@ if not is_linux
 endif
 
-fmt_name = 'mlx5_compress'
 deps += ['common_mlx5', 'eal', 'compressdev']
 sources = files(
diff --git a/drivers/crypto/mlx5/meson.build b/drivers/crypto/mlx5/meson.build
index 9d9c9c00bc..b09fc1a9d5 100644
--- a/drivers/crypto/mlx5/meson.build
+++ b/drivers/crypto/mlx5/meson.build
@@ -8,5 +8,4 @@ if not (is_linux or is_windows)
 endif
 
-fmt_name = 'mlx5_crypto'
 deps += ['common_mlx5', 'eal', 'cryptodev']
 sources = files(
diff --git a/drivers/vdpa/sfc/meson.build b/drivers/vdpa/sfc/meson.build
index b55f9cd691..933f3f18f3 100644
--- a/drivers/vdpa/sfc/meson.build
+++ b/drivers/vdpa/sfc/meson.build
@@ -9,5 +9,4 @@ if ((arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')) and
 endif
 
-fmt_name = 'sfc_vdpa'
 extra_flags = []
 
-- 
2.38.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-11-23 09:55:58.410334359 +0000
+++ 0058-drivers-remove-unused-build-variable.patch	2022-11-23 09:55:57.121149438 +0000
@@ -1 +1 @@
-From abb98ed0b3869c89c5b307a99173ad9b6e587e2c Mon Sep 17 00:00:00 2001
+From 776c777a619c988dc710cfaeff82e7c7d022b000 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit abb98ed0b3869c89c5b307a99173ad9b6e587e2c ]
+
@@ -13 +14,0 @@
-Cc: stable at dpdk.org
@@ -24 +25 @@
-index df4f79fa7e..c906f2d7a2 100644
+index 7aac329986..fb04835f36 100644
@@ -32 +33 @@
- if not dpdk_conf.has('RTE_COMMON_MLX5')
+ sources = files(
@@ -34 +35 @@
-index 7e32095695..a830a4c7b9 100644
+index 9d9c9c00bc..b09fc1a9d5 100644
@@ -42 +43 @@
- if not dpdk_conf.has('RTE_COMMON_MLX5')
+ sources = files(



More information about the stable mailing list