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 63d92eb289261d1534b5b9e1e04291faa5e45d30 (commit) via 82419a31e6d1846e0676edfa7fb511a23098f5a9 (commit) via c0aeacf23dddfb7feae47fef6e4d10d6bdb9c812 (commit) via dd0498bb104c7319e2ec56b61e4d585167ea6c53 (commit) via e826613858543e50a2ec74598f8c2c6fd4bfa064 (commit) via 503722802274ff5de09144613d9262e2cfdb3077 (commit) via 5329228e260d36de62c3edf3c1a3f08ab95fd558 (commit) via 74d880d7e20ab4825868bd2013b164d4bc90eb45 (commit) from 825f75ed8644ef57c5648961e7982daf13cd9375 (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 63d92eb289261d1534b5b9e1e04291faa5e45d30 Merge: 825f75ed 82419a31 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Oct 25 10:15:03 2017 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --cc .travis.yml index 49b922e3,2d397171..4608dae8 --- a/.travis.yml +++ b/.travis.yml @@@ -41,7 -41,7 +41,8 @@@ addons - clang-3.8 - automake autoconf libtool libssl-dev graphviz mscgen - libpcap-dev + - libconfig-dev + - libnuma-dev # coverity_scan: # project: # name: "$TRAVIS_REPO_SLUG"
-----------------------------------------------------------------------
Summary of changes: .shippable.yml | 45 ++++++++++ .travis.yml | 5 +- DEPENDENCIES | 6 +- platform/linux-generic/m4/odp_dpdk.m4 | 2 +- platform/linux-generic/odp_packet_io.c | 15 ++-- platform/linux-generic/pktio/dpdk.c | 99 ++++++++++++++++------ platform/linux-generic/test/.gitignore | 1 + .../test/validation/api/pktio/pktio_run_dpdk.sh | 2 +- scripts/Dockerfile | 24 ++++++ scripts/build-pktio-dpdk | 8 +- test/validation/api/.gitignore | 1 + 11 files changed, 172 insertions(+), 36 deletions(-) create mode 100644 .shippable.yml create mode 100644 scripts/Dockerfile
hooks/post-receive