[dpdk-stable] patch 'rawdev: export dump function in map file' has been queued to stable release 19.11.4
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Fri Jul 24 13:58:46 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 07e906580406ab5795f4d8630a6c27b4bd25a629 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Mon, 6 Jul 2020 11:31:32 +0100
Subject: [PATCH] rawdev: export dump function in map file
[ upstream commit a8550b773184c202cee408aee8621d682ccb21dc ]
The rte_rawdev_dump function was missing from the map file,
meaning it was unavailable for use when linking dynamically.
Fixes: c88b3f2558ed ("rawdev: introduce raw device library")
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
---
lib/librte_rawdev/rte_rawdev_version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_rawdev/rte_rawdev_version.map b/lib/librte_rawdev/rte_rawdev_version.map
index d847c9e0d..63b54f598 100644
--- a/lib/librte_rawdev/rte_rawdev_version.map
+++ b/lib/librte_rawdev/rte_rawdev_version.map
@@ -5,6 +5,7 @@ DPDK_20.0 {
rte_rawdev_configure;
rte_rawdev_count;
rte_rawdev_dequeue_buffers;
+ rte_rawdev_dump;
rte_rawdev_enqueue_buffers;
rte_rawdev_firmware_load;
rte_rawdev_firmware_status_get;
--
2.20.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2020-07-24 12:53:51.946286150 +0100
+++ 0088-rawdev-export-dump-function-in-map-file.patch 2020-07-24 12:53:48.311006907 +0100
@@ -1,13 +1,14 @@
-From a8550b773184c202cee408aee8621d682ccb21dc Mon Sep 17 00:00:00 2001
+From 07e906580406ab5795f4d8630a6c27b4bd25a629 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Mon, 6 Jul 2020 11:31:32 +0100
Subject: [PATCH] rawdev: export dump function in map file
+[ upstream commit a8550b773184c202cee408aee8621d682ccb21dc ]
+
The rte_rawdev_dump function was missing from the map file,
meaning it was unavailable for use when linking dynamically.
Fixes: c88b3f2558ed ("rawdev: introduce raw device library")
-Cc: stable at dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
More information about the stable
mailing list