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, next has been updated via e5492930c13b8b17a6333050fd5078c89b305c17 (commit) via 5ed89eb5eefd985087051e044c5c16980fdd8e5f (commit) via c2d1ed55e871d26cbebae1d0e9080edae9bafe38 (commit) via c2bd39436032f544f1a211425d39d7d68c47d193 (commit) via d5295a9c745e82fbf002d71d3fa8a32ebfb48047 (commit) via a5d7adea4b2487b020371ac554935972ec947385 (commit) via 8e9c4fe4ec0611ddde0b027d7c45a1b92d182a0e (commit) via 5d4f6cbd12a7f079917bc5ad18b710b3e34485b1 (commit) via 26b90314427f088c7f7e2accd41ec7db5d396265 (commit) via e072ea084a27df729d1b94c0bec2d45fb1e4d26f (commit) via 3eb700768b6369e674e5d5a9758eb39f8fd34c3d (commit) via c05c1c608c6dbc367ebb9a819fa4cbbbca882db3 (commit) from ca927a72b1f9ea2a583e8a628790d62eb93d430f (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 ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: configure.ac | 2 + doc/application-api-guide/examples.dox | 15 +- doc/implementers-guide/implementers-guide.adoc | 26 +-- doc/platform-api-guide/Doxyfile | 1 + doc/platform-api-guide/Makefile.am | 8 +- doc/process-guide/release-guide.adoc | 84 +++++-- example/l2fwd/README | 8 + example/l2fwd/odp_l2fwd.c | 1 + platform/linux-generic/doc/platform_specific.dox | 46 ++++ .../include/odp_traffic_mngr_internal.h | 39 +++- platform/linux-generic/odp_schedule.c | 26 ++- platform/linux-generic/odp_traffic_mngr.c | 243 +++++++++++++++++++-- test/README | 9 +- .../validation/api/traffic_mngr/traffic_mngr.c | 2 +- test/linux-generic/Makefile.am | 2 +- test/linux-generic/m4/configure.m4 | 5 +- .../m4/performance.m4 | 10 +- .../api => linux-generic/performance}/.gitignore | 0 test/linux-generic/performance/Makefile.am | 13 ++ .../performance/odp_scheduling_run_proc.sh | 26 +++ test/linux-generic/pktio_ipc/pktio_ipc_run.sh | 10 +- 21 files changed, 501 insertions(+), 75 deletions(-) create mode 100644 example/l2fwd/README create mode 120000 example/l2fwd/odp_l2fwd.c create mode 100644 platform/linux-generic/doc/platform_specific.dox copy test/{common_plat => linux-generic}/m4/performance.m4 (51%) copy test/{common_plat/validation/api => linux-generic/performance}/.gitignore (100%) create mode 100644 test/linux-generic/performance/Makefile.am create mode 100755 test/linux-generic/performance/odp_scheduling_run_proc.sh
hooks/post-receive