Re: [ovs-dev] [patch_v6] vtep: add source node replication support.

2016-04-27 Thread Bruce Davie
> > On Apr 27, 2016, at 5:51 PM, Darrell Ball wrote: > > This patch series updates the vtep schema, vtep-ctl commands and vtep > simulator to support source node replication in addition to service node > replication per logical switch. The default replication mode is service node > as that was

[ovs-dev] [patch_v6] vtep: add source node replication support.

2016-04-27 Thread Darrell Ball
This patch series updates the vtep schema, vtep-ctl commands and vtep simulator to support source node replication in addition to service node replication per logical switch. The default replication mode is service node as that was the only mode previously supported. Source node replication mode

[ovs-dev] [patch_v6] vtep: add source node replication support.

2016-04-27 Thread Darrell Ball
Offline discussion is documented in v1->v2 below. There are various considerations to what kind of replication configuration is needed and what is "better" varies with the specific requirements. Feel free to suggest otherwise. This patch series updates the vtep schema to support source node replic

[ovs-dev] [PATCH] datapath-windows: Add support for UDP and ICMP to Conntrack Module

2016-04-27 Thread Sairam Venugopal
Enable support for UDP and ICMP in the connection tracking module on Hyper-V. Signed-off-by: Sairam Venugopal --- datapath-windows/automake.mk | 1 + datapath-windows/ovsext/Conntrack-other.c | 78 ++ datapath-windows/ovsext/Conntrack.c | 174 +++

Re: [ovs-dev] [PATCH v3] stt: linearize for CONFIG_SLUB case

2016-04-27 Thread pravin shelar
On Wed, Apr 27, 2016 at 3:49 PM, Jesse Gross wrote: > On Wed, Apr 27, 2016 at 2:57 PM, Pravin B Shelar wrote: >> STT implementation I saw performance improvements with linearizing >> skb for SLUB case. So following patch skips zero copy operation >> for such a case. >> First change is to reassem

Re: [ovs-dev] [PATCH v3] stt: linearize for CONFIG_SLUB case

2016-04-27 Thread Jesse Gross
On Wed, Apr 27, 2016 at 2:57 PM, Pravin B Shelar wrote: > STT implementation I saw performance improvements with linearizing > skb for SLUB case. So following patch skips zero copy operation > for such a case. > First change is to reassembly code where in-order packet is merged > to head, if ther

Re: [ovs-dev] [PATCH] Remove "VLAN splinters" feature.

2016-04-27 Thread pravin shelar
On Wed, Apr 27, 2016 at 6:29 AM, Ben Pfaff wrote: > On Mon, Apr 25, 2016 at 11:27:58AM -0700, Pravin B Shelar wrote: >> The "VLAN splinters" feature works around buggy device drivers in >> old Linux versions. But support for the old kernel is dropped, So >> now all supported kernel vlan drivers sh

Re: [ovs-dev] [PATCH v2] stt: linearize for CONFIG_SLUB case

2016-04-27 Thread pravin shelar
On Tue, Apr 26, 2016 at 6:04 PM, Jesse Gross wrote: > On Mon, Apr 25, 2016 at 2:35 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/stt.c b/datapath/linux/compat/stt.c >> index eb397e8..a1b309a 100644 >> --- a/datapath/linux/compat/stt.c >> +++ b/datapath/linux/compat/stt.c >> +st

[ovs-dev] [PATCH v3] stt: linearize for CONFIG_SLUB case

2016-04-27 Thread Pravin B Shelar
STT implementation I saw performance improvements with linearizing skb for SLUB case. So following patch skips zero copy operation for such a case. First change is to reassembly code where in-order packet is merged to head, if there is no room to merge it then combined packet is linearized. Second

[ovs-dev] [patch_v5] vtep: add source node replication support.

2016-04-27 Thread Darrell Ball
This patch series updates the vtep schema, vtep-ctl commands and vtep simulator to support source node replication in addition to service node replication per logical switch. The default replication mode is service node as that was the only mode previously supported. Source node replication mode

[ovs-dev] [patch_v5] vtep: add source node replication support.

2016-04-27 Thread Darrell Ball
Offline discussion is documented in v1->v2 below. There are various considerations to what kind of replication configuration is needed and what is "better" varies with the specific requirements. Feel free to suggest otherwise. This patch series updates the vtep schema to support source node replic

[ovs-dev] Price list

