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 3f58ed15a080a4dd9538d0a62afe8d229342249c (commit) via 197710ffc229f3db775a97c27e09c2dc063497c4 (commit) via b7d403b9f8b8f666259dccf9d994ef8a28d9facb (commit) via 2c80ef58dba783bfbf11060cab273e57ba6d0e62 (commit) via 6c6087bc5bc718bd8fb7e773b9206a4b2f7672d4 (commit) via 22721beb44a03491c6df66f8c218ed2d66692fa1 (commit) via 59b52a40e9e61992fc0089052055313774fde5f5 (commit) via aa72a6f0af30414f5bf84e3fa3a20c755517cb86 (commit) via bd0499915c84f70ce19153b13ff5573df3d578a0 (commit) via e1502b233407b5dfaf530de5c3cf97a5c20ab92b (commit) from 77a27212b563299959fb2a609b86bb9117a8f918 (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 3f58ed15a080a4dd9538d0a62afe8d229342249c Merge: 77a2721 197710f Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Jul 20 16:03:35 2016 +0300
Merge branch 'master' into api-next
-----------------------------------------------------------------------
Summary of changes: example/generator/odp_generator.c | 4 --- example/ipsec/Makefile.am | 18 +++++++------- example/ipsec/odp_ipsec.c | 6 +---- example/ipsec/{run_ah_in => odp_ipsec_run_ah_in} | 0 example/ipsec/{run_ah_out => odp_ipsec_run_ah_out} | 0 .../ipsec/{run_both_in => odp_ipsec_run_both_in} | 0 .../ipsec/{run_both_out => odp_ipsec_run_both_out} | 0 example/ipsec/{run_esp_in => odp_ipsec_run_esp_in} | 0 .../ipsec/{run_esp_out => odp_ipsec_run_esp_out} | 0 example/ipsec/{run_live => odp_ipsec_run_live} | 0 example/ipsec/{run_router => odp_ipsec_run_router} | 0 example/ipsec/{run_simple => odp_ipsec_run_simple} | 0 example/packet/odp_pktio.c | 4 --- example/switch/odp_switch.c | 24 ++++++++++++------ example/switch/switch_run.sh | 11 +++----- example/time/.gitignore | 2 +- example/time/Makefile.am | 8 +++--- helper/test/Makefile.am | 2 +- .../include/odp_packet_io_ring_internal.h | 1 - platform/linux-generic/odp_pool.c | 7 +++--- platform/linux-generic/pktio/dpdk.c | 20 +++++++++++---- platform/linux-generic/pktio/ipc.c | 1 + platform/linux-generic/pktio/loop.c | 8 +++++- platform/linux-generic/pktio/netmap.c | 20 +++++++++++++-- platform/linux-generic/pktio/pcap.c | 8 +++++- platform/linux-generic/pktio/socket.c | 19 ++++++++++++-- platform/linux-generic/pktio/socket_mmap.c | 19 ++++++++++++-- test/performance/odp_crypto.c | 29 ++++++++++++++++++---- test/performance/odp_l2fwd.c | 21 ++++++++++++---- 29 files changed, 162 insertions(+), 70 deletions(-) rename example/ipsec/{run_ah_in => odp_ipsec_run_ah_in} (100%) rename example/ipsec/{run_ah_out => odp_ipsec_run_ah_out} (100%) rename example/ipsec/{run_both_in => odp_ipsec_run_both_in} (100%) rename example/ipsec/{run_both_out => odp_ipsec_run_both_out} (100%) rename example/ipsec/{run_esp_in => odp_ipsec_run_esp_in} (100%) rename example/ipsec/{run_esp_out => odp_ipsec_run_esp_out} (100%) rename example/ipsec/{run_live => odp_ipsec_run_live} (100%) rename example/ipsec/{run_router => odp_ipsec_run_router} (100%) rename example/ipsec/{run_simple => odp_ipsec_run_simple} (100%)
hooks/post-receive