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 52cfe7ba6d2541cf5ee464e46e91b2da5efe1497 (commit)
from 052d2687930e5a99568e9349ca9704ae507e8dc5 (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:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
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 052d2687930e5a99568e9349ca9704ae507e8dc5 (commit)
via 0ff7861b8a958b5e23adc5b13783aeeff0629e03 (commit)
from b4d17b1f6807cd980a1b2dd30573f17677ea371b (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 | 3 +-
platform/Makefile.inc | 19 ------
platform/linux-generic/Makefile.am | 43 ++++++++-----
.../arch/{arm => aarch64}/odp/api/cpu_arch.h | 0
.../odp_cpu_arch.c => aarch64/odp_global_time.c} | 45 --------------
.../linux-generic/arch/arm/odp_sysinfo_parse.c | 28 ---------
platform/linux-generic/arch/default/odp_cpu_arch.c | 28 ---------
.../linux-generic/arch/default/odp_cpu_cycles.c | 11 +++-
.../odp_cpu_arch.c => default/odp_global_time.c} | 28 ++-------
platform/linux-generic/arch/mips64/odp_cpu_arch.c | 25 --------
platform/linux-generic/arch/powerpc/odp_cpu_arch.c | 25 --------
.../linux-generic/arch/powerpc/odp_global_time.c | 15 +++++
platform/linux-generic/arch/x86/odp_cpu_arch.c | 72 ----------------------
.../arch/x86/{odp_cpu_arch.c => odp_global_time.c} | 34 ++--------
14 files changed, 62 insertions(+), 314 deletions(-)
copy platform/linux-generic/arch/{arm => aarch64}/odp/api/cpu_arch.h (100%)
rename platform/linux-generic/arch/{arm/odp_cpu_arch.c => aarch64/odp_global_time.c} (65%)
delete mode 100644 platform/linux-generic/arch/arm/odp_sysinfo_parse.c
copy test/common_plat/validation/api/classification/classification_main.c => platform/linux-generic/arch/default/odp_cpu_cycles.c (50%)
copy platform/linux-generic/arch/{mips64/odp_cpu_arch.c => default/odp_global_time.c} (53%)
create mode 100644 platform/linux-generic/arch/powerpc/odp_global_time.c
copy platform/linux-generic/arch/x86/{odp_cpu_arch.c => odp_global_time.c} (79%)
hooks/post-receive
--
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 50cb30d14d432257f0a80da45b71bce2ddacad8d (commit)
via b4d17b1f6807cd980a1b2dd30573f17677ea371b (commit)
via f025da7131d921a4207b31bd5af4490da9b0ef24 (commit)
via fdc44dd4322f624c2a5d8c0be5306f7c45364520 (commit)
from e04e5f90df69e3031622b77fb5273b85d47eb966 (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 50cb30d14d432257f0a80da45b71bce2ddacad8d
Merge: e04e5f90 b4d17b1f
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Mon Oct 2 23:40:42 2017 +0300
Merge branch 'master' into api-next
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/_fdserver.c | 24 ++++++++++----------
.../linux-generic/include/odp_packet_internal.h | 3 ---
platform/linux-generic/odp_packet.c | 26 ----------------------
test/common_plat/m4/validation.m4 | 3 ++-
4 files changed, 14 insertions(+), 42 deletions(-)
hooks/post-receive
--
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 b4d17b1f6807cd980a1b2dd30573f17677ea371b (commit)
from f025da7131d921a4207b31bd5af4490da9b0ef24 (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 b4d17b1f6807cd980a1b2dd30573f17677ea371b
Author: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Date: Mon Oct 2 05:58:00 2017 +0300
tests: fix validation tests being skipped by default
After [d091f2176a28 configure: "best effort" approach for CUnit and
validation tests] by default validation tests will get skipped by
default because test_vald variable will remain set to check instead of
yes. Update it to yes, if it was not set and CUnit was found.
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/test/common_plat/m4/validation.m4 b/test/common_plat/m4/validation.m4
index bf849aa3..f7127c06 100644
--- a/test/common_plat/m4/validation.m4
+++ b/test/common_plat/m4/validation.m4
@@ -23,7 +23,8 @@ AS_IF([test "x$test_vald" = "xyes" -a "x$cunit_support" = "xno"],
[AC_MSG_ERROR([Validation testsuite requested, but CUnit was not found])],
[test "x$test_vald" = "xcheck" -a "x$cunit_support" = "xno"],
[AC_MSG_WARN([CUnit was not found, disabling validation testsuite])
- test_vald=no])
+ test_vald=no],
+ [test_vald=yes])
AM_CONDITIONAL([cunit_support], [test "x$cunit_support" = "xyes"])
AM_CONDITIONAL([test_vald], [test "x$test_vald" = "xyes"])
-----------------------------------------------------------------------
Summary of changes:
test/common_plat/m4/validation.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
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 e04e5f90df69e3031622b77fb5273b85d47eb966 (commit)
via a9f4c8dd372b1846390ceae6f3f7c8e7578ad743 (commit)
via 614399faccde551f7ee473e3763254bce96e3444 (commit)
via 13f091e6e0e5fff0552abd1d54b3559b4fc6158f (commit)
via f710dd9c76b8a7683f07574afdfc5896f8e4db7a (commit)
via 3794fb4eddebf95579fa176d27ef1b82ad16dfdd (commit)
via 886e54149d3ee64e56c422a0d3dd7c536e2b4b7d (commit)
via ec7353be201b526ade8819d9668dec111a9211d7 (commit)
via c2ed3f71a8d61449c5e35ce201f020a74a8ea244 (commit)
from 13322ca632f8ffba292bec058e597719bc54142d (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 e04e5f90df69e3031622b77fb5273b85d47eb966
Author: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Date: Mon Sep 25 21:04:26 2017 +0300
api: ipsec: document restrictions for odp_ipsec_config()
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov(a)linaro.org>
Reviewed-by: Petri Savolainen <petri.savolainen(a)nokia.com>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
index 5631989f..3bd80b26 100644
--- a/include/odp/api/spec/ipsec.h
+++ b/include/odp/api/spec/ipsec.h
@@ -791,7 +791,9 @@ void odp_ipsec_config_init(odp_ipsec_config_t *config);
*
* Initialize and configure IPSEC offload with global configuration options.
* This must be called before any SAs are created. Use odp_ipsec_capability()
- * to examine which features and modes are supported.
+ * to examine which features and modes are supported. This function must be
+ * called before creating the first SA with odp_ipsec_sa_create(). Calling this
+ * function multiple times results in undefined behaviour.
*
* @param config Pointer to IPSEC configuration structure
*
commit a9f4c8dd372b1846390ceae6f3f7c8e7578ad743
Merge: 13322ca6 614399fa
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Tue Sep 26 21:02:06 2017 +0300
Merge branch 'master' into api-next
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 10 ++++++++--
include/odp/api/spec/ipsec.h | 4 +++-
platform/linux-generic/include/odp/api/plat/packet_inlines.h | 1 +
platform/linux-generic/odp_barrier.c | 4 ++--
4 files changed, 14 insertions(+), 5 deletions(-)
hooks/post-receive
--