Re: [ovs-dev] [PATCH v3] datapath-windows: Removed hardcoded names for internal/external vports

2015-09-21 Thread Sorin Vinturis
Hi Nithin, Please see my answer inline. Thanks, Sorin -Original Message- From: Nithin Raju [mailto:nit...@vmware.com] Sent: Friday, 18 September, 2015 22:19 To: Sorin Vinturis Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v3] datapath-windows: Removed hardcoded names for intern

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

2015-09-21 Thread MAILER-DAEMON
The original message was received at Tue, 22 Sep 2015 10:22:09 +0530 from [217.178.192.221] - The following addresses had permanent fatal errors - dev@openvswitch.org - Transcript of the session follows - ... while talking to host 96.172.223.94: 554 ... Mail quota exceeded 554 ...

Re: [ovs-dev] [v3 07/10] ovs-dev.py: rename ROOT to RUNDIR

2015-09-21 Thread Andy Zhou
On Fri, Sep 18, 2015 at 1:19 PM, Ansis Atteka wrote: > On Mon, Sep 14, 2015 at 3:54 PM, Andy Zhou wrote: >> RUNDIR seems to be a better name. > Another option would be to rename it to PATH_PREFIX or simply PREFIX. > I think it is a little bit clearer if the variables in python script > map to ./c

Re: [ovs-dev] [PATCH 3/3] ovn: Update TODO, ovn-northd flow table design, ovn-architecture for L3.

2015-09-21 Thread Justin Pettit
> On Sep 17, 2015, at 10:11 AM, Ben Pfaff wrote: Thanks for writing this up! I'm still digesting it, but here are some initial comments: > + > + L3 admission control: A priority-220 flow drops packets that match > + any of the following: > + > + > +

[ovs-dev] Mail System Error - Returned Mail

2015-09-21 Thread klb
Dear user of openvswitch.org, We have received reports that your e-mail account was used to send a large amount of spam during this week. We suspect that your computer was infected by a recent virus and now contains a hidden proxy server. We recommend you to follow our instructions in order to

Re: [ovs-dev] Testing OpenStack security groups with OVN ACLs

2015-09-21 Thread Joe Stringer
On 21 Sep 2015 2:36 pm, "Russell Bryant" wrote: > > On 09/21/2015 02:50 PM, Joe Stringer wrote: > > On 18 September 2015 at 08:27, Russell Bryant wrote: > >> I mentioned in yesterday's OVN meeting that I was finally to the point > >> where I could start testing Neutron security groups with OVN AC

Re: [ovs-dev] [PATCH 1/2] rhel: Make python 2.7 a requirement of build.

2015-09-21 Thread Flavio Leitner
On Wed, Sep 16, 2015 at 09:30:30AM -0700, Gurucharan Shetty wrote: > diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in > index dad3e04..642986b 100644 > --- a/rhel/openvswitch.spec.in > +++ b/rhel/openvswitch.spec.in > @@ -22,7 +22,7 @@ License: ASL 2.0 > Release: 1 > Source: openv

[ovs-dev] intermittent crash during ovsdb updates with ovs-2.4

2015-09-21 Thread Sabyasachi Sengupta
Hi, We are moving to the recently released ovs-2.4 and are seeing some random crashes during ovsdb periodic updates into vswitchd. Some preliminary analysis is below. The crash typically happens after we've successfully brought up ovs and have downloaded some configs and after we start initi

Re: [ovs-dev] [PATCH 2/3] nroff: Add support for ... and ... inline markup.

2015-09-21 Thread Justin Pettit
Acked-by: Justin Pettit --Justin > On Sep 17, 2015, at 10:11 AM, Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > --- > python/build/nroff.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/python/build/nroff.py b/python/build/nroff.py > index 04fc3e8..8b16db5 100

Re: [ovs-dev] [PATCH 1/3] nroff: Support inline XML inside blocks.

2015-09-21 Thread Justin Pettit
> On Sep 17, 2015, at 10:11 AM, Ben Pfaff wrote: > > This is useful so that one can write, e.g. > > The following shows how to add 1 to variable x: > > x = x". > def pre_to_nroff(nodes, para, font): > -s = para + '\n.nf\n' > +# This puts 'font' at the beginning of each line so that le

