mbox series

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

Message ID CD7C01071941AC429549C17338DB8A52894C1F47@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 Oct. 19, 2018, 4:07 p.m. UTC
Hi Ben,

The following changes since commit 57924fc91c899ee955e30b36fed92a27a73b2ac1:

  revalidator: Rebalance offloaded flows based on the pps rate (2018-10-19 11:27:52 +0200)

are available in the git repository at:

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

for you to fetch changes up to bafb398bf6df8d5542fa41762ef68fe0df618b84:

  dpdk: Use DPDK 17.11.4 release. (2018-10-19 11:59:08 +0100)

----------------------------------------------------------------
Ian Stokes (1):
      dpdk: Use DPDK 17.11.4 release.

Ilya Maximets (2):
      dpif-netdev.at: Add missing backslash.
      dpif-netdev.at: Add datapath flow modification test.

 .travis/linux-build.sh                   |  2 +-
 Documentation/faq/releases.rst           |  6 +++---
 Documentation/intro/install/dpdk.rst     |  8 ++++----
 Documentation/topics/dpdk/vhost-user.rst |  6 +++---
 tests/dpif-netdev.at                     | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 5 files changed, 73 insertions(+), 15 deletions(-)

Thanks
Ian

Comments

Ben Pfaff Oct. 19, 2018, 5:24 p.m. UTC | #1
On Fri, Oct 19, 2018 at 04:07:28PM +0000, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit 57924fc91c899ee955e30b36fed92a27a73b2ac1:
> 
>   revalidator: Rebalance offloaded flows based on the pps rate (2018-10-19 11:27:52 +0200)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge
> 
> for you to fetch changes up to bafb398bf6df8d5542fa41762ef68fe0df618b84:
> 
>   dpdk: Use DPDK 17.11.4 release. (2018-10-19 11:59:08 +0100)

Merged, thank you!