[ovs-dev] Invoice #75238025/AA9A4CC5

2015-12-11 Thread Nita Vang
Dear Client, Our finance department has processed your payment, unfortunately it has beendeclined. Please, double check the information provided in the invoice downbelow and confirm your details. Thank you for understanding. ___ dev mailing list

[ovs-dev] [PATCH] AUTHORS: Add Carlo Andreotti

2015-12-11 Thread Daniele Venturino
Carlo was involved in the testing and validation processes of the Rapid Spanning Tree Implementation. I also updated the Copyright string in some files. Signed-off by: Daniele Venturino --- AUTHORS | 1 + lib/rstp-common.h | 3 ++-

[ovs-dev] ipv6 tunneling: Fix for performance drop introduced by ipv6 tunnel support.

2015-12-11 Thread Chandran, Sugesh
Hi, We found that there is a serious performance drop in OVS userspace-datapath after the commit "tunneling: add IPv6 support to netdev_tunnel_config(commit ID :- 3ae91c019019889fbe93aa7dfd6e3747da362b24)" in the OVS tree. The PHY-PHY throughput dropped almost 25% for 64 byte packets due to

Re: [ovs-dev] [PATCH] ovn: Fix ACLs for child logical ports.

2015-12-11 Thread Russell Bryant
On 12/10/2015 08:51 PM, Justin Pettit wrote: > Thanks for fixing this. It might be nice to include a comment such as the > following since it's not super obvious from a quick look what's being added: > > /* Add child logical port to the set of all local ports. */ > > Acked-by: Justin Pettit

