mbox series

[ovs-dev] OVS DPDK: dpdk_merge pull request

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

Pull-request

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

Message

Stokes, Ian Dec. 20, 2017, 10:38 p.m. UTC
Hi Ben,

The following changes since commit fa233667eecac83c68662702622f4d0c66d2364b:

  bond: Fix bug that writes to freed memory (2017-12-20 09:36:39 -0800)

are available in the git repository at:

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

for you to fetch changes up to cc4891f39d574986948ac87280cfe9017fe17a39:

  dpif-netdev: Count sent packets and batches. (2017-12-20 21:07:46 +0000)

----------------------------------------------------------------
Ilya Maximets (8):
      vswitchd: Document netdev-dpdk commands.
      netdev-dpdk: Add debug appctl to get mempool information.
      docs: Fix table view for VM config in dpdk howto.
      dpif-netdev: Keep latest measured time for PMD thread.
      dpif-netdev: Output packet batching.
      netdev: Remove unused may_steal.
      netdev: Remove useless cutlen.
      dpif-netdev: Count sent packets and batches.

 Documentation/howto/dpdk.rst |  22 +++++++++---------
 NEWS                         |   2 ++
 lib/automake.mk              |   1 +
 lib/dpif-netdev.c            | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------
 lib/netdev-bsd.c             |   6 ++---
 lib/netdev-dpdk-unixctl.man  |  14 ++++++++++++
 lib/netdev-dpdk.c            |  84 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
 lib/netdev-dummy.c           |   6 ++---
 lib/netdev-linux.c           |   8 +++----
 lib/netdev-provider.h        |   7 +++---
 lib/netdev.c                 |  12 ++++------
 lib/netdev.h                 |   2 +-
 manpages.mk                  |   2 ++
 vswitchd/ovs-vswitchd.8.in   |   1 +
 14 files changed, 290 insertions(+), 121 deletions(-)
 create mode 100644 lib/netdev-dpdk-unixctl.man

Thanks
Ian

Comments

Ben Pfaff Jan. 2, 2018, 3:50 p.m. UTC | #1
Thanks!  I merged this to master.

On Wed, Dec 20, 2017 at 10:38:19PM +0000, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit fa233667eecac83c68662702622f4d0c66d2364b:
> 
>   bond: Fix bug that writes to freed memory (2017-12-20 09:36:39 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge
> 
> for you to fetch changes up to cc4891f39d574986948ac87280cfe9017fe17a39:
> 
>   dpif-netdev: Count sent packets and batches. (2017-12-20 21:07:46 +0000)
> 
> ----------------------------------------------------------------
> Ilya Maximets (8):
>       vswitchd: Document netdev-dpdk commands.
>       netdev-dpdk: Add debug appctl to get mempool information.
>       docs: Fix table view for VM config in dpdk howto.
>       dpif-netdev: Keep latest measured time for PMD thread.
>       dpif-netdev: Output packet batching.
>       netdev: Remove unused may_steal.
>       netdev: Remove useless cutlen.
>       dpif-netdev: Count sent packets and batches.
> 
>  Documentation/howto/dpdk.rst |  22 +++++++++---------
>  NEWS                         |   2 ++
>  lib/automake.mk              |   1 +
>  lib/dpif-netdev.c            | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------
>  lib/netdev-bsd.c             |   6 ++---
>  lib/netdev-dpdk-unixctl.man  |  14 ++++++++++++
>  lib/netdev-dpdk.c            |  84 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
>  lib/netdev-dummy.c           |   6 ++---
>  lib/netdev-linux.c           |   8 +++----
>  lib/netdev-provider.h        |   7 +++---
>  lib/netdev.c                 |  12 ++++------
>  lib/netdev.h                 |   2 +-
>  manpages.mk                  |   2 ++
>  vswitchd/ovs-vswitchd.8.in   |   1 +
>  14 files changed, 290 insertions(+), 121 deletions(-)
>  create mode 100644 lib/netdev-dpdk-unixctl.man
> 
> Thanks
> Ian