[ovs-dev] OVS DPDK: dpdk_merge pull request for master

Stokes, Ian ian.stokes at intel.com
Sat Apr 21 17:59:26 UTC 2018


Hi Ben,

The following changes since commit f82b3b6a2f4d024ce671b1e3b11aa92d29f2564d:                                              

  ofproto-dpif-upcall: Only call ovsrcu_postpone() on active actions (2018-04-19 09:29:22 -0700)

are available in the git repository at:

  https://github.com/istokes/ovs dpdk_merge

for you to fetch changes up to a7e4849ef0096f4396cc17afeb5325af8d1b4e3b:

  tests: Add system-dpdk-testsuite (2018-04-21 18:29:57 +0100)

----------------------------------------------------------------
Ian Stokes (4):                                                 
      docs: Fix sflow documentation url and markup.             
      docs: Fix style guide url in DocumentationStyle.rst.
      docs: Fix sphinx urls.
      docs: Fix urls in index.rst.

Kevin Traynor (1):
      netdev-dpdk: Free mempool only when no in-use mbufs.

Marcelo Ricardo Leitner (1):
      netdev-dpdk: fix MAC address in port addr example

Marcin Rybka (1):
      tests: Add system-dpdk-testsuite

Stephen Finucane (9):
      doc: Add an overview of the 'dpdk' port
      doc: Add "PMD" topic document
      doc: Move additional sections to "physical ports" doc
      doc: Add "vdev" topic document
      doc: Move "QoS" guide to its own document
      doc: Add "bridge" topic document
      doc: Move "pdump" guide to its own document
      doc: Add "jumbo frames" topic document
      docs: Clarify changes in Rx queue allocation

Tiago Lam (2):
      dpdk docs: Drop qemu-kvm for qemu-system-x86_64.
      dpdk docs: Drop file share in libvirt config.

 Documentation/automake.mk                                    |   7 +++
 Documentation/conf.py                                        |   2 +-
 Documentation/howto/dpdk.rst                                 | 415 +++++++++---------------------------------------------------------------------------------------------------------------------------------------------------------------
 Documentation/howto/sflow.rst                                |   9 ++--
 Documentation/internals/contributing/documentation-style.rst |   7 +--
 Documentation/intro/install/documentation.rst                |   4 +-
 Documentation/ref/index.rst                                  | 214 +++++++++++++++++++++++++++++++++++++++++++--------------------------------------------
 Documentation/topics/dpdk/bridge.rst                         | 104 ++++++++++++++++++++++++++++++++++++++++++
 Documentation/topics/dpdk/index.rst                          |  14 +++++-
 Documentation/topics/dpdk/jumbo-frames.rst                   |  73 ++++++++++++++++++++++++++++++
 Documentation/topics/dpdk/pdump.rst                          |  67 +++++++++++++++++++++++++++
 Documentation/topics/dpdk/phy.rst                            | 226 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/topics/dpdk/pmd.rst                            | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/topics/dpdk/qos.rst                            |  78 ++++++++++++++++++++++++++++++++
 Documentation/topics/dpdk/ring.rst                           |   5 +++
 Documentation/topics/dpdk/vdev.rst                           |  66 +++++++++++++++++++++++++++
 Documentation/topics/dpdk/vhost-user.rst                     |  47 +++++++++----------
 Documentation/topics/testing.rst                             |  23 ++++++++++
 NEWS                                                         |   5 +++
 lib/netdev-dpdk.c                                            |  86 ++++++++++++++++++++++++++++++++---
 tests/automake.mk                                            |  17 +++++++
 tests/system-dpdk-macros.at                                  |  56 +++++++++++++++++++++++
 tests/system-dpdk-testsuite.at                               |  25 +++++++++++
 tests/system-dpdk.at                                         |  67 +++++++++++++++++++++++++++
 24 files changed, 1238 insertions(+), 543 deletions(-)
 create mode 100644 Documentation/topics/dpdk/bridge.rst
 create mode 100644 Documentation/topics/dpdk/jumbo-frames.rst
 create mode 100644 Documentation/topics/dpdk/pdump.rst
 create mode 100644 Documentation/topics/dpdk/phy.rst
 create mode 100644 Documentation/topics/dpdk/pmd.rst
 create mode 100644 Documentation/topics/dpdk/qos.rst
 create mode 100644 Documentation/topics/dpdk/vdev.rst
 create mode 100644 tests/system-dpdk-macros.at
 create mode 100644 tests/system-dpdk-testsuite.at
 create mode 100644 tests/system-dpdk.at

Regards
Ian


More information about the dev mailing list