Re: [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file

2018-05-26 Thread Ferruh Yigit
On 5/26/2018 11:21 PM, Ferruh Yigit wrote: > On 5/25/2018 8:59 PM, Ben Shelton wrote: >> 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

Re: [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file

2018-05-26 Thread Ferruh Yigit
On 5/25/2018 8:59 PM, Ben Shelton wrote: > 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 symbol

[dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file

2018-05-25 Thread Ben Shelton
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 th

[dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file

2018-05-25 Thread Ben Shelton
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 th