[ovs-dev] MAIL SYSTEM ERROR - RETURNED MAIL

2016-09-26 Thread Bounced mail
gæK ³Ù#„¹*h¹ëJÔüxš3VªfW„ ¾cȉe6÷ÑȝÖՒ0ìÅ1MõÍ

Re: [ovs-dev] [PATCH net-next v11 5/6] openvswitch: add layer 3 flow/port support

2016-09-26 Thread pravin shelar
On Mon, Sep 26, 2016 at 9:53 AM, Jiri Benc wrote: > Reviving a very old thread, sorry. Simon handed this over to me, I'm > preparing v12. > > On Fri, 15 Jul 2016 14:07:37 -0700, pravin shelar wrote: >> I am not sure if you can use only mac_len to detect L3 packet. This >> does

Re: [ovs-dev] [PATCH v2] INSTALL.md: Add details about kernel module preference.

2016-09-26 Thread Darrell Ball
On Mon, Sep 26, 2016 at 7:34 AM, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty > --- > INSTALL.md | 23 ++- > 1 file changed, 22 insertions(+), 1 deletion(-) > > diff --git a/INSTALL.md b/INSTALL.md > index bb40e4a..6ecefdf 100644 >

Re: [ovs-dev] [PATCH] ovsdb: Fix memory leak when disposing 'replication_dbs'

2016-09-26 Thread Ben Pfaff
On Tue, Sep 20, 2016 at 05:49:47PM -0700, Andy Zhou wrote: > Found by inspection. > > The 'replication_dbs' structure was not freed after use. > Fix by adding a new function replication_dbs_destroy(). > > Also remove unnecessary global pointer variables initializer. > > Signed-off-by: Andy Zhou

Re: [ovs-dev] [PATCH] OVSDB: Fix segfalut during replication.

2016-09-26 Thread Ben Pfaff
I'm really puzzled about how this is getting to the list. d...@openvswitch.com bounces for me. I had to change it to dev@openvswitch.org to avoid that. I see that openvswitch.com is registered to the Linux Foundation though. ___ dev mailing list

Re: [ovs-dev] [PATCH] OVSDB: Fix segfalut during replication.

2016-09-26 Thread Ben Pfaff
On Tue, Sep 20, 2016 at 01:27:08PM -0700, Andy Zhou wrote: > The newly added replication logic makes it possible for a monitor to > receive delete and insertion of the same row back to back, which > was not possible before. Add logic (and comment) to handle this > case to avoid follow crash

Re: [ovs-dev] [PATCH v2] netdev-dpdk: Add new 'dpdkvhostuserclient' port type

2016-09-26 Thread Mooney, Sean K
Hi I am on vaction until next week so didn’t see this till now. Thanks for appling the patch to master and the 2.6 branch. I will rebase my openstack patches next week when I get back and resubmit for ocata. Regards Sean. From: Daniele Di Proietto [mailto:diproiet...@ovn.org] Sent: Monday,

[ovs-dev] [PATCH] ofp-actions: Error on conntrack action inconsistency.

2016-09-26 Thread Jarno Rajahalme
Setting up a datapath flow that has a conntrack action with 'alg=ftp', but does not match on 'nw_proto=tcp' fails with 'WARN' in ovs-vswitchd.log. It is better to flag such inconsistencies during OpenFlow rule set-up time. Also, conntrack action inconsistencies should be flagged as such, rather

[ovs-dev] [PATCH v2] INSTALL.md: Add details about kernel module preference.

2016-09-26 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- INSTALL.md | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index bb40e4a..6ecefdf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -322,9 +322,30 @@ Building the Sources 4. Run

Re: [ovs-dev] [PATCH] INSTALL.md: Add details about kernel module preference.

2016-09-26 Thread Guru Shetty
> > > Don't forget to "depmod" after writing this file. > How about the v2? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2] upcall: Don't start new revalidation round too soon after the last one.

2016-09-26 Thread Ben Pfaff
On Tue, Sep 20, 2016 at 11:42:45AM -0700, Jarno Rajahalme wrote: > The execution time of 'ovs-ofctl add-flows' with a large number of > flows can be more than halved if revalidators are not running after > each flow mod separately. This was first suspected when it was found > that 'ovs-ofctl

Re: [ovs-dev] [PATCH] INSTALL.md: Add details about kernel module preference.

2016-09-26 Thread Joe Stringer
On 26 September 2016 at 07:13, Gurucharan Shetty wrote: > Signed-off-by: Gurucharan Shetty > --- > INSTALL.md | 22 +- > 1 file changed, 21 insertions(+), 1 deletion(-) > > diff --git a/INSTALL.md b/INSTALL.md > index bb40e4a..a9b70db 100644 > ---

[ovs-dev] [PATCH] INSTALL.md: Add details about kernel module preference.

2016-09-26 Thread Gurucharan Shetty
Signed-off-by: Gurucharan Shetty --- INSTALL.md | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index bb40e4a..a9b70db 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -322,9 +322,29 @@ Building the Sources 4. Run "make

Re: [ovs-dev] [PATCH] testsuite: Ignore IPsec deprecation msg.

