mbox series

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

Message ID CD7C01071941AC429549C17338DB8A528933419B@IRSMSX103.ger.corp.intel.com
State Accepted
Headers show
Series [ovs-dev] OVS DPDK: dpdk_merge pull request for master | expand

Pull-request

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

Message

Stokes, Ian May 25, 2018, 2:17 p.m. UTC
Hi Ben,

The following changes since commit 55b259471719ceca1f0083bdd6a5f8c3e7690bae:

  Extend tests for conjunctive match support in OVN (2018-05-24 11:23:58 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3e52fa5644cde2eba56c48355d5664e992992bf2:

  dpdk: reflect status and version in the database (2018-05-25 09:09:50 +0100)

----------------------------------------------------------------
Aaron Conole (2):
      dpdk: allow init to fail
      dpdk: reflect status and version in the database

Eelco Chaudron (1):
      netdev-dpdk: Don't use PMD driver if not configured successfully

Ilya Maximets (1):
      dpif-netdev: Free packets on TUNNEL_PUSH if should_steal.

Kevin Traynor (1):
      netdev-dpdk: Remove use of rte_mempool_ops_get_count.

Timothy Redaelli (1):
      netdev-dpdk: fix check for "net_nfp" driver

 Documentation/faq/configuration.rst  |  8 +++++---
 Documentation/intro/install/dpdk.rst | 27 ++++++++++++++++++++++++---
 NEWS                                 |  1 +
 lib/dpdk-stub.c                      | 10 ++++++++++
 lib/dpdk.c                           | 42 ++++++++++++++++++++++++++++++++++--------
 lib/dpdk.h                           |  3 ++-
 lib/dpif-netdev.c                    | 21 +++++++++++++--------
 lib/netdev-dpdk.c                    | 35 +++++++++++++++++++++--------------
 vswitchd/bridge.c                    |  5 +++++
 vswitchd/vswitch.ovsschema           | 11 ++++++++---
 vswitchd/vswitch.xml                 | 11 +++++++++++
 11 files changed, 134 insertions(+), 40 deletions(-)

Thanks
Ian

Comments

Ben Pfaff May 25, 2018, 5:48 p.m. UTC | #1
On Fri, May 25, 2018 at 02:17:40PM +0000, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit 55b259471719ceca1f0083bdd6a5f8c3e7690bae:
> 
>   Extend tests for conjunctive match support in OVN (2018-05-24 11:23:58 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge
> 
> for you to fetch changes up to 3e52fa5644cde2eba56c48355d5664e992992bf2:
> 
>   dpdk: reflect status and version in the database (2018-05-25 09:09:50 +0100)

Thanks.  I merged this into master.