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 093fb17ce654532dc1e6c379aa13a3dbab9407d6 (commit) via 2b9f90dc54c5d699083970cbd359db4f137faa31 (commit) via 072b5ca9ad3f17d70c20bb7d03020ec7a219f698 (commit) via aa7a1822660eaeecd6f69c525abdc4a21d428716 (commit) via 2fc98f7ba2fdcf7df0f04b171bc4bdd65b8cf980 (commit) via 39738abf195e2d3af75133f4ec418614b86e770c (commit) via c3f73eadd8eafb8e8167d5403d69527b896f9de6 (commit) via 7da43047a614ce4c030878ee8bef31725c7b71ef (commit) via bde29f1382ed76fa6b8450b67a249ab2c8c83323 (commit) via 41ab23c89799de4db4de5c3910b70e80f3a7d8f9 (commit) via 4cf18bb4f799e6601c20e54fafbdb58da538de89 (commit) via 793c4b15275fd7e6c30bf348f236e778b9bfee02 (commit) via 46684cc1f1cdc33b7b223687e063f458b6c7bf02 (commit) via 8ab5804ea8bd430fd7cd0bd0edae316918b976d7 (commit) via 33bd749de8128afbb6b5bcad5ef6bea5a2667178 (commit) via 99b863c804fe38bd919d3b9c2f6dad5ddabf1aaa (commit) via 8d10e64603e67620084cb92648707550110d7bbe (commit) via 72634d86988e33ac38dd1ecda2cc4e8a156307ed (commit) via 341d3029f797ebb2bcf0fa6089c3463eea73e1cc (commit) via 69717806018f61af84645ff458e3dc69a13d747e (commit) via b78d235b8fe23b423bf6e7a3c65abbfb7efa4af8 (commit) via 193bbc8eafa14932f342476a44687237be512148 (commit) via 165897bfd094d824e2dd83c968ad9fde28146ef9 (commit) via 4e4ae44b527a9a0635a219eb19e1ffa425c2186a (commit) via 72b2a7212b6afb2d011e537202611e5566584aea (commit) via 5567e30f8eabcfe32497b0ed858a5f76f9d764a4 (commit) via 50029e34c284559b942e6b6b8c56f230eca4f01f (commit) via aded65c62d9ad5e65c6181588d90d1b99f5c8726 (commit) via cea088594ea8f951d8716ab071c4052b018f2c19 (commit) via 1d0d1a1e1b98ebbe2c6dbdb1aae23a704c1dac47 (commit) via 28026f1ddee3f33da7935055a3f87bcc053035fb (commit) via 4f621a5acb7e6657e8eb4d17a6fe664e30fda714 (commit) from 5db841fb0b0b3e705c3a10345df3d2c41bc0ef5b (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 093fb17ce654532dc1e6c379aa13a3dbab9407d6 Merge: 5db841f 2b9f90d Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Jun 16 22:42:38 2016 +0300
Merge branch 'master' into api-next
-----------------------------------------------------------------------
Summary of changes: CHANGELOG | 165 +++++ configure.ac | 6 +- doc/{helper-guide/Doxyfile => Doxyfile_common} | 13 - doc/Makefile.am | 8 +- doc/application-api-guide/Doxyfile | 50 +- doc/m4/configure.m4 | 1 + .../.gitignore | 0 doc/platform-api-guide/Doxyfile | 19 + .../Makefile.am | 1 - doc/process-guide/.gitignore | 1 + doc/process-guide/Makefile.am | 27 +- doc/users-guide/Makefile.am | 3 +- example/timer/.gitignore | 3 + example/timer/Makefile.am | 14 +- example/timer/odp_timer_simple.c | 157 +++++ helper/include/odp/helper/chksum.h | 2 +- helper/linux.c | 15 +- helper/test/thread.c | 2 +- include/odp/api/spec/version.h | 2 +- .../include/odp/api/plat/timer_types.h | 2 +- .../include/odp_classification_inlines.h | 36 +- .../include/odp_classification_internal.h | 5 +- .../linux-generic/include/odp_packet_internal.h | 72 ++- .../linux-generic/include/odp_packet_io_internal.h | 23 +- platform/linux-generic/include/odp_schedule_if.h | 12 +- .../include/odp_schedule_ordered_internal.h | 5 +- platform/linux-generic/odp_classification.c | 28 +- platform/linux-generic/odp_packet.c | 241 +++---- platform/linux-generic/odp_packet_flags.c | 53 +- platform/linux-generic/odp_packet_io.c | 147 +++-- platform/linux-generic/odp_queue.c | 32 +- platform/linux-generic/odp_schedule.c | 80 ++- platform/linux-generic/odp_schedule_ordered.c | 18 +- platform/linux-generic/odp_schedule_sp.c | 707 ++++++++++++++++++++- platform/linux-generic/pktio/dpdk.c | 13 +- platform/linux-generic/pktio/ipc.c | 2 +- platform/linux-generic/pktio/loop.c | 33 +- platform/linux-generic/pktio/netmap.c | 10 +- platform/linux-generic/pktio/pcap.c | 6 +- platform/linux-generic/pktio/socket.c | 6 +- platform/linux-generic/pktio/socket_mmap.c | 6 +- platform/linux-generic/pktio/tap.c | 2 +- test/validation/pktio/pktio.c | 23 +- test/validation/scheduler/scheduler.c | 267 ++++---- test/validation/timer/timer.c | 33 +- test/validation/traffic_mngr/traffic_mngr.c | 16 + 46 files changed, 1771 insertions(+), 596 deletions(-) copy doc/{helper-guide/Doxyfile => Doxyfile_common} (64%) copy doc/{application-api-guide => platform-api-guide}/.gitignore (100%) create mode 100644 doc/platform-api-guide/Doxyfile copy doc/{helper-guide => platform-api-guide}/Makefile.am (78%) create mode 100644 example/timer/odp_timer_simple.c
hooks/post-receive