Re: [ovs-dev] [PATCH v2] netdev-dpdk: Execute QoS Checking before copying to mbuf

2017-09-03 Thread Stokes, Ian
OK, In my own testing I’m seeing the same behavior with a tap interface pinging to a bridge with a DPDK device. As such I think this should be ok. Acked-by: ian.sto...@intel.com Ian From: Gao Zhenyu [mailto:sysugaozhe...@gmail.com] Sent: Thursday, August 31, 2017 2

Re: [ovs-dev] [PATCH 1/2] .gitignore: Ignore generated file cxxtest.cc.

2017-09-03 Thread Ben Pfaff
On Fri, Sep 01, 2017 at 09:14:09PM -0400, Russell Bryant wrote: > Signed-off-by: Russell Bryant Acked-by: Ben Pfaff ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH 2/2] Prepare for 2.5.5.

2017-09-03 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS | 4 configure.ac | 2 +- debian/changelog | 6 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fe3c5732e501..4a45a2b41a74 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.5.5 - xx xxx +---

[ovs-dev] [PATCH 1/2] Set release date for 2.5.4 release.

2017-09-03 Thread Justin Pettit
Signed-off-by: Justin Pettit --- NEWS | 4 ++-- debian/changelog | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index d2e62c169255..fe3c5732e501 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -v2.5.4 - xx xxx +v2.5.4 - 03 Sep 2017 -

[ovs-dev] Question about OVS-DPDK phy-phy environment configuration

2017-09-03 Thread SDN & Comm. Project
Hi, all I am configuring the environment to perform OVS-DPDK performance measurements. The physical configuration is as follows. | Server-1 | --- | DPDK-Server | --- | Server-2| Server-1 NIC(10G) ip=100.1.1.3 Server-2 NIC(10G) ip=100.1.1.4 DPDK setting and flow rule are set as follow

Re: [ovs-dev] [PATCH net-next v6 3/3] openvswitch: enable NSH support

2017-09-03 Thread Yang, Yi
On Wed, Aug 30, 2017 at 05:53:27PM +0800, Hannes Frederic Sowa wrote: > Hello, > > Yi Yang writes: > > [...] > > > +struct ovs_key_nsh { > > + u8 flags; > > + u8 ttl; > > + u8 mdtype; > > + u8 np; > > + __be32 path_hdr; > > + __be32 context[NSH_MD1_CONTEXT_SIZE]; > > +}; > > + > >

Re: [ovs-dev] [PATCH] netdev-tc-offloads: Fix offloading when tunnel id is 0

2017-09-03 Thread Roi Dayan
On 29/08/2017 07:29, Roi Dayan wrote: From: Paul Blakey Currently we test the tunnel id value and not the mask so matching on tunnel id 0 is skipped and we fail to offload the rule with an unknown attribute error. Fix this by testing the mask of tunnel id instead. Fixes: 8f283af89298 ("netd

Re: [ovs-dev] [PATCH 0/2] fix odp parsing of set masked action

2017-09-03 Thread Roi Dayan
On 29/08/2017 07:30, Roi Dayan wrote: Hi, The first commit is a fix for parsing set masked action and the second commit is adding a test. Before the fix the addtion of the tests fails with the following: # make check TESTSUITEFLAGS=436 # ./tests/ovstest test-odp parse-actions < ./tests/testsu