Re: [ovs-dev] Async Packet-In message not received after OpenFlow15 Packet-Out message

2016-07-21 Thread Vasundhara G
Hi Team, I am working on OpenFLow 1.5  Ext- 427 in OpenVSwitch.  Ext- 427 -  It supports setting all pipeline fields of the packet in the Packet-Out message. 1. It adds support for packet-out message for OF 1.5. 2. Moves in_port field inside match structure. 3. Adds pipeline fields in match struc

[ovs-dev] [PATCH] ovn: ovn-northd and von-controller take a high amount of CPU time.

2016-07-21 Thread nickcooper-zhangtonghao
Hi all, When setting the logical switch port as the peer of logical router, I found a large number of ovn-northd log. The process of ovn-northd write quickly the log all the time. The worse thing that the process of ovn-northd and von-controller take a high amount of CPU time. I think this is a b

[ovs-dev] Returned mail: Data format error

2016-07-21 Thread Mail Administrator
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-21 Thread Jarno Rajahalme
> On Jul 14, 2016, at 17:32, Ben Pfaff wrote: > >> On Thu, Jul 14, 2016 at 03:07:21AM -0700, Jarno Rajahalme wrote: >> >>> On Jul 13, 2016, at 9:36 PM, Ben Pfaff wrote: >>> >>> On Wed, Jul 06, 2016 at 06:02:45AM -0700, Jarno Rajahalme wrote: > On Jul 1, 2016, at 8:30 PM, Ben Pfaff

[ovs-dev] Returned mail: Data format error

2016-07-21 Thread Mail Administrator
The original message was received at Fri, 22 Jul 2016 10:15:53 +0530 from 13.200.84.138 - The following addresses had permanent fatal errors - - Transcript of the session follows - ... while talking to host 146.43.92.215: 550 5.1.2 ... Host unknown (Name server: host not found)

