mbox series

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

Message ID CD7C01071941AC429549C17338DB8A5289218AAE@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 April 21, 2018, 5:59 p.m. UTC
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

Comments

Stokes, Ian April 30, 2018, 3:29 p.m. UTC | #1
> 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)

Hi Ben,

Just a quick ping on this, I know you mentioned your busy with travel but if you have time to merge these pull requests when time allows it would be greatly appreciated.

Thanks
Ian
> 
> ----------------------------------------------------------------
> 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
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
Ben Pfaff April 30, 2018, 3:40 p.m. UTC | #2
On Mon, Apr 30, 2018 at 03:29:56PM +0000, Stokes, Ian wrote:
> > 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)
> 
> Hi Ben,
> 
> Just a quick ping on this, I know you mentioned your busy with travel but if you have time to merge these pull requests when time allows it would be greatly appreciated.

Thanks for the reminder.  I did mean to get to this sooner than I have.

I merged this to master.
Ben Pfaff April 30, 2018, 3:44 p.m. UTC | #3
On Mon, Apr 30, 2018 at 08:40:33AM -0700, Ben Pfaff wrote:
> On Mon, Apr 30, 2018 at 03:29:56PM +0000, Stokes, Ian wrote:
> > > 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)
> > 
> > Hi Ben,
> > 
> > Just a quick ping on this, I know you mentioned your busy with travel but if you have time to merge these pull requests when time allows it would be greatly appreciated.
> 
> Thanks for the reminder.  I did mean to get to this sooner than I have.
> 
> I merged this to master.

I've merged all of the other pull requests into their respective
branches now too.  Thank you!
Stokes, Ian April 30, 2018, 4:09 p.m. UTC | #4
> -----Original Message-----
> From: Ben Pfaff [mailto:blp@ovn.org]
> Sent: Monday, April 30, 2018 4:45 PM
> To: Stokes, Ian <ian.stokes@intel.com>
> Cc: dev@openvswitch.org
> Subject: Re: OVS DPDK: dpdk_merge pull request for master
> 
> On Mon, Apr 30, 2018 at 08:40:33AM -0700, Ben Pfaff wrote:
> > On Mon, Apr 30, 2018 at 03:29:56PM +0000, Stokes, Ian wrote:
> > > > 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)
> > >
> > > Hi Ben,
> > >
> > > Just a quick ping on this, I know you mentioned your busy with travel
> but if you have time to merge these pull requests when time allows it
> would be greatly appreciated.
> >
> > Thanks for the reminder.  I did mean to get to this sooner than I have.
> >
> > I merged this to master.
> 
> I've merged all of the other pull requests into their respective branches
> now too.  Thank you!

Thanks Ben,

Much appreciated!

Ian