ethdev: add missing TM function to export map
authorBen Shelton <benjamin.h.shelton@intel.com>
Fri, 25 May 2018 19:59:43 +0000 (14:59 -0500)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sat, 26 May 2018 22:22:09 +0000 (00:22 +0200)
commit527eefac655bb5e3b75dc0fa5819cee38c8be6f9
tree689aefa63a10e46a5c30861d5bf9ef933ff4cfde
parent6b1a7a46640505722c1047e83871ef66238bfe8e
ethdev: add missing TM function to export map

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")
Cc: stable@dpdk.org
Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_ethdev/rte_ethdev_version.map