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@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@linaro.org Reviewed-by: Petri Savolainen petri.savolainen@nokia.com Signed-off-by: Maxim Uvarov maxim.uvarov@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@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