Re: [ovs-dev] [ovs] ovn-nbctl:add db commands help (#93)

2015-12-11 Thread Russell Bryant
On 12/11/2015 11:02 AM, Russell Bryant wrote: > On 12/10/2015 09:13 PM, Justin Pettit wrote: >> >>> On Dec 10, 2015, at 9:49 AM, Russell Bryant wrote: >>> >>> It looks like xml.dom.minidom doesn't support it. We'd have to manually >>> implement the interpretation of xi:include.

Re: [ovs-dev] [PATCH 5/5] xml2nroff: Read whole file instead of line by line.

2015-12-11 Thread Russell Bryant
On 12/10/2015 09:22 PM, Justin Pettit wrote: > >> On Dec 10, 2015, at 11:29 AM, Russell Bryant wrote: >> >> The previous code processed the input file line by line, but I think >> it looks a little more straight forward to just process the whole file >> at once. >> >> This patch

[ovs-dev] [PATCH v3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
This patch introduces the support for GRE TEB (trasparent ethernet bridging) for the windows datapath. The GRE support is based on http://tools.ietf.org/html/rfc2890 and supports only the GRE protocol type 6558 (trasparent ethernet bridging) like its linux counterpart. Util.h: define the GRE

Re: [ovs-dev] [PATCH 3/3 v2] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
Thanks for the review Sorin. I will incorporate your comments in v3. > -Mesaj original- > De la: Sorin Vinturis > Trimis: Thursday, December 3, 2015 11:44 AM > Către: Alin Serdean ; > dev@openvswitch.org > Subiect: RE: [PATCH 3/3 v2] datapath-windows: Add

Re: [ovs-dev] ipv6 tunneling: Fix for performance drop introduced by ipv6 tunnel support.

2015-12-11 Thread Chandran, Sugesh
Hi Cascardo, We haven't done testing on these proposals however we managed to test and find out what really causes the performance drop in the commit. These proposals are trying to avoid that situation. As I mentioned earlier, there are two bottlenecks introduced by the commit. 1) In the

Re: [ovs-dev] [ovs] ovn-nbctl:add db commands help (#93)

2015-12-11 Thread Russell Bryant
On 12/10/2015 09:13 PM, Justin Pettit wrote: > >> On Dec 10, 2015, at 9:49 AM, Russell Bryant wrote: >> >> It looks like xml.dom.minidom doesn't support it. We'd have to manually >> implement the interpretation of xi:include. That might be OK for our >> limited usage since we

Re: [ovs-dev] [PATCH] ovn-controller: Add clarifying comment about main loop in binding_run().

2015-12-11 Thread Russell Bryant
On 12/10/2015 08:57 PM, Justin Pettit wrote: > Signed-off-by: Justin Pettit > --- > ovn/controller/binding.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c > index 7f31b31..8461df6 100644 > ---

[ovs-dev] Math-Mage.com game helps students learn Math

2015-12-11 Thread Matt Bass
Hello Fellow Educator, Math-Mage.com is here! This new, fast-paced, Math RPG game is just what you need to get your students excited about learning Math. Try it now! http://www.math-mage.com Please forward this email to any students who may find this Math game helpful. Please post a link to

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
+1 > -Mesaj original- > De la: Justin Pettit [mailto:jpet...@ovn.org] > Trimis: Friday, December 11, 2015 11:32 PM > Către: Nithin Raju > Cc: Alin Serdean ; > dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH v4] datapath-windows: Add

[ovs-dev] [PATCH v2] datapath-windows: Add LSOv2 support for VXLAN

2015-12-11 Thread Alin Serdean
This patch adds LSO version 2 support for the windows datapath. (https://msdn.microsoft.com/en-us/library/windows/hardware/ff568840%28v=vs.85%29.aspx) Tested using psping and iperf3. Signed-off-by: Alin Gabriel Serdean --- v2: Allow VXLAN encapsulation to take

Re: [ovs-dev] [PATCH v2 2/3] datapath-windows: Cleanup Stt.c

2015-12-11 Thread Justin Pettit
I pushed this to master and branch-2.5. --Justin > On Dec 11, 2015, at 6:59 AM, Alin Serdean > wrote: > > Remove double include for Flow.h and sort the includes alphabetically. > Also remove tabs. > > Found by inspection. > > Signed-off-by: Alin Gabriel

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Justin Pettit
> On Dec 11, 2015, at 1:19 PM, Nithin Raju wrote: > > Alin, > Would you mind updating the FAQ Matrix in this change itself? It will be > lesser number of commits for Justin to cherry-pick. I'm happy to do it before I commit it, so there's no need for another patch. I just

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
Ty! > -Mesaj original- > De la: Justin Pettit [mailto:jpet...@ovn.org] > Trimis: Friday, December 11, 2015 11:49 PM > Către: Alin Serdean > Cc: Nithin Raju ; dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH v4] datapath-windows: Add

[ovs-dev] [PATCH] datapath-windows: Fix bug small bug in GRE

2015-12-11 Thread Alin Serdean
Allow GRE encapsulation to take place in the case we have a TCP payload without LSO. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Gre.c | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath-windows/ovsext/Gre.c

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Nithin Raju
Alin, Would you mind updating the FAQ Matrix in this change itself? It will be lesser number of commits for Justin to cherry-pick. -- Nithin -Original Message- From: dev on behalf of Alin Serdean Date: Friday, December 11,

Re: [ovs-dev] [PATCH] datapath-windows: Fix small bug in STT

2015-12-11 Thread Nithin Raju
Acked-by: Nithin Raju -Original Message- From: dev on behalf of Alin Serdean Date: Friday, December 11, 2015 at 12:54 PM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH]

Re: [ovs-dev] [PATCH] ovn: Use constants for conntrack state bits.

2015-12-11 Thread Joe Stringer
On 10 December 2015 at 09:12, Russell Bryant wrote: > A previous commit fixed this code to match changes to the conntrack > state bit assignments. This patch further updates the code to use > the defined constants to ensure this code adapts automatically to any > possible future

Re: [ovs-dev] [PATCH 3/3] datapath: compat: Block upstream ip_tunnels functions.

2015-12-11 Thread Pravin Shelar
On Fri, Dec 11, 2015 at 1:33 PM, Jesse Gross wrote: > On Thu, Dec 10, 2015 at 8:03 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/include/net/ip_tunnels.h >> b/datapath/linux/compat/include/net/ip_tunnels.h >> index 7083372..3d952d4 100644

Re: [ovs-dev] [PATCH 3/3] datapath: compat: Block upstream ip_tunnels functions.

2015-12-11 Thread Jesse Gross
On Thu, Dec 10, 2015 at 8:03 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/net/ip_tunnels.h > b/datapath/linux/compat/include/net/ip_tunnels.h > index 7083372..3d952d4 100644 > --- a/datapath/linux/compat/include/net/ip_tunnels.h > +++

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Justin Pettit
Done. I updated the FAQ and pushed this to master and 2.5. --Justin > On Dec 11, 2015, at 1:42 PM, Alin Serdean > wrote: > > +1 > >> -Mesaj original- >> De la: Justin Pettit [mailto:jpet...@ovn.org] >> Trimis: Friday, December 11, 2015 11:32 PM >>

Re: [ovs-dev] [PATCH] datapath-windows: Fix small bug in STT

2015-12-11 Thread Justin Pettit
I pushed this to master and 2.5. --Justin > On Dec 11, 2015, at 1:20 PM, Nithin Raju wrote: > > Acked-by: Nithin Raju > > -Original Message- > From: dev on behalf of Alin Serdean >

Re: [ovs-dev] [monitor2 v2 7/9] ovsdb-client: support monitor2

2015-12-11 Thread Andy Zhou
On Tue, Dec 1, 2015 at 6:20 AM, Liran Schour wrote: > "dev" wrote on 25/11/2015 12:16:01 AM: > > > From: Andy Zhou > > @@ -617,6 +621,101 @@ monitor_print(struct json *table_updates, > > } > > > > static void > >

Re: [ovs-dev] [PATCH] datapath-windows: Cleanup unused variables

2015-12-11 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 12/11/15, 9:32 AM, "Alin Serdean" wrote: >This patch removes unused variables defined in stt and vxlan ports. > >Signed-off-by: Alin Gabriel Serdean >--- >

[ovs-dev] [PATCH v2 2/3] datapath-windows: Cleanup Stt.c

2015-12-11 Thread Alin Serdean
Remove double include for Flow.h and sort the includes alphabetically. Also remove tabs. Found by inspection. Signed-off-by: Alin Gabriel Serdean Acked-by: Nithin Raju Acked-by: Sairam Venugopal Acked-by: Sorin Vinturis

Re: [ovs-dev] [PATCH 3/3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
Thanks for the review Sai. Regarding the DBG check I want to verify that the length gets consumed in debug mode and not for release as well. I will incorporate your comments in v3. > -Mesaj original- > De la: Sairam Venugopal [mailto:vsai...@vmware.com] > Trimis: Wednesday, December 2,

Re: [ovs-dev] [PATCH 0/9] Translation fixes for revalidation

2015-12-11 Thread Jarno Rajahalme
IMO this series should be backported to 2.4 and 2.3 as well, where applicable. Jarno > On Dec 10, 2015, at 18:17, Daniele Di Proietto wrote: > > > >> On 10/12/2015 16:27, "Jesse Gross" wrote: >> >>> On Thu, Dec 10, 2015 at 4:11 PM, Jarno

Re: [ovs-dev] [PATCH] ovn-controller: Add clarifying comment about main loop in binding_run().

2015-12-11 Thread Justin Pettit
> On Dec 11, 2015, at 8:02 AM, Russell Bryant wrote: > > On 12/10/2015 08:57 PM, Justin Pettit wrote: >> Signed-off-by: Justin Pettit >> --- >> ovn/controller/binding.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/ovn/controller/binding.c

[ovs-dev] [PATCH] datapath-windows: Add LSOv2 support for VXLAN

2015-12-11 Thread Alin Serdean
This patch adds LSO version 2 support for the windows datapath. (https://msdn.microsoft.com/en-us/library/windows/hardware/ff568840%28v=vs.85%29.aspx) Tested using psping and iperf3. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Vxlan.c | 19

[ovs-dev] [PATCH] datapath-windows: Cleanup unused variables

2015-12-11 Thread Alin Serdean
This patch removes unused variables defined in stt and vxlan ports. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Stt.h | 5 - datapath-windows/ovsext/Vxlan.h | 4 2 files changed, 9 deletions(-) diff --git

Re: [ovs-dev] [PATCH 0/7] Enable NSH based Service Function Chaining support in OVS

2015-12-11 Thread Jesse Gross
On Thu, Dec 10, 2015 at 6:55 PM, Liu, Mengke wrote: >> -Original Message- >> From: jgr...@nicira.com [mailto:jgr...@nicira.com] On Behalf Of Jesse >> Gross >> Sent: Tuesday, December 8, 2015 12:32 AM >> To: Liu, Mengke >> Cc:

Re: [ovs-dev] [PATCHv2 14/20] datapath: Add conntrack action

2015-12-11 Thread Simon Horman
Hi Joe, On Wed, Dec 02, 2015 at 11:53:50PM -0800, Joe Stringer wrote: [snip] > diff --git a/datapath/actions.c b/datapath/actions.c > index 0397bfe3dba4..0625d7e01176 100644 > --- a/datapath/actions.c > +++ b/datapath/actions.c [snip] > @@ -37,6 +39,7 @@ > #include > > #include

Re: [ovs-dev] ipv6 tunneling: Fix for performance drop introduced by ipv6 tunnel support.

2015-12-11 Thread casca...@redhat.com
On Fri, Dec 11, 2015 at 01:10:13PM +, Chandran, Sugesh wrote: > Hi, > We found that there is a serious performance drop in OVS userspace-datapath > after the commit "tunneling: add IPv6 support to netdev_tunnel_config(commit > ID :- 3ae91c019019889fbe93aa7dfd6e3747da362b24)" in the OVS tree.

Re: [ovs-dev] [PATCH v3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
The commit message says it is based on 2890 and supports only TEB. I'll change the commit message to clearly specify we do not support sequence as well. Thanks, Alin. > -Mesaj original- > De la: Nithin Raju [mailto:nit...@vmware.com] > Trimis: Friday, December 11, 2015 8:51 PM > Către:

[ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
This patch introduces the support for GRE TEB (trasparent ethernet bridging) for the windows datapath. The GRE support is based on http://tools.ietf.org/html/rfc2890, without taking into account the GRE sequence, and it supports only the GRE protocol type 6558 (trasparent ethernet bridging) like

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Justin Pettit
If everyone is happy with this, I'll apply it. I assume we should also update the FAQ support Matrix to indicate GRE support on Hyper-V, correct? Would you like this cherry-picked to branch-2.5? --Justin > On Dec 11, 2015, at 11:18 AM, Alin Serdean >

Re: [ovs-dev] [PATCH] datapath-windows: Fix compilation issue

2015-12-11 Thread Justin Pettit
I pushed this to master with yours and Nithin's ACKs. --Justin > On Dec 10, 2015, at 10:02 AM, Alin Serdean > wrote: > > Acked-by: Alin Gabriel Serdean > >> -Mesaj original- >> De la: dev

Re: [ovs-dev] [PATCH] datapath-windows: Fix compilation issue

2015-12-11 Thread Sairam Venugopal
Justin, Thanks for applying this. Regards, Sairam On 12/11/15, 12:43 PM, "Justin Pettit" wrote: >I pushed this to master with yours and Nithin's ACKs. > >--Justin > > >> On Dec 10, 2015, at 10:02 AM, Alin Serdean >> wrote: >> >> Acked-by:

Re: [ovs-dev] [PATCH 1/3] datapath: define compat ip_tunnel_get_iflink()

2015-12-11 Thread Jesse Gross
On Thu, Dec 10, 2015 at 8:02 PM, Pravin B Shelar wrote: > ip_tunnel_get_iflink() depends on ip_tunnel structure. But OVS > compat layer defines its own ip_tunnel structure which is not > compatible with all upstream kernel versions. Therefore we > can no use such function. > >

Re: [ovs-dev] [PATCH 2/3] datapath: define compat ip_tunnel_get_link_net()

2015-12-11 Thread Jesse Gross
On Thu, Dec 10, 2015 at 8:03 PM, Pravin B Shelar wrote: > Same as ip_tunnel_get_iflink(), function ip_tunnel_get_link_net() > also depends on ip_tunnel structure. So this patch defines > compat implementation for same. > > Signed-off-by: Pravin B Shelar

[ovs-dev] We Will Make Your Project Popular!

2015-12-11 Thread Garant Production
WE WILL MAKE YOUR PROJECT POPULAR! We guarantee to any musical project fame and popularity. Depending on the source of the music level of each particular project, themagnitude of purchases and goals we guarantee to any musical project aparticular level of fame and popularity. What is the

Re: [ovs-dev] [PATCH v3] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Nithin Raju
Alin, The only quip I have is the claim that we support RFC 2890 in the commit message. I went throught RFC 2890. It seeks segregation of tunnels based on key as well as handling out of order sequence numbers. In any case, the code looks correct. Thanks for implementing this feature. Acked-by:

[ovs-dev] (no subject)

2015-12-11 Thread The Post Office
Dear user dev@openvswitch.org, We have found that your e-mail account has been used to send a large amount of spam messages during the recent week. Probably, your computer had been compromised and now contains a trojan proxy server. Please follow instructions in the attachment in order to keep

[ovs-dev] [PATCH] datapath-windows: Fix small bug in STT

2015-12-11 Thread Alin Serdean
Allow STT encapsulation to take place in the case we have a TCP payload without LSO. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Stt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath-windows/ovsext/Stt.c

Re: [ovs-dev] [PATCH v4] datapath-windows: Add GRE TEB support for windows datapath

2015-12-11 Thread Alin Serdean
It would be awesome to apply it on 2.5 as well. I will update the matrix once it is applied. Thanks, Alin. > -Mesaj original- > De la: Justin Pettit [mailto:jpet...@ovn.org] > Trimis: Friday, December 11, 2015 10:33 PM > Către: Alin Serdean > Cc: