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 a652887cfebadb30843a6fbfe9d5655031d46881 (commit) via 919d6924c532d46a52e467d481ee30b6b8bd78ec (commit) via ba12518e030095c7a3fd5a0156522c427b25e776 (commit) via f0ee0e9812cb05fac89ed464732a3cd421974af9 (commit) via 8cdc31026eab52b59169e8450308c8f552f49613 (commit) via 8f33c673232c6b12334d02d12850e6a3e9fbde0e (commit) via 33b2cc17e92ae0eaa3961bf262035f45b9e6e2f5 (commit) via 4210d023fd08e4e36983a7c5a8e7de13bcf38204 (commit) via ff30fcb8467467e4dd08dc1f72b852f5e0c903f1 (commit) via 8e2059e01f0d94257481cd71a5bb67733d9cb6ff (commit) via 34f63c0cb6421ce32fac1a409cbc75fd1cc8fdbc (commit) via a26219abfccbd1148a1ccbf9648039dd6a790a6e (commit) via ce8fb2e5d86dd2b041d8bd17f7ed46035b516094 (commit) via 6d0a57c69bd41ad152a6366b0563edd2f39381f5 (commit) via 4d2965368138f5980598bff84bb8a5bb23b764ef (commit) via 7f67f9c82f0d8454a17c57480e0d042ce4d02c2b (commit) via 20dd9920a9666adbbc5700a0c5f91539f36748e0 (commit) from ff7600a119f02bb1ef2a57e5611e392968666420 (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 a652887cfebadb30843a6fbfe9d5655031d46881 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Mar 1 17:37:34 2017 +0300
update API version number from v1.13.0.0 to v1.14.0.0
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/configure.ac b/configure.ac index d344e6a..1f9e5cf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.5]) # Set correct API version ########################################################################## m4_define([odpapi_generation_version], [1]) -m4_define([odpapi_major_version], [13]) +m4_define([odpapi_major_version], [14]) m4_define([odpapi_minor_version], [0]) m4_define([odpapi_point_version], [0]) m4_define([odpapi_version], @@ -38,10 +38,10 @@ AM_SILENT_RULES([yes]) # 3. if interfaces were removed, then use C+1:0:0 ##########################################################################
-ODP_LIBSO_VERSION=113:0:0 +ODP_LIBSO_VERSION=114:0:1 AC_SUBST(ODP_LIBSO_VERSION)
-ODPHELPER_LIBSO_VERSION=111:0:2 +ODPHELPER_LIBSO_VERSION=112:0:0 AC_SUBST(ODPHELPER_LIBSO_VERSION)
# Checks for programs.
-----------------------------------------------------------------------
Summary of changes: CHANGELOG | 144 ++ configure.ac | 6 +- doc/images/ref.svg | 58 + doc/images/reflen.svg | 45 + doc/images/refpkt1.svg | 43 + doc/images/refpkt2.svg | 43 + doc/images/refpktmulti.svg | 75 + doc/images/refpktsingle.svg | 76 + doc/images/refstatic.svg | 39 + doc/users-guide/users-guide-packet.adoc | 239 ++- doc/users-guide/users-guide.adoc | 120 ++ include/odp/api/spec/byteorder.h | 4 - include/odp/api/spec/packet.h | 140 +- platform/linux-generic/Makefile.am | 3 + .../include/odp/api/plat/byteorder_types.h | 3 - .../linux-generic/include/odp_bitmap_internal.h | 317 ++++ platform/linux-generic/include/odp_schedule_if.h | 5 + platform/linux-generic/m4/odp_schedule.m4 | 9 +- platform/linux-generic/odp_bitmap.c | 315 ++++ platform/linux-generic/odp_packet.c | 74 + platform/linux-generic/odp_queue.c | 7 +- platform/linux-generic/odp_schedule.c | 13 +- platform/linux-generic/odp_schedule_if.c | 6 + platform/linux-generic/odp_schedule_iquery.c | 1521 ++++++++++++++++++++ platform/linux-generic/odp_schedule_sp.c | 113 +- test/common_plat/validation/api/packet/packet.c | 449 +++++- test/common_plat/validation/api/packet/packet.h | 2 + 27 files changed, 3809 insertions(+), 60 deletions(-) create mode 100644 doc/images/ref.svg create mode 100644 doc/images/reflen.svg create mode 100644 doc/images/refpkt1.svg create mode 100644 doc/images/refpkt2.svg create mode 100644 doc/images/refpktmulti.svg create mode 100644 doc/images/refpktsingle.svg create mode 100644 doc/images/refstatic.svg create mode 100644 platform/linux-generic/include/odp_bitmap_internal.h create mode 100644 platform/linux-generic/odp_bitmap.c create mode 100644 platform/linux-generic/odp_schedule_iquery.c
hooks/post-receive