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, master has been updated via 2cfe11680ecc2186339183e94f291ce586740f8b (commit) via bb6abbb8a5a8f92a7b18c7c2b3336be1ef264e11 (commit) via 45d422099d86461c48871879e0f7abbf37acfd5c (commit) via 614161c1a440d13d866975dc13df13cde2e8b3f3 (commit) via 279621af7fd8bf2b84b16acce85ff5bf040e7771 (commit) via 29195afb96cd539e4d4a94bd3d64336acf34bcaa (commit) via b653ea8ac54aea1a81ce9f49d4ec60f81bec2d2d (commit) via 3c8f24c52d80bd7e032ba3a1788c8dbc4d5ea0ad (commit) via 9b98d35daf7736b34e51400c6a7e32bf81537ce6 (commit) via 774b652640be4ab7147db0a337f84ce8d602b665 (commit) via 8999344484a2c3b4c08b84c5b27e2b355fa312d5 (commit) via e475a06dba8b79eace4131ea7327e87a10546351 (commit) via c5fbca288838d39f3f6434d381acb25f12c1dc9e (commit) via 22921366d8a2f9155d43f7022d645c6d364c8b58 (commit) via 0278905b45145a168f5b63afa0dbf0be30e808be (commit) via da0198f610f10c8af2c19eb4148001d1759eb401 (commit) via 6b24e0905df12ba075d86e471a48035f6c7b91ef (commit) via c8f25051021015221ec8d46cf2e06914eb8ca868 (commit) via 5f095cc66bc3fcafe8f44ed7348ef127f40c9026 (commit) via 3d6cf1de61e0b5c846317b3ffcbd0cfd07531b90 (commit) via 43d7f57b9f9f24526330c51fda8554d52414b82f (commit) via c4a8f43ff08b954d14857c5a59544f8d914205e3 (commit) via f972ef61a9693b7895cb7f85084c1c53c3b13131 (commit) via b6b667b1e95635a6ba77a19078d7d28013bcde1d (commit) via bae53291795e9c19cbfde9c0d0e11a19d9870623 (commit) via dd31792d10772c3e41519fc0b6d68cf13b0fe9d4 (commit) from 0e04be4851ecc94da8b4cac3c576260c0518c936 (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: CHANGELOG | 222 +++++++++++++++++++++ configure.ac | 6 +- doc/Doxyfile_common | 12 ++ doc/application-api-guide/Doxyfile | 2 - doc/helper-guide/Doxyfile | 8 - doc/images/reflen.svg | 45 ----- doc/platform-api-guide/Doxyfile | 9 - doc/users-guide/users-guide-packet.adoc | 26 +-- doc/users-guide/users-guide.adoc | 36 +++- include/Makefile.am | 1 + include/odp/api/spec/feature.h | 69 +++++++ include/odp/api/spec/init.h | 15 ++ include/odp/api/spec/packet.h | 40 ++-- include/odp/api/spec/packet_io.h | 13 +- include/odp/api/spec/system_info.h | 19 ++ include/odp/api/spec/timer.h | 36 +++- include/odp/api/spec/traffic_mngr.h | 6 +- include/odp/arch/default/api/abi/event.h | 3 +- include/odp_api.h | 1 + platform/linux-generic/Makefile.am | 1 + .../include/odp/api/{deprecated.h => feature.h} | 16 +- .../linux-generic/include/odp_debug_internal.h | 2 +- .../linux-generic/include/odp_packet_internal.h | 2 - platform/linux-generic/odp_init.c | 5 + platform/linux-generic/odp_packet.c | 88 +++++--- platform/linux-generic/odp_packet_io.c | 2 +- platform/linux-generic/odp_system_info.c | 36 ++++ scripts/Dockerfile | 4 +- test/Makefile.inc | 4 +- test/performance/odp_bench_packet.c | 13 -- test/performance/odp_pktio_ordered.c | 4 + test/validation/api/init/init.c | 8 +- test/validation/api/packet/packet.c | 154 +------------- test/validation/api/system/system.c | 21 ++ test/validation/api/system/system.h | 1 + 35 files changed, 595 insertions(+), 335 deletions(-) delete mode 100644 doc/images/reflen.svg create mode 100644 include/odp/api/spec/feature.h copy platform/linux-generic/include/odp/api/{deprecated.h => feature.h} (57%)
hooks/post-receive