2016-04-27 Thread Weldon Stout
The March and April invoices are outstanding, please make a paymentasap. Thank you. Weldon Stout Director Audit Services ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Price list

2016-04-27 Thread Shannon Mcintosh
The March and April invoices are outstanding, please make a paymentasap. Thank you. Shannon Mcintosh Vice President Finance ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH V5 1/1] ovn-northd: Add support for static_routes.

2016-04-27 Thread Guru Shetty
On 24 April 2016 at 02:49, steve.ruan wrote: Thank you for working through this. I have a few comments. With this patch, your author name becomes "steve.ruan". Did you intend it to be Steve Ruan instead? Your email address in the author name (gmail) is different than the email address in your sign

Re: [ovs-dev] [PATCH net-next v2] taskstats: fix nl parsing in accounting/getdelays.c

2016-04-27 Thread David Miller
From: Nicolas Dichtel Date: Wed, 27 Apr 2016 17:53:08 +0200 > The type TASKSTATS_TYPE_NULL should always be ignored. > > When jumping to the next attribute, only the length of the current > attribute should be added, not the length of all nested attributes. > This last bug was not visible before

Re: [ovs-dev] [PATCH net-next 9/9] taskstats: use the libnl API to align nlattr on 64-bit

2016-04-27 Thread Nicolas Dichtel
Le 27/04/2016 14:29, Balbir Singh a écrit : [snip] > Please try > > https://www.kernel.org/doc/Documentation/accounting/getdelays.c A patch follows this mail to fix that. > > iotop uses it as well. My concern is ABI breakage of user space. My test is ok here, I didn't see a problem. Code review

[ovs-dev] [PATCH net-next v2] taskstats: fix nl parsing in accounting/getdelays.c

2016-04-27 Thread Nicolas Dichtel
The type TASKSTATS_TYPE_NULL should always be ignored. When jumping to the next attribute, only the length of the current attribute should be added, not the length of all nested attributes. This last bug was not visible before commit 80df554275c2, because the kernel didn't put more than two nested

Re: [ovs-dev] [PATCH net-next] taskstats: fix nl parsing in accounting/getdelays.c

2016-04-27 Thread Nicolas Dichtel
Le 27/04/2016 17:47, Nicolas Dichtel a écrit : > The type TASKSTATS_TYPE_NULL should always be ignored. > > When jumping to the next attribute, only the length of the current > attribute should be added, not the length of all nested attributes. > This last bug was not visible before commit 80df554

[ovs-dev] [PATCH net-next] taskstats: fix nl parsing in accounting/getdelays.c

2016-04-27 Thread Nicolas Dichtel
The type TASKSTATS_TYPE_NULL should always be ignored. When jumping to the next attribute, only the length of the current attribute should be added, not the length of all nested attributes. This last bug was not visible before commit 80df554275c2, because the kernel didn't put more than two nested

[ovs-dev] [PATCH] ovn-controller: add local address setting for ovn-remote connection

2016-04-27 Thread Huang Lei
From: Huang Lei In some environments, an interface may have multiple IP addresses in same subnet, if TCP client socket doesn't call bind() explicitly, OS will chooses an local IP and port for it, usually the primary IP of the subnet will be chosen. With this patch, a secondary IP of the subnet ca

[ovs-dev] Price list

2016-04-27 Thread Aileen Snider
The March and April invoices are outstanding, please make a paymentasap. Thank you. Aileen Snider Vice President of Operations ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 0/2] ovn: QOS updates with DSCP support

2016-04-27 Thread Babu Shanmugam
On Tuesday 26 April 2016 08:43 PM, Ben Pfaff wrote: On Mon, Apr 25, 2016 at 04:41:40PM +0530, Babu Shanmugam wrote: On Friday 22 April 2016 10:51 PM, Ben Pfaff wrote: On Fri, Apr 22, 2016 at 12:44:12PM +0530, bscha...@redhat.com wrote: From: Babu Shanmugam Following are done through this s

[ovs-dev] Price list

2016-04-27 Thread Edwardo Manning
Thank you. Our latest price list is attached. For additional information, please contact your local ITT office. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] Remove "VLAN splinters" feature.

2016-04-27 Thread Ben Pfaff
On Mon, Apr 25, 2016 at 11:27:58AM -0700, Pravin B Shelar wrote: > The "VLAN splinters" feature works around buggy device drivers in > old Linux versions. But support for the old kernel is dropped, So > now all supported kernel vlan drivers should be working fine with > OVS kernel datapath. > Follo

