[dpdk-dev] [PATCH] ethdev: Clarify usage of TM node parent update API function

2018-07-10 Thread Ben Shelton
The node parent update API function may be used to update the priority/weight of an existing node. Update the documentation to indicate that this use case is supported. Signed-off-by: Ben Shelton --- lib/librte_ethdev/rte_tm.h | 4 1 file changed, 4 insertions(+) diff --git a/lib

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

2018-05-25 Thread Ben Shelton
lease with the correct function name. Change-Id: I01d6cb011a3ca03c14e031856ce7a75d0f67e5ae Signed-off-by: Ben Shelton --- 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

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

2018-05-25 Thread Ben Shelton
lease with the correct function name. v2: Remove Gerrit Change-Id. Signed-off-by: Ben Shelton --- 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..c425

[dpdk-dev] [PATCH] ethdev: Fix issue in Doxygen for TM API

2018-03-21 Thread Ben Shelton
The rte_tm_node_wfq_weight_mode_update() API function operates on non-leaf nodes, not leaf nodes. Signed-off-by: Ben Shelton --- lib/librte_ether/rte_tm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ether/rte_tm.h b/lib/librte_ether/rte_tm.h index 2b25a87