patch 'net/ice: fix version for experimental symbols' has been queued to stable release 22.11.5

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Mar 14 01:09:54 CET 2024


Hi,

FYI, your patch has been queued to stable release 22.11.5

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

Thanks.

Luca Boccassi

---
>From a985d4953e96238162ca43f0719692736a666c24 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Tue, 5 Mar 2024 11:36:51 +0100
Subject: [PATCH] net/ice: fix version for experimental symbols

[ upstream commit b407873ce93ac6c57618e7a7d67355bf593b2d10 ]

Fixes: 0d8d7bd720ba ("net/ice: support DDP dump switch rule binary")
Fixes: ab4eaf9a8a31 ("net/ice: dump Tx scheduling tree")

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 drivers/net/ice/version.map | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/ice/version.map b/drivers/net/ice/version.map
index d70c250e9a..72d77458ba 100644
--- a/drivers/net/ice/version.map
+++ b/drivers/net/ice/version.map
@@ -7,5 +7,7 @@ EXPERIMENTAL {
 
 	# added in 19.11
 	rte_pmd_ice_dump_package;
+
+	# added in 22.11
 	rte_pmd_ice_dump_switch;
 };
-- 
2.39.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2024-03-14 00:09:23.311510476 +0000
+++ 0058-net-ice-fix-version-for-experimental-symbols.patch	2024-03-14 00:09:20.713617206 +0000
@@ -1 +1 @@
-From b407873ce93ac6c57618e7a7d67355bf593b2d10 Mon Sep 17 00:00:00 2001
+From a985d4953e96238162ca43f0719692736a666c24 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit b407873ce93ac6c57618e7a7d67355bf593b2d10 ]
+
@@ -12,2 +14,2 @@
- drivers/net/ice/version.map | 4 ++++
- 1 file changed, 4 insertions(+)
+ drivers/net/ice/version.map | 2 ++
+ 1 file changed, 2 insertions(+)
@@ -16 +18 @@
-index 24b425d6f7..8449e98aba 100644
+index d70c250e9a..72d77458ba 100644
@@ -19 +21 @@
-@@ -7,6 +7,10 @@ EXPERIMENTAL {
+@@ -7,5 +7,7 @@ EXPERIMENTAL {
@@ -26,3 +27,0 @@
-+
-+	# added in 24.03
- 	rte_pmd_ice_dump_txsched;


More information about the stable mailing list