Re: [ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-21 Thread Jarno Rajahalme
I already tested and pushed these to master. Jarno > On Jul 22, 2016, at 05:28, Ansis Atteka wrote: > > On Jul 21, 2016 2:08 PM, "Jarno Rajahalme" wrote: > > > > Looks good to me: > > > > Acked-by: Jarno Rajahalme > > > > Thanks. Can you also review patch 1/2? > > > On Jul 19, 2016, at 2:2

Re: [ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-21 Thread Ansis Atteka
On Jul 21, 2016 2:08 PM, "Jarno Rajahalme" wrote: > > Looks good to me: > > Acked-by: Jarno Rajahalme > Thanks. Can you also review patch 1/2? > > On Jul 19, 2016, at 2:25 PM, Ansis Atteka wrote: > > > > There are two issues that this patch fixes: > > 1. it was impossible to set skb mark at all

[ovs-dev] [PATCH] tests/ovs-monitor-ipsec: Remove --no-wait -vreconnect:emer from ovs-vsctl.

2016-07-21 Thread Daniele Di Proietto
This fixes a sporadic failure of the testcase, where ovsdb-server.log contains: 2016-07-21T21:08:22.279Z|3|jsonrpc|WARN|unix: send error: Broken pipe 2016-07-21T21:08:22.279Z|4|reconnect|WARN|unix: connection dropped (Broken pipe) I'm not sure what was the purpose of the original "--no-w

Re: [ovs-dev] [BUG] netdev-dpdk deadlock in dpdk_watchdog

2016-07-21 Thread Daniele Di Proietto
Hi Aaron, Thanks for the report. I haven't been able to reproduce the problem, could you post ovs-vswitch.log please? Daniele 2016-07-19 9:38 GMT-07:00 Aaron Conole : > I haven't fully had a chance to investigate this, but it seems there's a > possible deadlock with the dpdk netdev - specifica

Re: [ovs-dev] ovn test failures

2016-07-21 Thread Thadeu Lima de Souza Cascardo
On Thu, Jul 21, 2016 at 07:32:02AM -0400, Lance Richardson wrote: > It seems the failure rate for OVN end-to-end tests went up significantly > when commit 70c7cfef188b5ae9940abd5b7d9fe46b1fa88c8e was merged earlier > this week. > For me, I see some occasional failures as well, but the following t

[ovs-dev] Financial statement

2016-07-21 Thread Brandy Hawkins
Pardon me for the delay in responding to your last email. Regarding your inquiry, I am sending the financial statement attached. --- Warm regards, Brandy Hawkins Gunter's Tea Shop Phone: +1 (377) 855-81-01 Fax: +1 (377) 855-81-28 ___ dev mailing list de

Re: [ovs-dev] [PATCH RFC v3 1/1] netdev-dpdk: Arbitrary 'dpdk' port naming

2016-07-21 Thread Daniele Di Proietto
2016-07-19 2:53 GMT-07:00 Loftus, Ciara : > > > > The idea looks very good to me, thanks for working on it. > > Very high level comments: > Hi Daniele thanks for looking at this. > > > > > Do we need to be limited to pci devices? Perhaps we can accept the same > > string as rte_eth_dev_attach().

Re: [ovs-dev] [PATCHv4] netdev-provider: Apply batch object to netdev provider.

2016-07-21 Thread Daniele Di Proietto
Thanks for the patch! I made a few minor style changes (most notably I added spaces after the cast type and the expression) and applied this to master. 2016-07-18 17:05 GMT-07:00 William Tu : > Commit 1895cc8dbb64 ("dpif-netdev: create batch object") introduces > batch process functions and 'st

[ovs-dev] Financial statement

2016-07-21 Thread Jame Clements
Pardon me for the delay in responding to your last email. Regarding your inquiry, I am sending the financial statement attached. --- Warm regards, Jame Clements MORTGAGE ADVICE BUREAU (HLDGS) LTD Phone: +1 (519) 417-75-92 Fax: +1 (519) 417-75-73 ___ dev

[ovs-dev] Financial statement

2016-07-21 Thread Chas Mueller
Pardon me for the delay in responding to your last email. Regarding your inquiry, I am sending the financial statement attached. --- Kindest regards, Chas Mueller ZENITH BANK Phone: +1 (681) 803-43-83 Fax: +1 (681) 803-43-16 ___ dev mailing list dev@ope

Re: [ovs-dev] [RFC PATCH v2 00/13] Add Network Service Header Support

2016-07-21 Thread Jan Scheurich
Hi, I agree that we should go ahead with implementing support for MD2 while we are doing NSH. There are planned use cases that will depend on MD2, like an SFF load-sharing between SF instances based on an entropy TLV option. But there are in fact a number of technical issues that need to be sor

Re: [ovs-dev] [RFC PATCH v2 00/13] Add Network Service Header Support

2016-07-21 Thread Cathy Zhang
+1 on Jesse's points! I would like to see real support for MD type 2 on OVS. I believe many others would like to see type 2 support too. Thanks, Cathy -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Jesse Gross Sent: Wednesday, July 20, 2016 9:44 AM To:

Re: [ovs-dev] [PATCH 4/9] datapath-windows: Fix bugs in Event.c around subscribe and lock

2016-07-21 Thread Sairam Venugopal
Hi Yin, I think you are confused about what this patch does. Or I may not be understanding this correctly. As it stands, Event.c in OVS master has 2 bugs that I identified while looking at it. 1. OvsSubscribeEventIoctl - Subscribe function doesn’t set the right status parameter when queue

Re: [ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-21 Thread Joe Stringer
On 21 July 2016 at 12:21, Andy Zhou wrote: > On Thu, Jul 21, 2016 at 6:22 AM, Jarno Rajahalme wrote: > >> Using sleep's is prone to runtime system dependent races, and indeed >> this test started consistently failing on my dev VM after an unrelated >> change to ovs-vswitchd. Get git of the sleep

[ovs-dev] Financial statement

2016-07-21 Thread Olivia Woodard
Pardon me for the delay in responding to your last email. Regarding your inquiry, I am sending the financial statement attached. --- Cheers, Olivia Woodard STANDARD LIFE PLC Phone: +1 (799) 225-96-15 Fax: +1 (799) 225-96-35 ___ dev mailing list dev@open

[ovs-dev] Kblgttgtwkkrhz

2016-07-21 Thread The Post Office
The original message was received at Fri, 22 Jul 2016 05:06:45 +0800 from openvswitch.org [192.90.32.182] - The following addresses had permanent fatal errors - - Transcript of session follows - while talking to openvswitch.org.: >>> MAIL From:"The Post Office" <<< 501 "The Po

Re: [ovs-dev] [PATCH v2] ovn-controller: Fix potential null pointer dereferences.

2016-07-21 Thread Andy Zhou
On Wed, Jul 20, 2016 at 9:46 PM, Ben Pfaff wrote: > Found by inspection. > > Signed-off-by: Ben Pfaff > --- > v1->v2: Found another one to fix. Looks good. Acked-by: Andy Zhou ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/li

Re: [ovs-dev] [PATCH] debian: Fix upgrade from OVS-2.5 to newer OVS.

2016-07-21 Thread Joe Stringer
On 19 July 2016 at 11:15, Joe Stringer wrote: > On 24 June 2016 at 19:06, Ben Pfaff wrote: >> On Wed, Jun 22, 2016 at 11:30:16AM -0700, Guru Shetty wrote: >>> On 17 June 2016 at 12:42, Joe Stringer wrote: >>> >>> > Commit 0dcc739e7a28 ("debian: Move ovs-lib to openvswitch-common.") >>> > shifted

Re: [ovs-dev] [PATCH 4/9] datapath-windows: Fix bugs in Event.c around subscribe and lock

2016-07-21 Thread Yin Lin
Can you refer me to the patch you fix the lock in line 359? I don't see why function OvsWaitEventIoctl is so special that we need to fix it in another patch. It is the same thing as other places you fixed so it's better to address them together.. On Mon, Jul 18, 2016 at 11:27 AM, Sairam Venugopal

Re: [ovs-dev] [PATCH 3/3] system-traffic: Fix up FTP tests.

2016-07-21 Thread Joe Stringer
Thanks, I applied this series to master. On 21 July 2016 at 04:19, Jarno Rajahalme wrote: > For the series: > > Acked-by: Jarno Rajahalme > >> On Jul 19, 2016, at 12:54 PM, Joe Stringer wrote: >> >> Prior to commit b87a5aacefe2 ("datapath: Fix cached ct with helper."), >> we were relying on aut

[ovs-dev] Financial statement

2016-07-21 Thread Pam Everett
Pardon me for the delay in responding to your last email. Regarding your inquiry, I am sending the financial statement attached. --- Cheers, Pam Everett MERLIN ENTERTAINMENTS PLC Phone: +1 (760) 115-39-03 Fax: +1 (760) 115-39-09 ___ dev mailing list dev

[ovs-dev] Financial statement

2016-07-21 Thread Marquis Guthrie
Pardon me for the delay in responding to your last email. Regarding your inquiry, I am sending the financial statement attached. --- King regards, Marquis Guthrie HENDERSON OPPORTUNITIES TRUST PLC Phone: +1 (807) 516-69-10 Fax: +1 (807) 516-69-12 ___ de

Re: [ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-21 Thread Andy Zhou
On Thu, Jul 21, 2016 at 6:22 AM, Jarno Rajahalme wrote: > Using sleep's is prone to runtime system dependent races, and indeed > this test started consistently failing on my dev VM after an unrelated > change to ovs-vswitchd. Get git of the sleeps and explicitly wait for > the transaction on ovs

Re: [ovs-dev] [PATCH 4/9] datapath-windows: Fix bugs in Event.c around subscribe and lock

2016-07-21 Thread Sairam Venugopal
Hi Alin, gOvsSwitchContext->dpNo and gOvsSwitchContext in general is currently read in a lot of places without any locks being taken out. Eg: - https://github.com/openvswitch/ovs/blob/15850211ce88d540e57a6f2fc80963465b9 a5475/datapath-windows/ovsext/Datapath.c#L973 https://github.com/openvswitch

Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-21 Thread Guru Shetty
On 13 July 2016 at 20:21, Yin Lin wrote: > Signed-off-by: Yin Lin > Thank you, applied. > --- > datapath-windows/ovsext/Flow.c | 2 +- > datapath-windows/ovsext/Vport.c | 3 ++- > datapath-windows/ovsext/Vport.h | 5 + > 3 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/d

Re: [ovs-dev] [PATCH 0/9] Add support for sending Conntrack events

2016-07-21 Thread Sairam Venugopal
Hi Alin, That is true. I will remember to do this in future patches. Thanks, Sairam On 7/21/16, 6:55 AM, "Alin Serdean" wrote: >Hi Sai, > > > >Thanks a lot for the series. > > > >As a general comment could you please squash commits and have one per >concept (I find them hard to follow): > > >

[ovs-dev] [PATCH 6/6] datapath: remove VLAN compat code from GSO

2016-07-21 Thread Thadeu Lima de Souza Cascardo
This compatibility code was only needed for Linux 2.6.36 and older. With the support for versions older than 3.10 dropped, this code is not needed anymore. The style for checking for mpls was kept in case some other protocol type is added in the future. Signed-off-by: Thadeu Lima de Souza Cascard

[ovs-dev] [PATCH 5/6] datapath: remove rtnl_delete_link support for older Linux

2016-07-21 Thread Thadeu Lima de Souza Cascardo
The changes from upstream version of rtnl_delete_link were only there to support Linux 2.6.33 or older. The removal of this support makes it identical to upstream version as of 4.6. Signed-off-by: Thadeu Lima de Souza Cascardo --- datapath/linux/compat/dev-openvswitch.c | 12 +++- 1 file

[ovs-dev] [PATCH 4/6] datapath: remove rpl_ipv6_skip_exthdr

2016-07-21 Thread Thadeu Lima de Souza Cascardo
This backported functon was only used for Linux 3.2 or older. As we support only Linux 3.10 or newer, there is no need for it anymore. Signed-off-by: Thadeu Lima de Souza Cascardo --- datapath/linux/compat/exthdrs_core.c | 46 datapath/linux/compat/include/ne

[ovs-dev] [PATCH 3/6] datapath: remove net namespace

2016-07-21 Thread Thadeu Lima de Souza Cascardo
The code that used that module was already removed when some support for Linux older than 3.10 was removed. Signed-off-by: Thadeu Lima de Souza Cascardo --- datapath/linux/Modules.mk | 1 - datapath/linux/compat/net_namespace.c | 43 --- 2 files chang

[ovs-dev] [PATCH 2/6] datapath: remove flow_dissector

2016-07-21 Thread Thadeu Lima de Souza Cascardo
flow_dissector was only built for Linux 3.8 and older. There is no need for this anymore, as anything older than 3.10 is no longer supported. Signed-off-by: Thadeu Lima de Souza Cascardo --- datapath/linux/Modules.mk | 2 - datapath/linux/compat/flow_dissector.c| 23

[ovs-dev] [PATCH 1/6] datapath: remove flex_array

2016-07-21 Thread Thadeu Lima de Souza Cascardo
flex_array is already present on Linux 3.10, so there is no need for its backport anymore. Signed-off-by: Thadeu Lima de Souza Cascardo --- datapath/linux/Modules.mk| 3 - datapath/linux/compat/flex_array.c | 400 --- datapath/linux/com

[ovs-dev] [PATCH 0/6] Remove some compat code for Linux older than 3.10

2016-07-21 Thread Thadeu Lima de Souza Cascardo
The following patches remove compatibility code for Linux versions older than Linux 3.10. Thadeu Lima de Souza Cascardo (6): datapath: remove flex_array datapath: remove flow_dissector datapath: remove net namespace datapath: remove rpl_ipv6_skip_exthdr datapath: remove rtnl_delete_link

Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-21 Thread Alin Serdean
Hi Yin, Thanks for the response, you are correct. I lost from overview what we are testing for ☺. Acked-by: Alin Gabriel Serdean aserd...@cloudbasesolutions.com De la: Yin Lin [mailto:yinli...@gmail.com] Trimis: Thursday, July 21, 2016 8:02 PM Către: Ali

Re: [ovs-dev] [PATCH monitor_cond V10] RFC OVN: Implementation of conditional monitoring usage

2016-07-21 Thread Mickey Spiegel
-Liran Schour/Haifa/IBM wrote: - >To: Mickey Spiegel/San Jose/IBM@IBMUS >From: Liran Schour/Haifa/IBM >Date: 07/21/2016 04:18AM >Cc: Ben Pfaff , dev@openvswitch.org >Subject: Re: [ovs-dev] [PATCH monitor_cond V10] RFC OVN: >Implementation of conditional monitoring usage > >Mickey Spiegel/S

Re: [ovs-dev] ovn test failures

2016-07-21 Thread Lance Richardson
- Original Message - > From: "Ryan Moats" > To: "Lance Richardson" > Cc: "ovs dev" > Sent: Thursday, July 21, 2016 9:05:53 AM > Subject: Re: [ovs-dev] ovn test failures > > "dev" wrote on 07/21/2016 06:32:02 AM: > > > From: Lance Richardson > > To: ovs dev > > Date: 07/21/2016 06:32

Re: [ovs-dev] [PATCH] release-process.md: Document OVS release process and propose a schedule.

2016-07-21 Thread Aaron Conole
Hi Ben, Ben Pfaff writes: > This document has two different kinds of text: > >- The first sections of the document, "Release Strategy" and "Release > Numbering", describe what we've already been doing for most of the > history of Open vSwitch. If there is anything surprising in th

Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-21 Thread Yin Lin
Hi Alin, I know this can be confusing but after a second thought I think mine is correct. Your suggestion is equivalent to (abbreviated): !(port == geneve && port == vxlan) which is always TRUE because port can not be both type at the same time. Thanks, Yin On Thu, Jul 21, 2016 at 7:00 AM, Alin

Re: [ovs-dev] [PATCH V7 12/16] python tests: Ported Python daemon to Windows

2016-07-21 Thread Ben Pfaff
I'm not a Python expert but in general I favor code that is easy to read and understand and usually adding lots of parameters detracts from that. On Thu, Jul 21, 2016 at 04:44:11PM +, Alin Serdean wrote: > @Guru, @Ben what do you suggest? > > > -Mesaj original- > > De la: Paul Boca >

Re: [ovs-dev] [PATCH V7 12/16] python tests: Ported Python daemon to Windows

2016-07-21 Thread Alin Serdean
@Guru, @Ben what do you suggest? > -Mesaj original- > De la: Paul Boca > Trimis: Thursday, July 21, 2016 7:36 PM > Către: Alin Serdean ; > dev@openvswitch.org > Subiect: RE: [ovs-dev] [PATCH V7 12/16] python tests: Ported Python > daemon to Windows > > Hi Alin! > > Sure, I will removed D

Re: [ovs-dev] [PATCH V7 12/16] python tests: Ported Python daemon to Windows

2016-07-21 Thread Paul Boca
Hi Alin! Sure, I will removed DuplicateHandle from daemon, this was a code left behind by me after I tried something with os.pipe(). If I'm splitting daemon.py in 3 files (daemon.py to contain only wrappers over Linux/Windows specific functions) then all the globals used in ported functions will

Re: [ovs-dev] Considering the possibility of integrating DPDK generic classifier APIs in OVS.

2016-07-21 Thread Gray, Mark D
> -Original Message- > From: Chandran, Sugesh > Sent: Thursday, July 21, 2016 11:56 AM > To: Gray, Mark D ; Jesse Gross > Cc: dev@openvswitch.org; Giller, Robin > Subject: RE: [ovs-dev] Considering the possibility of integrating DPDK generic > classifier APIs in OVS. > > Hi Mark & Jess

Re: [ovs-dev] [ovn-ipv6 24/26] [RFC] ovn-northd: Implement basic IPv6 routing.

2016-07-21 Thread Justin Pettit
> On Jul 21, 2016, at 3:29 AM, Zong Kai Li wrote: > > On Wed, Jul 20, 2016 at 1:49 PM, Justin Pettit wrote: >> >>> On Jul 13, 2016, at 1:10 PM, Ben Pfaff wrote: >>> >>> On Mon, Jul 11, 2016 at 11:56:54PM -0700, Justin Pettit wrote: Future commits will add support for dynamic IPv6/MAC bi

Re: [ovs-dev] [PATCH V7 09/16] python tests: Fixed OSError not iterable on Windows

2016-07-21 Thread Paul Boca
Hi Alin, Comments inlined. Thanks, Paul > -Original Message- > From: Alin Serdean > Sent: Thursday, July 21, 2016 4:11 PM > To: Paul Boca; dev@openvswitch.org > Subject: RE: [ovs-dev] [PATCH V7 09/16] python tests: Fixed OSError not > iterable on Windows > > > > > -Mesaj original-

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

2016-07-21 Thread Jiri Benc
On Mon, 18 Jul 2016 13:50:27 +0900, Simon Horman wrote: > On Fri, Jul 15, 2016 at 02:07:37PM -0700, pravin shelar wrote: > > I think we should send L2 header with l2 header pushed on skb. This is > > what OVS expect. The skb-push should be done for all l2 packets rather > > than for particular type

Re: [ovs-dev] [RFC PATCH v2 12/13] Commit push_eth/pop_eth flow action to data plane

2016-07-21 Thread Jan Scheurich
Hi Yi, I am afraid that it will not be possible to avoid recirculation after pop_eth and pop_nsh in the last SFF. That switch will have to match on the inner packet headers to find out how to forward the decapsulated packet. (Unless, the classifier on ingress already encoded the egress port i

Re: [ovs-dev] [PATCH 3/3] Red Hat Systemd Integration

2016-07-21 Thread Aaron Conole
Markos Chandras writes: > Hi Aaron, > > On 07/20/2016 10:21 PM, Aaron Conole wrote: >> This commit builds upon some of the recent ovs-ctl changes to build a >> more integrated systemd setup. A new service (ovs-vswitchd) is >> added to track the ovs-vswitchd, and ovsdb-server service is reserved

Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-21 Thread Alin Serdean
> -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Alin Serdean > Trimis: Thursday, July 21, 2016 4:30 PM > Către: Yin Lin ; dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs > > Hi Yin, > > Thanks for the patch on

[ovs-dev] [CudaMailTagged] RE: [PATCH 4/9] datapath-windows: Fix bugs in Event.c around subscribe and lock

2016-07-21 Thread Alin Serdean
> -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sairam > Venugopal > Trimis: Monday, July 18, 2016 9:27 PM > Către: Yin Lin > Cc: dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH 4/9] datapath-windows: Fix bugs in Event.c > around subscribe and lock > > H

Re: [ovs-dev] [PATCH 0/9] Add support for sending Conntrack events

2016-07-21 Thread Alin Serdean
Hi Sai, Thanks a lot for the series. As a general comment could you please squash commits and have one per concept (I find them hard to follow): i.e. 1 and 3 (https://patchwork.ozlabs.org/patch/648116/ , https://patchwork.ozlabs.org/patch/648110/ ) can be a single commit since you are renamin

[ovs-dev] Mail System Error - Returned Mail

2016-07-21 Thread Post Office
The original message was received at Thu, 21 Jul 2016 19:05:28 +0530 from openvswitch.org [59.155.5.9] - The following addresses had permanent fatal errors - dev@openvswitch.org - Transcript of session follows - ... while talking to openvswitch.org.: 554 Service unavailable; [8.1

Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-21 Thread Alin Serdean
Hi Yin, Thanks for the patch one. Just one small question from me inlined. > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Yin Lin > Trimis: Thursday, July 14, 2016 6:21 AM > Către: dev@openvswitch.org > Cc: Yin Lin > Subiect: [ovs-dev] [PATCH] datapath-win

[ovs-dev] [PATCH] tests: Make ovsdb test more robust and faster.

2016-07-21 Thread Jarno Rajahalme
Using sleep's is prone to runtime system dependent races, and indeed this test started consistently failing on my dev VM after an unrelated change to ovs-vswitchd. Get git of the sleeps and explicitly wait for the transaction on ovsdb1 to become visible on ovsdb2. Also fix the name of the test.

Re: [ovs-dev] [PATCH V7 00/16] Fix and enable Python tests on Windows

2016-07-21 Thread Alin Serdean
Please do not forget to update the documentation with the python libraries needed on Windows. > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 00/16]

Re: [ovs-dev] [PATCH V7 01/16] python tests: Implemented signal.alarm for Windows

2016-07-21 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 01/16] python tests: Implemented signal.alarm > for Windows > > sig

Re: [ovs-dev] [PATCH V7 02/16] python tests: Register signal handlers only on supported types on Windows

2016-07-21 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 02/16] python tests: Register signal handlers > only on supported t

Re: [ovs-dev] [PATCH V7 05/16] python tests: Added fcntl module for Windows

2016-07-21 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 05/16] python tests: Added fcntl module for > Windows > > This is

Re: [ovs-dev] [PATCH V7 03/16] python tests: Fixed ctl file name for Windows

2016-07-21 Thread Alin Serdean
Beside a small alignment problem: Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 03/16] python tests: Fixed ctl fi

Re: [ovs-dev] [PATCH V7 09/16] python tests: Fixed OSError not iterable on Windows

2016-07-21 Thread Alin Serdean
> -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 09/16] python tests: Fixed OSError not iterable > on Windows > > On Windows if this exception is tr

