mbox series

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

Message ID CD7C01071941AC429549C17338DB8A52891C73BF@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 Jan. 26, 2018, 9:19 p.m. UTC
Hi Ben,

The following changes since commit 8df9a0c4108be3b1729fd72707d062008d74ef2e:

  checkpatch.py: Fix Python style. (2018-01-26 12:51:18 -0800)

are available in the git repository at:

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

for you to fetch changes up to ac1a9bb93fb1d2d60bae64aa7778a4c4c388c2dd:

  netdev-dpdk: Fix xstats leak on port destruction. (2018-01-26 20:49:18 +0000)

----------------------------------------------------------------
Ian Stokes (1):
      netdev-dpdk: Fix requested MTU size validation.

Ilya Maximets (3):
      netdev-dpdk: Fix memory leak in netdev_dpdk_get_custom_stats().
      netdev-dpdk: Fix memory leak in netdev_dpdk_configure_xstats().
      netdev-dpdk: Fix xstats leak on port destruction.

Matteo Croce (1):
      vswitchd: show DPDK version

Yuanhan Liu (1):
      netdev-dpdk: fix port addition for ports sharing same PCI id

 Documentation/howto/dpdk.rst         | 12 ++++++++++++
 Documentation/intro/install/dpdk.rst | 12 ++++++++++++
 lib/dpdk-stub.c                      |  5 +++++
 lib/dpdk.c                           |  8 ++++++++
 lib/dpdk.h                           |  1 +
 lib/netdev-dpdk.c                    | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 utilities/ovs-ctl.in                 |  2 +-
 vswitchd/ovs-vswitchd.c              |  1 +
 8 files changed, 115 insertions(+), 18 deletions(-)

Thanks
Ian

Comments

Ben Pfaff Jan. 27, 2018, 5:34 p.m. UTC | #1
Thanks for all the pull requests.  I merged all of these into their
respective branches.
Stokes, Ian Jan. 29, 2018, 10:36 a.m. UTC | #2
> -----Original Message-----
> From: Ben Pfaff [mailto:blp@ovn.org]
> Sent: Saturday, January 27, 2018 5:35 PM
> To: Stokes, Ian <ian.stokes@intel.com>
> Cc: ovs-dev@openvswitch.org
> Subject: Re: OVS DPDK: dpdk_merge pull request for master
> 
> Thanks for all the pull requests.  I merged all of these into their
> respective branches.

Thanks Ben.

Regards
Ian