[dpdk-stable] patch 'eal/windows: fix symbol export' has been queued to stable release 19.11.4

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Jul 24 13:57:43 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.4

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/20. 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.

Thanks.

Luca Boccassi

---
>From afd842b48e9af1eded17f83e0f9f680d7d72697a Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Wed, 10 Jun 2020 16:30:49 +0200
Subject: [PATCH] eal/windows: fix symbol export

[ upstream commit b6f0621201be2cd02c72bc3f30b324aa8c2ca60e ]

rte_eal_get_configuration() has been made private in 19.11, remove
leftover in Windows export list.

Fixes: f58cef079b05 ("eal: make the global configuration private")

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 lib/librte_eal/rte_eal_exports.def | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_eal/rte_eal_exports.def b/lib/librte_eal/rte_eal_exports.def
index 12a6c79d6..c1bdee1c4 100644
--- a/lib/librte_eal/rte_eal_exports.def
+++ b/lib/librte_eal/rte_eal_exports.def
@@ -1,6 +1,5 @@
 EXPORTS
 	__rte_panic
-	rte_eal_get_configuration
 	rte_eal_init
 	rte_eal_mp_remote_launch
 	rte_eal_mp_wait_lcore
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-07-24 12:53:49.587539275 +0100
+++ 0025-eal-windows-fix-symbol-export.patch	2020-07-24 12:53:48.211005044 +0100
@@ -1,8 +1,10 @@
-From b6f0621201be2cd02c72bc3f30b324aa8c2ca60e Mon Sep 17 00:00:00 2001
+From afd842b48e9af1eded17f83e0f9f680d7d72697a Mon Sep 17 00:00:00 2001
 From: David Marchand <david.marchand at redhat.com>
 Date: Wed, 10 Jun 2020 16:30:49 +0200
 Subject: [PATCH] eal/windows: fix symbol export
 
+[ upstream commit b6f0621201be2cd02c72bc3f30b324aa8c2ca60e ]
+
 rte_eal_get_configuration() has been made private in 19.11, remove
 leftover in Windows export list.
 


More information about the stable mailing list