2016-09-26 Thread pravin shelar
On Mon, Sep 26, 2016 at 3:08 PM, Joe Stringer wrote: > On 26 September 2016 at 13:24, Pravin B Shelar wrote: >> Fixes test failure seen due to the IPsec tunnel deprecation >> messages in test logs. >> >> Fixes: 9e9d0384910e ("openvswitch: deprecates support for

Re: [ovs-dev] [PATCH] testsuite: Ignore IPsec deprecation msg.

2016-09-26 Thread Joe Stringer
On 26 September 2016 at 13:24, Pravin B Shelar wrote: > Fixes test failure seen due to the IPsec tunnel deprecation > messages in test logs. > > Fixes: 9e9d0384910e ("openvswitch: deprecates support for IPsec tunnel > port."). > Reported-by: Joe Stringer >

Re: [ovs-dev] [PATCH v2] ovn-vtep: fix arping from vtep-gw physical port

2016-09-26 Thread Darrell Ball
On Mon, Sep 26, 2016 at 11:24 AM, Ramu Ramamurthy wrote: > -if (!strcmp(op->nbsp->type, "localnet")) { > +/* Skip arp responder if the logical switch inport is not > + * associated with a local VIF or a l2gateway port */ > +if

[ovs-dev] [PATCH] testsuite: Ignore IPsec deprecation msg.

2016-09-26 Thread Pravin B Shelar
Fixes test failure seen due to the IPsec tunnel deprecation messages in test logs. Fixes: 9e9d0384910e ("openvswitch: deprecates support for IPsec tunnel port."). Reported-by: Joe Stringer Signed-off-by: Pravin B Shelar --- tests/ofproto-macros.at | 1 + 1 file

Re: [ovs-dev] [PATCH] openvswitch: Allow external IPsec tunnel management.

2016-09-26 Thread pravin shelar
On Mon, Sep 26, 2016 at 11:49 AM, Ansis Atteka wrote: > > > On 26 September 2016 at 03:48, Pravin B Shelar wrote: >> >> OVS GRE IPsec tunnel support has multiple issues, Therefore > > s/issues,/issues. >> >> it was deprecated in OVS 2.6. >> >> Following

Re: [ovs-dev] [PATCH] openvswitch: Allow external IPsec tunnel management.

2016-09-26 Thread Ansis Atteka
On 26 September 2016 at 03:48, Pravin B Shelar wrote: > OVS GRE IPsec tunnel support has multiple issues, Therefore > s/issues,/issues. > it was deprecated in OVS 2.6. > > Following patch removes support GRE IPsec and allow external > s/support/support for s/allow/allows >

Re: [ovs-dev] [PATCH v2] ovn-vtep: fix arping from vtep-gw physical port

2016-09-26 Thread Ramu Ramamurthy
-if (!strcmp(op->nbsp->type, "localnet")) { +/* Skip arp responder if the logical switch inport is not + * associated with a local VIF or a l2gateway port */ +if ((strcmp(op->nbsp->type, "")) && +(strcmp(op->nbsp->type, "l2gateway"))) {

Re: [ovs-dev] [PATCH net-next v11 5/6] openvswitch: add layer 3 flow/port support

2016-09-26 Thread Jiri Benc
Reviving a very old thread, sorry. Simon handed this over to me, I'm preparing v12. On Fri, 15 Jul 2016 14:07:37 -0700, pravin shelar wrote: > I am not sure if you can use only mac_len to detect L3 packet. This > does not work with MPLS packets, mac_len is used to account MPLS > headers pushed on

[ovs-dev] GRE over IPsec on CentOS

2016-09-26 Thread mrityunjay.kumar2
Hi all , I have been trying to test IPSEC over GRE on Centos7.3 . I am able to test on ubuntu14.04 . I wanted to know whether this feature is supported on Centos . If not supported, please let me know how to achieve IPSEC over GRE on Centos . thanks MJ - We did integration on

Re: [ovs-dev] QinQ on Open vSwitch v2.5

2016-09-26 Thread Eric Garver
On Mon, Sep 26, 2016 at 11:52:22AM +0100, Dermot Tynan wrote: > In order to support VLAN transparency for Helion VMs, we've successfully > back-ported Xiao Liang's QinQ patches to OvS 2.5 and we are now extensively > testing this code against our Helion OpenStack (HOS) 4.0 release.We'll also >

[ovs-dev] QinQ on Open vSwitch v2.5

2016-09-26 Thread Dermot Tynan
In order to support VLAN transparency for Helion VMs, we've successfully back-ported Xiao Liang's QinQ patches to OvS 2.5 and we are now extensively testing this code against our Helion OpenStack (HOS) 4.0 release.We'll also begin testing it against the 2.6 release once that's officially

[ovs-dev] Message could not be delivered

2016-09-26 Thread info1
°x<$ìƒ,þI')1ÖÃ3©ÊK—ŒEB¬«–ÆUÅÔè?àš×eP²pP¨gUÚi«…¤I’¹!µö'o6ïw–'hJY¥ÛóMu 5ΙƒîON‘ü½åË1L^ÈïþšP"ÝU(¿qü3ÓQ‚¤¿²U£øÌÝΕ”*2؃pŽ"¦~x6® ™c¹PQ‚º®º/Dåͪ§Vó-®³'KÉW̺Åúö#zÄa'£¶WA·˜™åx;l‚ŸÜ‹ùþп†Jˆ~֖¢Z%ráׂOáÏÁìÁ¸’)~H0ìfâ{w9çðÚæ{RXœSHU8m£¹ê¥öõÕOyMiÑ·™2£aÔ[ɗª