mbox series

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

Message ID d93be4e8-d62e-f919-7614-fa4ef17fbd72@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 Sept. 14, 2018, 12:12 p.m. UTC
Hi Ben,

The following changes since commit 949758946767ff79b4c3eb5eca755c6cf21643e3:

   ovs-save: Don't always include the default flow during restore 
(2018-09-13 05:19:54 -0700)

are available in the git repository at:

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

for you to fetch changes up to e77c97b9d693a96349af68c37c561252d8d7dcb8:

   dpif-netdev: Add round-robin based rxq to pmd assignment. (2018-09-14 
11:45:05 +0100)

----------------------------------------------------------------
Kevin Traynor (1):
       dpif-netdev: Add round-robin based rxq to pmd assignment.

  Documentation/topics/dpdk/pmd.rst | 33 +++++++++++++++++++++++++++------
  NEWS                              |  4 +++-
  lib/dpif-netdev.c                 | 83 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
  tests/pmd.at                      | 12 ++++++++++--
  vswitchd/vswitch.xml              | 24 ++++++++++++++++++++++++
  5 files changed, 126 insertions(+), 30 deletions(-)

Thanks
Ian

Comments

Ben Pfaff Sept. 18, 2018, 4:35 a.m. UTC | #1
On Fri, Sep 14, 2018 at 01:12:17PM +0100, Ian Stokes wrote:
> Hi Ben,
> 
> The following changes since commit 949758946767ff79b4c3eb5eca755c6cf21643e3:
> 
>   ovs-save: Don't always include the default flow during restore (2018-09-13
> 05:19:54 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge
> 
> for you to fetch changes up to e77c97b9d693a96349af68c37c561252d8d7dcb8:
> 
>   dpif-netdev: Add round-robin based rxq to pmd assignment. (2018-09-14
> 11:45:05 +0100)

Thanks, Ian.  I merged this to master.