Branch: refs/heads/api-next
Home: https://github.com/Linaro/odp
Commit: 360c1d34b52a2356619b9290811862b9de41de00
https://github.com/Linaro/odp/commit/360c1d34b52a2356619b9290811862b9de41de00
Author: Matias Elo <[email protected]>
Date: 2017-09-07 (Thu, 07 Sep 2017)
Changed paths:
M platform/linux-generic/pktio/socket.c
Log Message:
-----------
linux-gen: socket: don't use odp_packet_l2_offset() in _tx_pkt_to_iovec()
A packet may not have valid L2 offset set, so odp_packet_l2_offset() cannot
be used when transmitting packets.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: e7cf0a6c24811d768d4df91d2c03b71676f9f783
https://github.com/Linaro/odp/commit/e7cf0a6c24811d768d4df91d2c03b71676f9f783
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: drop ubuntu-toolchain-r-test PPA
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: de3ad51a88daa12e9b822e6df339c0e10448d6dd
https://github.com/Linaro/odp/commit/de3ad51a88daa12e9b822e6df339c0e10448d6dd
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M configure.ac
Log Message:
-----------
configure: use ODP_CHECK_FLAG to check for -mcx16
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 863f2ca462a7dd0a17b0828d037d2594767de092
https://github.com/Linaro/odp/commit/863f2ca462a7dd0a17b0828d037d2594767de092
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M platform/linux-generic/odp_crypto.c
Log Message:
-----------
linux-gen: crypto: stop using RAND_pseudo_bytes()
RAND_pseudo_bytes() was deprecated in OpenSSL 1.1.0. It is recommended
to use RAND_bytes() instead.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 1882b608abc37314f90bdd2de8ef7f0501a8d5d8
https://github.com/Linaro/odp/commit/1882b608abc37314f90bdd2de8ef7f0501a8d5d8
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M platform/Makefile.inc
M test/common_plat/validation/api/Makefile.am
Log Message:
-----------
build: drop -Wno-deprecated-declaration
We do not use deprecated attribute anymore, thus let's drop the
-Wno-deprecated-declaration flag from compiler options.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 3be7ab995e5f2c4472b20008f63299d93a3a806c
https://github.com/Linaro/odp/commit/3be7ab995e5f2c4472b20008f63299d93a3a806c
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M example/Makefile.inc
M helper/Makefile.am
M helper/test/Makefile.am
M platform/linux-generic/Makefile.am
R platform/linux-generic/Makefile.inc
M test/Makefile.inc
Log Message:
-----------
build: drop platorm/linux-generic/Makefile.inc
Mandate that platform provides
platform/$(with_platform)/arch/$(ARCH_DIR) directory and reference it
directly from all Makefile.am/.inc files. Main reason for this change is
to allow automake to process all includes at the time of Makefile.am ->
Makefile.in conversion. Currently it can not determine path for
platform/@with_platform@/Makefile.inc, thus inclusion is left for main
make invocation.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 71e078e380f81d972cb82908a8d13dcc155f5cad
https://github.com/Linaro/odp/commit/71e078e380f81d972cb82908a8d13dcc155f5cad
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M helper/Makefile.am
M helper/test/Makefile.am
M platform/linux-generic/Makefile.am
M test/Makefile.inc
Log Message:
-----------
build: use AM_CPPFLAGS to set include paths, rather than AM_CFLAGS
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 5581eaa55c9d32429be88b068b149ebc8b235f2c
https://github.com/Linaro/odp/commit/5581eaa55c9d32429be88b068b149ebc8b235f2c
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M configure.ac
M example/Makefile.inc
M helper/Makefile.am
M helper/test/Makefile.am
M platform/Makefile.inc
M platform/linux-generic/Makefile.am
M test/Makefile.inc
M test/linux-generic/Makefile.inc
Log Message:
-----------
configure: stop setting AM_* variables
AM_* variables by design should be set by Makefile.am, not by
configure.ac. Use CFLAGS/CXXFLAGS instead.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: b7181a3f13d58d87a561cd06e00fc37a9fc237b3
https://github.com/Linaro/odp/commit/b7181a3f13d58d87a561cd06e00fc37a9fc237b3
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M test/common_plat/common/Makefile.am
M test/common_plat/miscellaneous/Makefile.am
M test/common_plat/performance/Makefile.am
M test/common_plat/validation/api/atomic/Makefile.am
M test/common_plat/validation/api/barrier/Makefile.am
M test/common_plat/validation/api/buffer/Makefile.am
M test/common_plat/validation/api/classification/Makefile.am
M test/common_plat/validation/api/cpumask/Makefile.am
M test/common_plat/validation/api/crypto/Makefile.am
M test/common_plat/validation/api/errno/Makefile.am
M test/common_plat/validation/api/hash/Makefile.am
M test/common_plat/validation/api/init/Makefile.am
M test/common_plat/validation/api/lock/Makefile.am
M test/common_plat/validation/api/packet/Makefile.am
M test/common_plat/validation/api/pktio/Makefile.am
M test/common_plat/validation/api/pool/Makefile.am
M test/common_plat/validation/api/queue/Makefile.am
M test/common_plat/validation/api/random/Makefile.am
M test/common_plat/validation/api/scheduler/Makefile.am
M test/common_plat/validation/api/shmem/Makefile.am
M test/common_plat/validation/api/std_clib/Makefile.am
M test/common_plat/validation/api/system/Makefile.am
M test/common_plat/validation/api/thread/Makefile.am
M test/common_plat/validation/api/time/Makefile.am
M test/common_plat/validation/api/timer/Makefile.am
M test/common_plat/validation/api/traffic_mngr/Makefile.am
M test/linux-generic/mmap_vlan_ins/Makefile.am
M test/linux-generic/pktio_ipc/Makefile.am
M test/linux-generic/ring/Makefile.am
M test/linux-generic/validation/api/shmem/Makefile.am
R test/linux-generic/validation/api/shmem/shmem.h
Log Message:
-----------
test: rework build system
- Stop using extra libraries just to create a test executable
- Stop using EXTRA_DIST to distribute headers, include them into
_SOURCES
- Stop using unnecessary dist_ prefixes, sources are distributed
automatically
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 29cc24dc2effa5cc76af7b365bcdafe671f03545
https://github.com/Linaro/odp/commit/29cc24dc2effa5cc76af7b365bcdafe671f03545
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M helper/test/Makefile.am
Log Message:
-----------
helper: test: rework build system
- Stop using extra libraries just to create a test executable
- Stop using EXTRA_DIST to distribute headers, include them into
_SOURCES
- Stop using unnecessary dist_ prefixes, sources are distributed
automatically
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 01f75d6582aadc1aeb6d41745c3b0a2fdbe7b142
https://github.com/Linaro/odp/commit/01f75d6582aadc1aeb6d41745c3b0a2fdbe7b142
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M test/linux-generic/pktio_ipc/ipc_common.c
M test/linux-generic/pktio_ipc/ipc_common.h
M test/linux-generic/pktio_ipc/pktio_ipc1.c
M test/linux-generic/pktio_ipc/pktio_ipc2.c
Log Message:
-----------
test: pktio_ipc: switch to test_debug rather than example_debug
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 4c8e7df6337e79cef937ad3246d61e75b7d2164d
https://github.com/Linaro/odp/commit/4c8e7df6337e79cef937ad3246d61e75b7d2164d
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M test/Makefile.inc
M test/common_plat/miscellaneous/Makefile.am
M test/common_plat/performance/Makefile.am
M test/common_plat/validation/api/Makefile.inc
M test/linux-generic/mmap_vlan_ins/Makefile.am
M test/linux-generic/pktio_ipc/Makefile.am
M test/linux-generic/validation/api/shmem/Makefile.am
Log Message:
-----------
test: build all tests with -static
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 316d020fc2e3fee86b955eec4946290d90fb2eb1
https://github.com/Linaro/odp/commit/316d020fc2e3fee86b955eec4946290d90fb2eb1
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M test/common_plat/miscellaneous/Makefile.am
M test/common_plat/performance/Makefile.am
M test/common_plat/validation/Makefile.am
M test/linux-generic/mmap_vlan_ins/Makefile.am
M test/linux-generic/performance/Makefile.am
M test/linux-generic/pktio_ipc/Makefile.am
Log Message:
-----------
test: misc rewrites in Makefile.am files
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: e114fba150e07e7f25b86306c30003416324955e
https://github.com/Linaro/odp/commit/e114fba150e07e7f25b86306c30003416324955e
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: don't error out if there are no patches to check
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: d6e2cd7830bd474e78980414ad7046443a4a3720
https://github.com/Linaro/odp/commit/d6e2cd7830bd474e78980414ad7046443a4a3720
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: skip install stage for doxygen and checkpatch tests
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 2cb0edd5820fc7fc14d6f4018a605873fdf47033
https://github.com/Linaro/odp/commit/2cb0edd5820fc7fc14d6f4018a605873fdf47033
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M DEPENDENCIES
Log Message:
-----------
DEPENDENCIES: document changes in CUnit localization
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 3b31169bee4f036bacbe823c27c9b199fc35fe75
https://github.com/Linaro/odp/commit/3b31169bee4f036bacbe823c27c9b199fc35fe75
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M test/common_plat/m4/validation.m4
Log Message:
-----------
test: try detecting CUnit location, if it is not found by pkg-config
CUnit 2.1-2 supplied incorrect cunit.pc file, resulting in pkg-config
failing to detect library. Try checking CUnit header/library in case of
pkg-config failure.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: fb3f36cec108ce9c55241d9f0e66d4832a552b8a
https://github.com/Linaro/odp/commit/fb3f36cec108ce9c55241d9f0e66d4832a552b8a
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M configure.ac
Log Message:
-----------
configure: call PKG_PROG_PKG_CONFIG explicitly
Since it well might be that first PKG_CHECK_* call ends up under if, it
is required (by pkg-config docs) to call PKG_PROG_PKG_CONFIG explicitly.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: c0c20e6ed7d0f86dca02a276a7f991586fa7f33d
https://github.com/Linaro/odp/commit/c0c20e6ed7d0f86dca02a276a7f991586fa7f33d
Author: Maxim Uvarov <[email protected]>
Date: 2017-09-11 (Mon, 11 Sep 2017)
Changed paths:
M .travis.yml
M DEPENDENCIES
M configure.ac
M example/Makefile.inc
M helper/Makefile.am
M helper/test/Makefile.am
M platform/Makefile.inc
M platform/linux-generic/Makefile.am
R platform/linux-generic/Makefile.inc
M platform/linux-generic/odp_crypto.c
M platform/linux-generic/pktio/socket.c
M test/Makefile.inc
M test/common_plat/common/Makefile.am
M test/common_plat/m4/validation.m4
M test/common_plat/miscellaneous/Makefile.am
M test/common_plat/performance/Makefile.am
M test/common_plat/validation/Makefile.am
M test/common_plat/validation/api/Makefile.am
M test/common_plat/validation/api/Makefile.inc
M test/common_plat/validation/api/atomic/Makefile.am
M test/common_plat/validation/api/barrier/Makefile.am
M test/common_plat/validation/api/buffer/Makefile.am
M test/common_plat/validation/api/classification/Makefile.am
M test/common_plat/validation/api/cpumask/Makefile.am
M test/common_plat/validation/api/crypto/Makefile.am
M test/common_plat/validation/api/errno/Makefile.am
M test/common_plat/validation/api/hash/Makefile.am
M test/common_plat/validation/api/init/Makefile.am
M test/common_plat/validation/api/lock/Makefile.am
M test/common_plat/validation/api/packet/Makefile.am
M test/common_plat/validation/api/pktio/Makefile.am
M test/common_plat/validation/api/pool/Makefile.am
M test/common_plat/validation/api/queue/Makefile.am
M test/common_plat/validation/api/random/Makefile.am
M test/common_plat/validation/api/scheduler/Makefile.am
M test/common_plat/validation/api/shmem/Makefile.am
M test/common_plat/validation/api/std_clib/Makefile.am
M test/common_plat/validation/api/system/Makefile.am
M test/common_plat/validation/api/thread/Makefile.am
M test/common_plat/validation/api/time/Makefile.am
M test/common_plat/validation/api/timer/Makefile.am
M test/common_plat/validation/api/traffic_mngr/Makefile.am
M test/linux-generic/Makefile.inc
M test/linux-generic/mmap_vlan_ins/Makefile.am
M test/linux-generic/performance/Makefile.am
M test/linux-generic/pktio_ipc/Makefile.am
M test/linux-generic/pktio_ipc/ipc_common.c
M test/linux-generic/pktio_ipc/ipc_common.h
M test/linux-generic/pktio_ipc/pktio_ipc1.c
M test/linux-generic/pktio_ipc/pktio_ipc2.c
M test/linux-generic/ring/Makefile.am
M test/linux-generic/validation/api/shmem/Makefile.am
R test/linux-generic/validation/api/shmem/shmem.h
Log Message:
-----------
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 6b6253c30f88c80bf632436ff06c1b000860a2f1
https://github.com/Linaro/odp/commit/6b6253c30f88c80bf632436ff06c1b000860a2f1
Author: Maxim Uvarov <[email protected]>
Date: 2017-09-12 (Tue, 12 Sep 2017)
Changed paths:
M test/common_plat/validation/drv/Makefile.am
Log Message:
-----------
test: drv: remove -Wno-deprecated-declarations set
cflags are set from top level directory, drv should
not modify them internaly.
Signed-off-by: Maxim Uvarov <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Compare: https://github.com/Linaro/odp/compare/7fa8e2c97ed1...6b6253c30f88