On 12/4/2019 1:51 PM, Ilya Maximets wrote:
On 04.12.2019 13:36, Ian Stokes wrote:
This commit adds support for DPDK v19.11, it includes the following
changes.

Patch itself looks OK except that one link to 18.11 dpdk guide
still in phy.rst:
https://doc.dpdk.org/guides-18.11/prog_guide/switch_representation.html


I missed that in my scan this morning, will fix anc hcek for any other links as well.

For the commit message I could suggest adding patchwork links for
the patches that were in a mail-list previously.  I provided them
inline.


+1, Good idea.
Otherwise,
Acked-by: Ilya Maximets <i.maxim...@ovn.org>



Thanks for the review and ack, with these changes I'm happy to push today unless there are objections?

Regards
Ian

1. travis: Enable compilation and linkage with dpdk 19.11.0

2. sparse: Remove dpdk network headers copies.

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


3. dpdk: Migratee to new PDUMP API.

'dpdk: Migrate to the new pdump API.' ? Anyway, s/Migratee/Migrate/.

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.march...@redhat.com>
Co-authored-by: David Marchand <david.march...@redhat.com>
Signed-off-by: Ilya Maximets <i.maxim...@ovn.org>
Co-authored-by: Ilya Maximets <i.maxim...@ovn.org>
Signed-off-by: Ophir Munk <ophi...@mellanox.com>
Co-authored-by: Ophir Munk <ophi...@mellanox.com>
Signed-off-by: Ian Stokes <ian.sto...@intel.com>

---

v1 -> v2
* Correct email for Ilya on sign off and co author tags.
* Use 19.11 specific address for DPDK guide links.
* Use https instead of http for DPDK links.
* Re-work hotplug igb_uio in docs to explain igb_uio and IOVA detection.
* Remove link to Hotplug framework in docs as it is no longer
   accessible.
---
  .travis/linux-build.sh                   |   2 +-
  Documentation/intro/install/dpdk.rst     |  10 +-
  Documentation/topics/dpdk/pdump.rst      |  13 +-
  Documentation/topics/dpdk/phy.rst        |  24 +-
  Documentation/topics/dpdk/ring.rst       |   2 +-
  Documentation/topics/dpdk/vhost-user.rst |   8 +-
  NEWS                                     |   3 +-
  include/sparse/automake.mk               |   6 -
  include/sparse/rte_esp.h                 |  65 ----
  include/sparse/rte_icmp.h                | 106 -------
  include/sparse/rte_ip.h                  | 490 -------------------------------
  include/sparse/rte_sctp.h                | 103 -------
  include/sparse/rte_tcp.h                 | 108 -------
  include/sparse/rte_udp.h                 | 103 -------
  lib/dpdk.c                               |  12 +-
  lib/netdev-dpdk.c                        |  23 +-
  16 files changed, 54 insertions(+), 1024 deletions(-)
  delete mode 100644 include/sparse/rte_esp.h
  delete mode 100644 include/sparse/rte_icmp.h
  delete mode 100644 include/sparse/rte_ip.h
  delete mode 100644 include/sparse/rte_sctp.h
  delete mode 100644 include/sparse/rte_tcp.h
  delete mode 100644 include/sparse/rte_udp.h
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to