aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/traffic_mngr.h
diff options
context:
space:
mode:
authorBarry Spinney <spinney@mellanox.com>2016-07-13 11:59:40 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-07-27 23:20:57 +0300
commit014a7fab6a34aacb061e53cc0b14d12aa119b03a (patch)
tree28c6e2b93151f0e8adfcf25c1701c012c8d30344 /include/odp/api/spec/traffic_mngr.h
parent48272fd98f3882a708a7302cd4e28308d59f96e9 (diff)
api: tm: resolve todo
This todo just asks a question which is no longer important. Signed-off-by: Barry Spinney <spinney@mellanox.com> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/spec/traffic_mngr.h')
-rw-r--r--include/odp/api/spec/traffic_mngr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/odp/api/spec/traffic_mngr.h b/include/odp/api/spec/traffic_mngr.h
index c9e6f8fae..347364845 100644
--- a/include/odp/api/spec/traffic_mngr.h
+++ b/include/odp/api/spec/traffic_mngr.h
@@ -93,7 +93,6 @@ extern "C" {
* @def ODP_TM_MAX_TM_NODE_FANIN
* The largest number of fan-in "inputs" that can be simultaneously connected
* to a single tm_node.
- * @todo Does this need to be as large as ODP_TM_MAX_TM_QUEUES?
*/
/**
@@ -886,7 +885,7 @@ typedef struct {
/** In the case that sched_modes for a given strict priority level
* indicates the use of weighted scheduling, this field supplies the
* weighting factors. The weights - when defined - are used such that
- * the (adjusted) frame lengths are divided by these 8-bit weights
+ * the (adjusted) frame lengths are divided by these 8-bit weights
* (i.e. they are divisors and not multipliers). Consequently a
* weight of 0 (when sched_mode is ODP_TM_BYTE_BASED_WEIGHTS) is
* illegal. */