Branch: refs/heads/next
  Home:   https://github.com/Linaro/odp
  Commit: 8d22e0e2013596403ae6a35457cdf30b0a0c559b
      
https://github.com/Linaro/odp/commit/8d22e0e2013596403ae6a35457cdf30b0a0c559b
  Author: Bill Fischofer <bill.fischo...@linaro.org>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M doc/users-guide/users-guide.adoc

  Log Message:
  -----------
  doc: userguide: add section on api specification principles

Add section to the User Guide that highlights that unless otherwise
documented, API behavior is undefined if applications pass invalid
parameters to them.

Signed-off-by: Bill Fischofer <bill.fischo...@linaro.org>
Reviewed-by: Petri Savolainen <petri.savolai...@linaro.org>


  Commit: 3edee38da55876e36f654a5d1a4b87c2ea5b8bfe
      
https://github.com/Linaro/odp/commit/3edee38da55876e36f654a5d1a4b87c2ea5b8bfe
  Author: Bill Fischofer <bill.fischo...@linaro.org>
  Date:   2017-10-26 (Thu, 26 Oct 2017)

  Changed paths:
    M platform/linux-generic/odp_packet.c

  Log Message:
  -----------
  linux-gen: packet: add debugging asserts in packet code

Restore the ODP_ASSERTS() that assist application debugging that were
lost in the recent packet reference rework. When using --enable-debug
insert guards to detect duplicate packet frees as well as attempts to
modify known shared data sections of packet references.

Signed-off-by: Bill Fischofer <bill.fischo...@linaro.org>
Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


  Commit: 07a5a017f0178e9067aab7aeb9a9fc4152152f5c
      
https://github.com/Linaro/odp/commit/07a5a017f0178e9067aab7aeb9a9fc4152152f5c
  Author: Christophe Milard <christophe.mil...@linaro.org>
  Date:   2017-10-27 (Fri, 27 Oct 2017)

  Changed paths:
    M test/Makefile.inc

  Log Message:
  -----------
  test: preventing odp.conf loading for tests

The tests should not be affected by any system or user ODP configuration
file. The ODP_SYSCONFIG_FILE environment variables is therefore set
to "none" in TESTS_ENVIRONMENT.
Tests which need specific a configuration file will have to overwrite
this setting.
Note that tests ran manually (not using make check) may be affected
by configuration files. Setting ODP_SYSCONFIG_FILE to an appropriate value
(possibly "none") may be required.

Signed-off-by: Christophe Milard <christophe.mil...@linaro.org>
Reviewed-and-tested-by: Yi He <yi...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>


Compare: https://github.com/Linaro/odp/compare/bd1b1adf37dd...07a5a017f017

Reply via email to