mbox series

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

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

Pull-request

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

Message

Stokes, Ian Oct. 19, 2018, 4:07 p.m. UTC
Hi Ben,

The following changes since commit 22595b3b763b9eaaf661eec40cc6926557c8696b:

  Revert "Work around Python/C JSON unicode differences" (2018-10-15 14:44:18 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3b2e6400ec58aa4fe8dd453c1c4a255287ef35f3:

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

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

Ilya Maximets (1):
      dpif-netdev.at: Add missing backslash.

 .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                     | 12 ++++++++----
 5 files changed, 19 insertions(+), 15 deletions(-)

Thanks
Ian

Comments

Ben Pfaff Oct. 19, 2018, 5:35 p.m. UTC | #1
On Fri, Oct 19, 2018 at 04:07:42PM +0000, Stokes, Ian wrote:
> Hi Ben,
> 
> The following changes since commit 22595b3b763b9eaaf661eec40cc6926557c8696b:
> 
>   Revert "Work around Python/C JSON unicode differences" (2018-10-15 14:44:18 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/istokes/ovs dpdk_merge_2_10
> 
> for you to fetch changes up to 3b2e6400ec58aa4fe8dd453c1c4a255287ef35f3:
> 
>   dpdk: Use DPDK 17.11.4 release. (2018-10-19 11:59:42 +0100)

Thanks for the pull requests.  I merged all of them for 2.6 to 2.10.
Stokes, Ian Oct. 22, 2018, 8:39 a.m. UTC | #2
> On Fri, Oct 19, 2018 at 04:07:42PM +0000, Stokes, Ian wrote:
> > Hi Ben,
> >
> > The following changes since commit
> 22595b3b763b9eaaf661eec40cc6926557c8696b:
> >
> >   Revert "Work around Python/C JSON unicode differences" (2018-10-15
> 14:44:18 -0700)
> >
> > are available in the git repository at:
> >
> >   https://github.com/istokes/ovs dpdk_merge_2_10
> >
> > for you to fetch changes up to 3b2e6400ec58aa4fe8dd453c1c4a255287ef35f3:
> >
> >   dpdk: Use DPDK 17.11.4 release. (2018-10-19 11:59:42 +0100)
> 
> Thanks for the pull requests.  I merged all of them for 2.6 to 2.10.

Thanks Ben
Ian