[dpdk-stable] patch 'ethdev: add missing TM function to export map' has been queued to stable release 18.02.2

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue May 29 12:25:52 CEST 2018


Hi,

FYI, your patch has been queued to stable release 18.02.2

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/31/18. So please
shout if anyone has objections.

Thanks.

Luca Boccassi

---
>From f2ed4f0fb0cd76ed0db03540628d38d4f1fcf849 Mon Sep 17 00:00:00 2001
From: Ben Shelton <benjamin.h.shelton at intel.com>
Date: Fri, 25 May 2018 14:59:43 -0500
Subject: [PATCH] ethdev: add missing TM function to export map

[ upstream commit 527eefac655bb5e3b75dc0fa5819cee38c8be6f9 ]

The rte_tm_get_number_of_leaf_nodes() API function was added in DPDK
17.08.  However, it was added to the .map file with the wrong function
name (rte_tm_get_leaf_nodes), which was subsequently removed in commit
3e8ea3d ('lib: remove unused map symbols').

Add it back under the 17.08 release with the correct function name.

Fixes: 5d109deffa87 ("ethdev: add traffic management API")

Signed-off-by: Ben Shelton <benjamin.h.shelton at intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 lib/librte_ether/rte_ethdev_version.map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_ether/rte_ethdev_version.map b/lib/librte_ether/rte_ethdev_version.map
index d7143a0a7..360c630fa 100644
--- a/lib/librte_ether/rte_ethdev_version.map
+++ b/lib/librte_ether/rte_ethdev_version.map
@@ -156,6 +156,7 @@ DPDK_17.08 {
 	rte_flow_copy;
 	rte_flow_isolate;
 	rte_tm_capabilities_get;
+	rte_tm_get_number_of_leaf_nodes;
 	rte_tm_hierarchy_commit;
 	rte_tm_level_capabilities_get;
 	rte_tm_mark_ip_dscp;
-- 
2.17.0



More information about the stable mailing list