]> git.proxmox.com Git - mirror_ovs.git/commit
dpdk: Update to use DPDK 19.11.
authorIan Stokes <ian.stokes@intel.com>
Tue, 3 Dec 2019 14:52:57 +0000 (14:52 +0000)
committerIan Stokes <ian.stokes@intel.com>
Wed, 4 Dec 2019 20:51:57 +0000 (20:51 +0000)
commit127b6a6eea02f5b710280f0c6e5ee91cb2dbfdd9
tree2664647b9d8d2fc1b0500119b91a870ea7e2dbee
parent9bf871c401af64e440cf26df3e6fe8896fba352e
dpdk: Update to use DPDK 19.11.

This commit adds support for DPDK v19.11, it includes the following
changes.

1. travis: Enable compilation and linkage with dpdk 19.11.

2. sparse: Remove dpdk network headers copies.

   https://patchwork.ozlabs.org/patch/1185256/

3. dpdk: Migrate to new PDUMP API.

   https://patchwork.ozlabs.org/patch/1192971/

4. netdev-dpdk: Prefix network structures with rte_.

   https://patchwork.ozlabs.org/patch/1109733/

5. netdev-dpdk: Update by new color definitions.

   https://patchwork.ozlabs.org/patch/1086089/

6. docs: Update docs to reference 19.11.

7. docs: Add note regarding hotplug and igb_uio requirements.

For credit all authors of the original commits to 'dpdk-latest' with the
above changes been added as co-authors for this commmit.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Co-authored-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Co-authored-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Co-authored-by: Ophir Munk <ophirmu@mellanox.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
17 files changed:
.travis/linux-build.sh
Documentation/intro/install/dpdk.rst
Documentation/topics/dpdk/pdump.rst
Documentation/topics/dpdk/phy.rst
Documentation/topics/dpdk/ring.rst
Documentation/topics/dpdk/vhost-user.rst
Documentation/topics/testing.rst
NEWS
include/sparse/automake.mk
include/sparse/rte_esp.h [deleted file]
include/sparse/rte_icmp.h [deleted file]
include/sparse/rte_ip.h [deleted file]
include/sparse/rte_sctp.h [deleted file]
include/sparse/rte_tcp.h [deleted file]
include/sparse/rte_udp.h [deleted file]
lib/dpdk.c
lib/netdev-dpdk.c