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 192cbb2e987211e0706c315ef2349ddc5b263d3f (commit) via c710eb38a88d20f4adc2ee377a0fa170fbca1aca (commit) via e01d879bd344f89d25568d93531d457e87e80f6f (commit) via b35abec0dbb6fbbe747e1c66223d92fc921279bb (commit) via 0cc926cea639f5a4538ec8f1f25437f995484e3b (commit) via eebd6b0bb6cc1f724d8f78c1c419031004adc3e4 (commit) via 44df10d424bcd3c74b1d662b40e74b8fdbd031a4 (commit) via 3c78ee3f2c9274ebfd6b51e1ec203218b792fc9b (commit) via a45b9dad99ea5e50cdafada1bfbb2bef68467263 (commit) via 91df9eab8dd6ed2aeaf367575c42fe0979435431 (commit) via 018c59b52d91dc0ef4ded90d4a76a8b053d078b6 (commit) via 5fff93ce094807c460ab7a1bf9b7af429143a19d (commit) via f73efb129c474301d6f70d727452c0c69ce0e309 (commit) via 144a1d8c4d0265ff3ff6ae740b4e99045645e59d (commit) via e89d5d15852b9a64e3aaf115b59c87d07092717d (commit) via aaca222d10a3829e4c982a1b4842b0be11860b7d (commit) via 25f82fc54a78100098eae5b22719571b6991c955 (commit) from 28d95ca27265aeaf95f06bcc7b937263f96fd826 (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 192cbb2e987211e0706c315ef2349ddc5b263d3f Merge: 0cc926c c710eb3 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Oct 27 16:04:04 2016 +0300
Merge branch 'master' into api-next
diff --cc platform/Makefile.inc index 113f9c5,2722946..b31b95b --- a/platform/Makefile.inc +++ b/platform/Makefile.inc @@@ -57,21 -57,9 +57,21 @@@ odpapispecinclude_HEADERS = $(top_srcdir)/include/odp/api/spec/ticketlock.h \ $(top_srcdir)/include/odp/api/spec/time.h \ $(top_srcdir)/include/odp/api/spec/timer.h \ - $(top_srcdir)/include/odp/api/spec/traffic_mngr.h \ - $(top_srcdir)/include/odp/api/spec/version.h + $(top_builddir)/include/odp/api/spec/version.h \ + $(top_srcdir)/include/odp/api/spec/traffic_mngr.h
+odpdrvspecincludedir= $(includedir)/odp/drv/spec +odpdrvspecinclude_HEADERS = \ + $(top_srcdir)/include/odp/drv/spec/align.h \ + $(top_srcdir)/include/odp/drv/spec/atomic.h \ + $(top_srcdir)/include/odp/drv/spec/barrier.h \ + $(top_srcdir)/include/odp/drv/spec/byteorder.h \ + $(top_srcdir)/include/odp/drv/spec/compiler.h \ + $(top_srcdir)/include/odp/drv/spec/shm.h \ + $(top_srcdir)/include/odp/drv/spec/spinlock.h \ + $(top_srcdir)/include/odp/drv/spec/std_types.h \ + $(top_srcdir)/include/odp/drv/spec/sync.h + EXTRA_DIST = \ arch/arm/odp/api/cpu_arch.h \ arch/arm/odp_cpu_arch.c \
commit 0cc926cea639f5a4538ec8f1f25437f995484e3b Merge: 28d95ca eebd6b0 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Mon Oct 24 23:51:57 2016 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
-----------------------------------------------------------------------
Summary of changes: .gitignore | 1 - Makefile.am | 5 +- configure.ac | 21 +- example/Makefile.inc | 3 +- example/l3fwd/.gitignore | 2 + example/l3fwd/odp_l3fwd.c | 220 +++++++++------ example/timer/odp_timer_simple.c | 4 +- helper/Makefile.am | 1 + include/odp/api/spec/.gitignore | 1 + include/odp/api/spec/{version.h => version.h.in} | 6 +- platform/Makefile.inc | 7 +- platform/linux-generic/Makefile.am | 1 + .../include/odp/api/plat/atomic_types.h | 4 +- .../include/odp/api/plat/static_inline.h.in | 11 + .../linux-generic/include/odp_packet_internal.h | 25 +- platform/linux-generic/include/protocols/ip.h | 2 + platform/linux-generic/odp_classification.c | 4 +- platform/linux-generic/odp_packet.c | 311 ++++++++++++--------- platform/linux-generic/odp_packet_flags.c | 112 ++++---- platform/linux-generic/odp_timer.c | 2 + scripts/Makefile.am | 1 - scripts/get_impl_str.sh | 11 - scripts/git_hash.sh | 29 -- test/Makefile.inc | 3 +- test/common_plat/performance/odp_pktio_perf.c | 16 +- test/linux-generic/Makefile.inc | 1 + 26 files changed, 456 insertions(+), 348 deletions(-) create mode 100644 include/odp/api/spec/.gitignore rename include/odp/api/spec/{version.h => version.h.in} (93%) delete mode 100644 scripts/Makefile.am delete mode 100755 scripts/get_impl_str.sh delete mode 100755 scripts/git_hash.sh
hooks/post-receive