Re: [ovs-dev] ovn test failures

2016-07-21 Thread Ryan Moats
"dev" wrote on 07/21/2016 06:32:02 AM: > From: Lance Richardson > To: ovs dev > Date: 07/21/2016 06:32 AM > Subject: [ovs-dev] ovn test failures > Sent by: "dev" > > It seems the failure rate for OVN end-to-end tests went up significantly > when commit 70c7cfef188b5ae9940abd5b7d9fe46b1fa88c8e

Re: [ovs-dev] [PATCH V7 14/16] python tests: Ignore stderr output

2016-07-21 Thread Alin Serdean
Looks more clean now :). Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V7 14/16] python tests: Ignore stderr output

Re: [ovs-dev] [PATCH V7 12/16] python tests: Ported Python daemon to Windows

2016-07-21 Thread Alin Serdean
I still think a new file would be more suited it :), but maybe that's just me. As discussed offline I think you can remove the DuplicateHandle part. Thanks, Alin. > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21

[ovs-dev] RETURNED MAIL: DATA FORMAT ERROR

2016-07-21 Thread The Post Office
Your message was undeliverable due to the following reason: Your message could not be delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

Re: [ovs-dev] [PATCH 3/3] Red Hat Systemd Integration

2016-07-21 Thread Markos Chandras
Hi Aaron, On 07/20/2016 10:21 PM, Aaron Conole wrote: > This commit builds upon some of the recent ovs-ctl changes to build a > more integrated systemd setup. A new service (ovs-vswitchd) is > added to track the ovs-vswitchd, and ovsdb-server service is reserved > for the ovsdb-server daemon. Th