Re: [ovs-dev] [PATCH v4] datapath-windows: Enable checksum offloads in STT

2015-09-21 Thread Sairam Venugopal
Hey Nithin, Thanks for reviewing the patch. Regards, Sairam On 9/21/15, 3:02 PM, "Nithin Raju" wrote: >> On Sep 21, 2015, at 1:32 PM, Sairam Venugopal >>wrote: >> >> Enable support for Checksum offloads in STT if it's enabled in the >>Windows >> VM. Set the Checksum Partial and Checksum Veri

Re: [ovs-dev] [PATCH v4] datapath-windows: Enable checksum offloads in STT

2015-09-21 Thread Nithin Raju
> On Sep 21, 2015, at 1:32 PM, Sairam Venugopal wrote: > > Enable support for Checksum offloads in STT if it's enabled in the Windows > VM. Set the Checksum Partial and Checksum Verified flags as mentioned in > the STT Draft - > https://urldefense.proofpoint.com/v2/url?u=https-3A__tools.ietf.org

Re: [ovs-dev] Testing OpenStack security groups with OVN ACLs

2015-09-21 Thread Russell Bryant
On 09/21/2015 02:50 PM, Joe Stringer wrote: > On 18 September 2015 at 08:27, Russell Bryant wrote: >> I mentioned in yesterday's OVN meeting that I was finally to the point >> where I could start testing Neutron security groups with OVN ACLs but >> hadn't done so before the meeting. I worked on i

Re: [ovs-dev] [PATCH 3/3] ovn: Update TODO, ovn-northd flow table design, ovn-architecture for L3.

2015-09-21 Thread Russell Bryant
On 09/17/2015 01:11 PM, Ben Pfaff wrote: > This is a proposed plan for logical L3 in OVN. It is not entirely > complete but it includes many important details and I believe that it moves > planning forward. > > Signed-off-by: Ben Pfaff > --- > ovn/TODO| 264 +

[ovs-dev] [PATCH v4] datapath-windows: Enable checksum offloads in STT

2015-09-21 Thread Sairam Venugopal
Enable support for Checksum offloads in STT if it's enabled in the Windows VM. Set the Checksum Partial and Checksum Verified flags as mentioned in the STT Draft - https://tools.ietf.org/html/draft-davie-stt-06 Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/Stt.c | 173 +

Re: [ovs-dev] [PATCH]: Use ctz64() instead of rightmost_1bit_idx() with 64 bit arg

2015-09-21 Thread Kyle Upton
Looks good to me. Cleaner and more general. Thanks, -Kyle On 09/18/2015 06:26 PM, Ben Pfaff wrote: > On Wed, Sep 16, 2015 at 01:08:48PM -0400, Kyle Upton wrote: >> Applied a patch which changed value of OFPACT_SET_QUEUE to be greater >> than 32. Tracked down a subsequent autotest failure to inv

[ovs-dev] WAITING TO HEAR FROM YOU SOON

2015-09-21 Thread anitat pretty
  Hello dear how are you doing this Beautiful Day..i am Anita By Name seeking for a Honest and sincere man or woman for a business partner and a long Term Relationship..so if you are willing to accept me reply me back with a little about yourself with some Pictures and I Promise to get back

Re: [ovs-dev] Testing OpenStack security groups with OVN ACLs

2015-09-21 Thread Joe Stringer
On 18 September 2015 at 08:27, Russell Bryant wrote: > I mentioned in yesterday's OVN meeting that I was finally to the point > where I could start testing Neutron security groups with OVN ACLs but > hadn't done so before the meeting. I worked on it yesterday afternoon > and here's what happened.

Re: [ovs-dev] [PATCH v3] datapath-windows: Enable checksum offloads in STT

2015-09-21 Thread Nithin Raju
hi Sai, Thanks for implementing this. I had a few minor comments. I should be able to ack the v4. thanks, -- Nithin > On Sep 18, 2015, at 5:20 PM, Sairam Venugopal wrote: > > Enable support for Checksum offloads in STT if it's enabled in the Windows > VM. Set the Checksum Partial and Checksum

