* [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file
@ 2018-05-25 19:59 Ben Shelton
2018-05-26 22:21 ` Ferruh Yigit
0 siblings, 1 reply; 4+ messages in thread
From: Ben Shelton @ 2018-05-25 19:59 UTC (permalink / raw)
To: Cristian Dumitrescu, Thomas Monjalon; +Cc: dev, 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 the correct function name.
v2: Remove Gerrit Change-Id.
Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
---
lib/librte_ethdev/rte_ethdev_version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_ethdev/rte_ethdev_version.map b/lib/librte_ethdev/rte_ethdev_version.map
index 9c9394c..c4251b6 100644
--- a/lib/librte_ethdev/rte_ethdev_version.map
+++ b/lib/librte_ethdev/rte_ethdev_version.map
@@ -148,6 +148,7 @@ DPDK_17.08 {
_rte_eth_dev_callback_process;
rte_eth_dev_adjust_nb_rx_tx_desc;
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.6.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file
2018-05-25 19:59 [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file Ben Shelton
@ 2018-05-26 22:21 ` Ferruh Yigit
2018-05-26 22:23 ` Ferruh Yigit
0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2018-05-26 22:21 UTC (permalink / raw)
To: Ben Shelton, Cristian Dumitrescu, Thomas Monjalon; +Cc: dev
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 symbols').
>
> Add it back under the 17.08 release with the correct function name.
Fixes: 5d109deffa87 ("ethdev: add traffic management API")
>
> v2: Remove Gerrit Change-Id.
>
> Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file
2018-05-26 22:21 ` Ferruh Yigit
@ 2018-05-26 22:23 ` Ferruh Yigit
0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2018-05-26 22:23 UTC (permalink / raw)
To: Ben Shelton, Cristian Dumitrescu, Thomas Monjalon; +Cc: dev
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 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")
>
>>
>> v2: Remove Gerrit Change-Id.
>>
>> Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
>
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied to dpdk-next-net/master, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file
@ 2018-05-25 19:56 Ben Shelton
0 siblings, 0 replies; 4+ messages in thread
From: Ben Shelton @ 2018-05-25 19:56 UTC (permalink / raw)
To: Cristian Dumitrescu, Thomas Monjalon; +Cc: dev, 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 the correct function name.
Change-Id: I01d6cb011a3ca03c14e031856ce7a75d0f67e5ae
Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
---
lib/librte_ethdev/rte_ethdev_version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/librte_ethdev/rte_ethdev_version.map b/lib/librte_ethdev/rte_ethdev_version.map
index 9c9394c58..c4251b607 100644
--- a/lib/librte_ethdev/rte_ethdev_version.map
+++ b/lib/librte_ethdev/rte_ethdev_version.map
@@ -148,6 +148,7 @@ DPDK_17.08 {
_rte_eth_dev_callback_process;
rte_eth_dev_adjust_nb_rx_tx_desc;
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.13.6
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-05-26 22:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 19:59 [dpdk-dev] [PATCH] ethdev: Add rte_tm_get_number_of_leaf_nodes to .map file Ben Shelton
2018-05-26 22:21 ` Ferruh Yigit
2018-05-26 22:23 ` Ferruh Yigit
-- strict thread matches above, loose matches on Subject: below --
2018-05-25 19:56 Ben Shelton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).