mbox series

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

Message ID CD7C01071941AC429549C17338DB8A52894DA751@IRSMSX101.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 Nov. 2, 2018, 5:33 p.m. UTC
Hi Ben,

The following changes since commit af26093ab197c309dc0cfa83c5a2db34706f6021:

  connmgr: Improve interface for setting controllers. (2018-10-31 16:04:36 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3aaa62015158581dea8de162555abab353f90e8b:

  dp-packet: Fix allocated size on DPDK init. (2018-11-02 16:29:14 +0000)

----------------------------------------------------------------
Ian Stokes (4):
      Docs: Remove zero-copy QEMU limitation.
      Docs: Remove HWOL DPDK limitation.
      netdev-dpdk: Fix netdev_dpdk_get_features().
      netdev-dpdk: Add link speed to get_status().

Ilya Maximets (6):
      netdev-dpdk: Drop offload API for vhost ports.
      netdev-dpdk: Secure flow offload API.
      dpif-netdev: Fix cmap node use after free on flow disassociation.
      netdev-dpdk: Print port name in offload API messages.
      netdev-dpdk: Dump flow patterns only if debug enabled.
      dpif-netdev: End the quiescent state for flow offloading thread.

Mark Kavanagh (2):
      netdev-dpdk: fix mbuf sizing
      dp-packet: Init specific mbuf fields.

Tiago Lam (1):
      dp-packet: Fix allocated size on DPDK init.

 Documentation/intro/install/dpdk.rst     |   1 -
 Documentation/topics/dpdk/memory.rst     |  28 +++++++++---------
 Documentation/topics/dpdk/vhost-user.rst |   6 ----
 lib/dp-packet.c                          |  11 ++-----
 lib/dp-packet.h                          |  12 ++++----
 lib/dpif-netdev.c                        |   3 +-
 lib/netdev-dpdk.c                        | 299 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------
 lib/netdev-dpdk.h                        |   4 ---
 8 files changed, 227 insertions(+), 137 deletions(-)

Thanks
Ian

Comments

Ben Pfaff Nov. 2, 2018, 8:01 p.m. UTC | #1
On Fri, Nov 02, 2018 at 05:33:39PM +0000, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit af26093ab197c309dc0cfa83c5a2db34706f6021:
> 
>   connmgr: Improve interface for setting controllers. (2018-10-31 16:04:36 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge
> 
> for you to fetch changes up to 3aaa62015158581dea8de162555abab353f90e8b:
> 
>   dp-packet: Fix allocated size on DPDK init. (2018-11-02 16:29:14 +0000)

Thanks.  I merged this into master.
Stokes, Ian Nov. 5, 2018, 9:43 a.m. UTC | #2
> On Fri, Nov 02, 2018 at 05:33:39PM +0000, Stokes, Ian wrote:
> > Hi Ben,
> >
> > The following changes since commit
> af26093ab197c309dc0cfa83c5a2db34706f6021:
> >
> >   connmgr: Improve interface for setting controllers. (2018-10-31
> 16:04:36 -0700)
> >
> > are available in the git repository at:
> >
> >   https://github.com/istokes/ovs dpdk_merge
> >
> > for you to fetch changes up to 3aaa62015158581dea8de162555abab353f90e8b:
> >
> >   dp-packet: Fix allocated size on DPDK init. (2018-11-02 16:29:14
> +0000)
> 
> Thanks.  I merged this into master.

Thanks Ben.
Ian