[ovs-dev] ovn test failures

2016-07-21 Thread Lance Richardson
It seems the failure rate for OVN end-to-end tests went up significantly when commit 70c7cfef188b5ae9940abd5b7d9fe46b1fa88c8e was merged earlier this week. After this commit, 100 iterations of "make check TESTSUITEFLAGs='-j8 -k ovn'" gave (number of failures in left-most column): 2 2179: ovn

Re: [ovs-dev] [PATCH 3/3] system-traffic: Fix up FTP tests.

2016-07-21 Thread Jarno Rajahalme
For the series: Acked-by: Jarno Rajahalme > On Jul 19, 2016, at 12:54 PM, Joe Stringer wrote: > > Prior to commit b87a5aacefe2 ("datapath: Fix cached ct with helper."), > we were relying on automatic helpers to ensure that FTP connections were > tracked correctly, regardless of the flows that

Re: [ovs-dev] [PATCH monitor_cond V10] RFC OVN: Implementation of conditional monitoring usage

2016-07-21 Thread Liran Schour
Mickey Spiegel/San Jose/IBM wrote on 20/07/2016 08:53:42 AM: > From: Mickey Spiegel/San Jose/IBM > To: Liran Schour/Haifa/IBM@IBMIL > Cc: Ben Pfaff , dev@openvswitch.org > Date: 20/07/2016 08:53 AM > Subject: Re: [ovs-dev] [PATCH monitor_cond V10] RFC OVN: > Implementation of conditional monitori