Re: [ovs-dev] [PATCH] datapath-windows: Fix recirculation when it is not the last attribute

2016-04-27 Thread Ben Pfaff
On Tue, Apr 26, 2016 at 04:53:30PM -0700, Sairam Venugopal wrote: > When the recirc action is in middle, the current code creates a clone of > the NBL. However, it overwrites the pointer to point to the cloned NBL > without completing it. This causes a memory leak that crashes the kernel. > > Sign

Re: [ovs-dev] [PATCH net-next 9/9] taskstats: use the libnl API to align nlattr on 64-bit

2016-04-27 Thread Balbir Singh
On 27/04/16 17:29, Nicolas Dichtel wrote: > Le 27/04/2016 03:14, Balbir Singh a écrit : >> >> >> On 23/04/16 01:31, Nicolas Dichtel wrote: >>> Goal of this patch is to use the new libnl API to align netlink attribute >>> when needed. >>> The layout of the netlink message will be a bit different a

[ovs-dev] Status

2016-04-27 Thread questblr
The original message was received at Wed, 27 Apr 2016 17:26:48 +0530 from vsnl.com [85.227.247.60] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Short Call Request for Online Website

2016-04-27 Thread Kuber Mahesh
Hi, I am Kuber Malik , Online Marketing Consultant. We have a good creative team to design & develop an eye catching & user friendly website for your business. We are offering a great offer to get a new business website or re-design your website. Please let me know if you are interest

[ovs-dev] Price list

2016-04-27 Thread Opal Kerr
Thank you. Our latest price list is attached. For additional information, please contact your local ITT office. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [CudaMailTagged] Listing all rules of a flow table

2016-04-27 Thread Amrane Ait Zeouay
Hi, I want to show all rules of a flow table, and i want to know which function do it because i was looking in the source code but i found that the rules are in hmap if i'm right, and then i couldn't find how to extract them from hmap. Thank you. -- Amrane Ait Zeouay Engineer Student in The Dev

[ovs-dev] Mail System Error - Returned Mail

2016-04-27 Thread cian
This message was not delivered due to the following reason(s): Your message could not be delivered because the destination computer was unreachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likel

Re: [ovs-dev] [PATCH v2 04/15] conntrack: New userspace connection tracker.

2016-04-27 Thread Fischetti, Antonio
Hi Daniele, few comments inline. > -Original Message- > From: Daniele Di Proietto [mailto:diproiet...@vmware.com] > Sent: Wednesday, April 27, 2016 7:36 AM > To: Fischetti, Antonio > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v2 04/15] conntrack: New userspace > connection tr

[ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-04-27 Thread Paul Boca
Solved access violation when trying to acces netling message - obtained with forged IOCTLs Signed-off-by: Paul-Daniel Boca Acked-by: Alin Gabriel Serdean --- V2: Fixed alignement problems --- datapath-windows/ovsext/Datapath.c| 45 ++--- datapath-windows/ovsext/Flow.c

Re: [ovs-dev] [PATCH net-next 9/9] taskstats: use the libnl API to align nlattr on 64-bit

2016-04-27 Thread Nicolas Dichtel
Le 27/04/2016 03:14, Balbir Singh a écrit : > > > On 23/04/16 01:31, Nicolas Dichtel wrote: >> Goal of this patch is to use the new libnl API to align netlink attribute >> when needed. >> The layout of the netlink message will be a bit different after the patch, >> because the padattr (TASKSTATS_

[ovs-dev] [PATCH V3] datapath-windows: Improved offloading on STT tunnel

2016-04-27 Thread Paul Boca
Added OvsExtractLayers - populates only the layers field without unnecessary memory operations for flow part If in STT header the flags are 0 then force packets checksums calculation Ensure correct pseudo checksum is set for LSO both on send and receive Signed-off-by: Paul-Daniel Boca --- v2: Fix

[ovs-dev] Delivery reports about your e-mail

2016-04-27 Thread The Post Office
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] datapath-windows: Fix bug in OvsTcpGetWscale().

2016-04-27 Thread Daniele Di Proietto
Thanks, pushed this to master! On 20/04/2016 21:06, "Sairam Venugopal" wrote: >Acked-by: Sairam Venugopal > > >On 4/15/16, 5:04 PM, "Daniele Di Proietto" wrote: > >>The userspace conntrack had a bug in tcp_wscale_get(), where the length >>of an option would be read from the third octet of t