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 6dc0b0a60d08ffb3f9b13a2ae6a9a84242bcecf1 (commit) via 06a01fee4a24433bd83d3e1752456bc7ace8db1e (commit) via be4c103d0eeaf41422276796829a2191dc71258d (commit) via f09c70ad34d98c5f834868c04a72733615cef88a (commit) via cd472652f51881008020a5a56b1ffc774f813ac3 (commit) via e72f5324c7bd559373b2827f9f8f225beee992fb (commit) from 192cbb2e987211e0706c315ef2349ddc5b263d3f (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 6dc0b0a60d08ffb3f9b13a2ae6a9a84242bcecf1 Merge: 192cbb2 06a01fe Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Nov 9 17:19:53 2016 +0300
Merge branch 'master' into api-next
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
-----------------------------------------------------------------------
Summary of changes: .travis.yml | 35 +++++++++ example/l3fwd/odp_l3fwd.c | 4 +- platform/linux-generic/odp_crypto.c | 4 +- platform/linux-generic/odp_packet.c | 7 ++ test/linux-generic/Makefile.am | 4 + test/linux-generic/m4/configure.m4 | 1 + test/linux-generic/mmap_vlan_ins/.gitignore | 2 + test/linux-generic/mmap_vlan_ins/Makefile.am | 15 ++++ .../linux-generic/mmap_vlan_ins/mmap_vlan_ins.c | 0 test/linux-generic/mmap_vlan_ins/mmap_vlan_ins.sh | 82 +++++++++++++++++++++ .../api/pktio => mmap_vlan_ins}/pktio_env | 0 test/linux-generic/mmap_vlan_ins/vlan.pcap | Bin 0 -> 9728 bytes 12 files changed, 151 insertions(+), 3 deletions(-) create mode 100644 .travis.yml create mode 100644 test/linux-generic/mmap_vlan_ins/.gitignore create mode 100644 test/linux-generic/mmap_vlan_ins/Makefile.am copy example/l2fwd_simple/odp_l2fwd_simple.c => test/linux-generic/mmap_vlan_ins/mmap_vlan_ins.c (100%) create mode 100755 test/linux-generic/mmap_vlan_ins/mmap_vlan_ins.sh copy test/linux-generic/{validation/api/pktio => mmap_vlan_ins}/pktio_env (100%) create mode 100644 test/linux-generic/mmap_vlan_ins/vlan.pcap
hooks/post-receive