[ovs-dev] Windows-datapath ipsec_gre implementation

2016-07-21 Thread Paul Boca
Hi! On previous Windows OVS meeting we discussed about implementing IPsec in Windows for GRE tunnel. I already spent some time on this and I made some progress. The progress so far: -Tried ipsec_gre tunnel in Linux but the config file generated for racoon is not 100% compatible with W

Re: [ovs-dev] [PATCHv2 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-21 Thread Jarno Rajahalme
Looks good to me: Acked-by: Jarno Rajahalme > On Jul 19, 2016, at 2:25 PM, Ansis Atteka wrote: > > There are two issues that this patch fixes: > 1. it was impossible to set skb mark at all through > NXM_NX_PKT_MARK register for tunnel packets; AND > 2. ipsec_xxx tunnels would not be marked w

[ovs-dev] [PATCH] ovn: will not create patch port whose peer named "".

2016-07-21 Thread nickcooper-zhangtonghao
Hi, When linking the logical switch to the logical router, I find some WARN info in the ovs-vswitch log file. I think it is not necessary to create the logical patch port whose peer named "". commands: ovn-nbctl lr-add lr0 ovn-nbctl lrp-add lr0 lr0-p0 00:11:22:33:44:55 192.168.100.10/24 ovn-nbct

Re: [ovs-dev] Considering the possibility of integrating DPDK generic classifier APIs in OVS.

2016-07-21 Thread Chandran, Sugesh
Hi Mark & Jesse Thank you for looking into the the proposal, Please find my answers inline below. Regards _Sugesh > -Original Message- > From: Gray, Mark D > Sent: Wednesday, July 20, 2016 7:17 PM > To: Jesse Gross > Cc: Chandran, Sugesh ; > dev@openvswitch.org; Giller, Robin > Subject

[ovs-dev] [PATCH] ovn: remove the dead code.

2016-07-21 Thread nickcooper-zhangtonghao
It is not necessary to assign 0 to ip_csum. Signed-off-by: nickcooper-zhangtonghao --- ovn/controller/pinctrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ovn/controller/pinctrl.c b/ovn/controller/pinctrl.c index 7893872..b35576a 100644 --- a/ovn/controller/pinctrl.c +++ b/ovn/controller

Re: [ovs-dev] [ovn-ipv6 24/26] [RFC] ovn-northd: Implement basic IPv6 routing.

2016-07-21 Thread Zong Kai Li
On Wed, Jul 20, 2016 at 1:49 PM, Justin Pettit wrote: > >> On Jul 13, 2016, at 1:10 PM, Ben Pfaff wrote: >> >> On Mon, Jul 11, 2016 at 11:56:54PM -0700, Justin Pettit wrote: >>> Future commits will add support for dynamic IPv6/MAC bindings. >>> >>> TODO: >>>- ovn-northd man page needs updated

[ovs-dev] [PATCH] python: Send old values of the updated cols in notify for update2

2016-07-21 Thread Numan Siddique
When python IDL calls the "notify" function after processing the "update2" message from ovsdb-server, it is suppose to send the old values of the updated columns as the last parameter. But the recent commit "897c8064" sends the updated values. This breaks the behaviour. This patch fixes this issue.

Re: [ovs-dev] [PATCH 2/3] rhel/ovsdb-server.service: Rename the nonetwork service

2016-07-21 Thread Markos Chandras
On 07/20/2016 10:21 PM, Aaron Conole wrote: > Currently, openvswitch.service calls out to start > openvswitch-nonetwork.service. However, openvswitch-nonetwork.service > will be called ovsdb-server, so that it is a bit more reflective of > the dependencies. This commit does make the file a bit of

Re: [ovs-dev] [PATCH 1/3] utilities/ovs-ctl.in: Allow non-monitoring daemons

2016-07-21 Thread Markos Chandras
On 07/20/2016 10:21 PM, Aaron Conole wrote: > This commit allows the ovs-ctl command to spawn daemons without the > internal process monitor. This is useful when integrating with, > ex. systemd, which provides its own monitoring facilities. > > Signed-off-by: Aaron Conole > Acked-by: Ben Pfaff

[ovs-dev] [PATCH] ovn: will not create patch port whose peer named "".

2016-07-21 Thread nickcooper-zhangtonghao
Hi, When linking the logical switch to the logical router, I find some WARN info in the ovs-vswitch log file. I think it is not necessary to create the logical patch port whose peer named “”. commands: ovn-nbctl lr-add lr0 ovn-nbctl lrp-add lr0 lr0-p0 00:11:22:33:44:55 192.168.10

[ovs-dev] Report

2016-07-21 Thread Returned mail
The original message was received at Thu, 21 Jul 2016 13:06:07 +0530 from openvswitch.org [204.186.37.214] - The following addresses had permanent fatal errors - dev@openvswitch.org - Transcript of session follows - ... while talking to 137.45.226.54: >>> MAIL From:"Returned mail"