This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, api-next has been updated via 77a27212b563299959fb2a609b86bb9117a8f918 (commit) via ca7514cf4325838ca04c3a21a972cb963efd07a4 (commit) via 9405b1770b78b774e7dbe6073f3f85d709541a26 (commit) via 86939bf150967b4f2a9f0580aab9727388662496 (commit) via 7f87f43fca88cac2cd36ed5fcffcea8ebee10694 (commit) via 8b10c2fece805dd35b7396526ee0a09b8fee91c7 (commit) via 43cad57aab56e07303514e6f8d2c85d773a3a2d4 (commit) via fbe74cce0bbe02430de3439b594bf712e791419a (commit) from 1e919d30be9ecf9683e30bba3f6109d9356b4638 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 77a27212b563299959fb2a609b86bb9117a8f918 Author: Barry Spinney spinney@mellanox.com Date: Wed Jul 13 11:59:40 2016 -0500
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
diff --git a/include/odp/api/spec/traffic_mngr.h b/include/odp/api/spec/traffic_mngr.h index c9e6f8f..3473648 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. */
commit ca7514cf4325838ca04c3a21a972cb963efd07a4 Merge: 1e919d3 9405b17 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Jul 14 12:53:48 2016 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
-----------------------------------------------------------------------
Summary of changes: doc/images/abi_llvm.svg | 125 ++++++ doc/images/abi_traditional.svg | 89 +++++ doc/implementers-guide/implementers-guide.adoc | 430 ++++++++++++++------- include/odp/api/spec/traffic_mngr.h | 3 +- .../include/odp_traffic_mngr_internal.h | 3 + platform/linux-generic/odp_name_table.c | 2 +- platform/linux-generic/odp_traffic_mngr.c | 37 +- test/performance/odp_l2fwd.c | 3 + 8 files changed, 532 insertions(+), 160 deletions(-) create mode 100644 doc/images/abi_llvm.svg create mode 100644 doc/images/abi_traditional.svg
hooks/post-receive