Imported Upstream version 16.07-rc4 74/2074/1
authorRicardo Salveti <ricardo.salveti@linaro.org>
Mon, 25 Jul 2016 16:22:22 +0000 (13:22 -0300)
committerRicardo Salveti <ricardo.salveti@linaro.org>
Mon, 25 Jul 2016 16:23:50 +0000 (13:23 -0300)
commit7b53c036e6bf56623b8273018ff1c8cc62847857
tree4af0da8c150bbebd7d1d252d6ac801a7efef0d23
parent5d4e5dcd8a186778b3d78e27c81550d07a288fd2
Imported Upstream version 16.07-rc4

Change-Id: Ic57f6a3726f2dbd1682223648d91310f45705327
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
98 files changed:
MAINTAINERS
app/pdump/Makefile
app/pdump/main.c
app/proc_info/Makefile
app/test/autotest_data.py
app/test/autotest_runner.py
app/test/test_mbuf.c
app/test/test_mempool.c
buildtools/pmdinfogen/Makefile
doc/guides/contributing/documentation.rst
doc/guides/faq/faq.rst
doc/guides/howto/flow_bifurcation.rst [new file with mode: 0644]
doc/guides/howto/img/flow_bifurcation_overview.svg [new file with mode: 0644]
doc/guides/howto/img/ixgbe_bifu_queue_idx.svg [new file with mode: 0644]
doc/guides/howto/img/lm_bond_virtio_sriov.svg [new file with mode: 0644]
doc/guides/howto/img/lm_vhost_user.svg [new file with mode: 0644]
doc/guides/howto/index.rst [new file with mode: 0644]
doc/guides/howto/lm_bond_virtio_sriov.rst [new file with mode: 0644]
doc/guides/howto/lm_virtio_vhost_user.rst [new file with mode: 0644]
doc/guides/index.rst
doc/guides/linux_gsg/build_dpdk.rst
doc/guides/linux_gsg/nic_perf_intel_platform.rst
doc/guides/linux_gsg/quick_start.rst
doc/guides/nics/bnx2x.rst
doc/guides/nics/cxgbe.rst
doc/guides/nics/ena.rst
doc/guides/nics/enic.rst
doc/guides/nics/i40e.rst
doc/guides/nics/intel_vf.rst
doc/guides/nics/nfp.rst
doc/guides/nics/overview.rst
doc/guides/nics/qede.rst
doc/guides/nics/thunderx.rst
doc/guides/nics/virtio.rst
doc/guides/prog_guide/dev_kit_build_system.rst
doc/guides/prog_guide/mempool_lib.rst
doc/guides/prog_guide/vhost_lib.rst
doc/guides/rel_notes/release_16_07.rst
doc/guides/sample_app_ug/ip_pipeline.rst
doc/guides/sample_app_ug/l2_forward_real_virtual.rst
doc/guides/sample_app_ug/l3_forward.rst
doc/guides/sample_app_ug/pdump.rst
doc/guides/sample_app_ug/proc_info.rst
doc/guides/sample_app_ug/tep_termination.rst
doc/guides/sample_app_ug/vhost.rst
doc/guides/sample_app_ug/vm_power_management.rst
doc/guides/testpmd_app_ug/testpmd_funcs.rst
doc/guides/xen/pkt_switch.rst
drivers/net/bnx2x/bnx2x.c
drivers/net/bnx2x/bnx2x_ethdev.c
drivers/net/ena/base/ena_com.c
drivers/net/enic/enic_ethdev.c
drivers/net/enic/enic_main.c
drivers/net/enic/enic_rxtx.c
drivers/net/fm10k/fm10k_ethdev.c
drivers/net/i40e/i40e_ethdev.c
drivers/net/i40e/i40e_rxtx_vec.c
drivers/net/ixgbe/base/ixgbe_osdep.h
drivers/net/virtio/virtio_ethdev.c
drivers/net/virtio/virtio_rxtx.c
drivers/net/virtio/virtio_rxtx_simple.c
drivers/net/virtio/virtio_user_ethdev.c
drivers/net/virtio/virtqueue.h
examples/ip_pipeline/config_parse.c
examples/ip_pipeline/pipeline/pipeline_flow_actions.c
examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c
examples/ip_pipeline/pipeline/pipeline_passthrough_be.c
examples/ipsec-secgw/ipip.h
examples/ipsec-secgw/ipsec-secgw.c
examples/ipsec-secgw/ipsec.h
examples/ipsec-secgw/sa.c
examples/l2fwd-crypto/main.c
examples/l2fwd-ivshmem/host/host.c
examples/performance-thread/pthread_shim/pthread_shim.c
examples/vhost/main.c
lib/librte_cryptodev/rte_cryptodev.c
lib/librte_eal/common/eal_common_memzone.c
lib/librte_eal/common/eal_common_options.c
lib/librte_eal/common/include/arch/ppc_64/rte_atomic.h
lib/librte_eal/common/include/rte_tailq.h
lib/librte_eal/common/include/rte_version.h
lib/librte_eal/linuxapp/eal/eal_memory.c
lib/librte_ether/rte_ethdev.c
lib/librte_mempool/rte_mempool.h
lib/librte_mempool/rte_mempool_ops.c
lib/librte_ring/rte_ring.h
lib/librte_vhost/vhost_user/fd_man.c
lib/librte_vhost/vhost_user/fd_man.h
lib/librte_vhost/vhost_user/vhost-net-user.c
mk/internal/rte.compile-pre.mk
mk/rte.app.mk
mk/rte.sdkconfig.mk
mk/rte.sdkinstall.mk
mk/rte.sdktest.mk
scripts/validate-abi.sh
tools/dpdk-devbind.py [moved from tools/dpdk_nic_bind.py with 100% similarity]
tools/dpdk-pmdinfo.py [moved from tools/pmdinfo.py with 99% similarity]
tools/dpdk-setup.sh [moved from tools/setup.sh with 95% similarity]