[dpdk-stable] patch 'common/octeontx: add missing public symbol' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Wed Dec 11 22:26:36 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.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 12/17/19. 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-queue

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

Thanks.

Kevin.

---
>From bd979fff652326e042c21aaaf3df1f515ffdff6e Mon Sep 17 00:00:00 2001
From: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Wed, 20 Nov 2019 17:23:37 +0000
Subject: [PATCH] common/octeontx: add missing public symbol

[ upstream commit ea8483728e884454ed877e0b6b745d007a896b6a ]

The logtype symbol was missing from the .map file. Add it.

Fixes: d8dd31652cf4 ("common/octeontx: move mbox to common folder")

Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>
---
 drivers/common/octeontx/rte_common_octeontx_version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/common/octeontx/rte_common_octeontx_version.map b/drivers/common/octeontx/rte_common_octeontx_version.map
index f04b3b7f8..a9b3cff9b 100644
--- a/drivers/common/octeontx/rte_common_octeontx_version.map
+++ b/drivers/common/octeontx/rte_common_octeontx_version.map
@@ -2,4 +2,5 @@ DPDK_18.05 {
 	global:
 
+	octeontx_logtype_mbox;
 	octeontx_mbox_set_ram_mbox_base;
 	octeontx_mbox_set_reg;
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-11 21:24:16.211078058 +0000
+++ 0044-common-octeontx-add-missing-public-symbol.patch	2019-12-11 21:24:12.700650535 +0000
@@ -1 +1 @@
-From ea8483728e884454ed877e0b6b745d007a896b6a Mon Sep 17 00:00:00 2001
+From bd979fff652326e042c21aaaf3df1f515ffdff6e Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit ea8483728e884454ed877e0b6b745d007a896b6a ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list