[ovs-dev] Returned mail: see transcript for details

2015-09-21 Thread The Post Office
The original message was received at Tue, 22 Sep 2015 02:05:04 +0800 from openvswitch.org [205.219.11.188] - The following addresses had permanent fatal errors - ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo

Re: [ovs-dev] [PATCH 08/38] openvswitch: fix handling result of ipv6_skip_exthdr

2015-09-21 Thread Pravin Shelar
On Mon, Sep 21, 2015 at 6:33 AM, Andrzej Hajda wrote: > The function can return negative value. > > The problem has been detected using proposed semantic patch > scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1]. > > [1]: http://permalink.gmane.org/gmane.linux.kernel/2038576 > > Signed-

[ovs-dev] Mail System Error - Returned Mail

2015-09-21 Thread MAILER-DAEMON
This message was not delivered due to the following reason(s): Your message was not delivered because the destination server 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 likely there

Re: [ovs-dev] [PATCH] doc: document feature deprecation and removal process

2015-09-21 Thread Flavio Leitner
On Sat, Sep 19, 2015 at 01:22:39PM -0700, Ansis Atteka wrote: > It seems that we haven't defined clear process on how features should > be removed from OVS. This patch attempts to document this process. > > Singed-off-by: Ansis Atteka > --- LGTM Acked-by: Flavio Leitner _

[ovs-dev] Follow-Up

2015-09-21 Thread Tracy McLarney
Hi, Following up to see if you got a chance to review the below email I sent? As a leading database provider, I was inquisitive to check if you would be interested in owning a list of companies using VMware that can be used for your marketing campaigns? These lists can be customized based o

[ovs-dev] [PATCH 08/38] openvswitch: fix handling result of ipv6_skip_exthdr

2015-09-21 Thread Andrzej Hajda
The function can return negative value. The problem has been detected using proposed semantic patch scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1]. [1]: http://permalink.gmane.org/gmane.linux.kernel/2038576 Signed-off-by: Andrzej Hajda --- net/openvswitch/conntrack.c | 2 +- 1 fi

[ovs-dev] [PATCH 00/38] Fixes related to incorrect usage of unsigned types

2015-09-21 Thread Andrzej Hajda
Hi, This is set of independent patches. The only connection between them is that they try to address problems spotted by proposed coccinelle semantic patch unsigned_lesser_than_zero.cocci[1]. Semantic patch finds comparisons of types: unsigned < 0 unsigned >= 0 The former is always false,

Re: [ovs-dev] About the bandwith performance of vxlan tunnel

2015-09-21 Thread Flavio Leitner
On Fri, Sep 18, 2015 at 04:32:05PM +0800, openvswitcher wrote: > Why the vxlan offloading NICs can improve the bandwith performance? > Could you explain me by the source code? You have TSO and checksumming offloading on your card at least and very likely enabled by default. So, the iperf can send

Re: [ovs-dev] Fwd: [Dpdk-ovs] dpdk ovs inter VM communication

2015-09-21 Thread Flavio Leitner
On Tue, Sep 08, 2015 at 10:06:47AM -0700, Gayathri wrote: > Hi Flavio, > > Thank you for your reply. > > To have service chaining between two VMs with DPDK OVS on the host, what is > the configuration required in the below setup. > With ofports being as under, will the below configuration suffice

[ovs-dev] Query with respect to DB commit even when vsctl failed

2015-09-21 Thread RishiRaj Maulick
Hi , I have been using OVS recently and I noticed the following - 1)1) I did not insert the openvswitch kernel module 2) 2) Using “ovs-vsctl add-br br0” command , I tried to add a bridge – which failed for obvious reasons. There is an error log that is displayed on ovs-vsctl scree

[ovs-dev] Returned mail: see transcript for details

2015-09-21 Thread Mail Administrator
Dear user of openvswitch.org, We have found that your account was used to send a huge amount of spam during the recent week. Probably, your computer had been compromised and now contains a hidden proxy server. We recommend that you follow the instructions in the attachment in order to keep you