Re: [ovs-dev] [PATCH] ovsdb: Force columns that contain weak references to be immutable.

2016-04-10 Thread Elluru, Krishna Mohan
Hi Ben, If the below idea of allowing NULL values for Indexed columns makes sense., shall we add an attribute (allow_null_index = false kind) as an optional parameter for such type of columns and ensure compatibility with existing/old schema? Does it sound okay? Thanks Krishna Mohan

Re: [ovs-dev] [PATCH] ovsdb: Force columns that contain weak references to be immutable.

2016-04-10 Thread Ben Pfaff
On Mon, Apr 04, 2016 at 10:38:40PM +, Ansari, Shad wrote: > > > > HI Ben, > > How does column which is weak reference and also configured as > > an Index? If it is mutable, and the corresponding UUID going away(deletion > > of record) leaves column value as NULL right? And what would be

Re: [ovs-dev] [PATCH] ovsdb: Force columns that contain weak references to be immutable.

2016-04-10 Thread Ben Pfaff
I was on vacation last week; I'm back now. On Mon, Apr 11, 2016 at 02:50:21AM +, Elluru, Krishna Mohan wrote: > HI Ben, > Gentle reminder, in case you missed it :). I am still waiting for your > reply. > > Thanks > Krishna Mohan > > -Original Message- > From: dev

Re: [ovs-dev] [PATCH] ovsdb: Force columns that contain weak references to be immutable.

2016-04-10 Thread Ben Pfaff
On Mon, Apr 04, 2016 at 04:01:43AM +, Elluru, Krishna Mohan wrote: > HI Ben, > How does column which is weak reference and also configured as an > Index? If it is mutable, and the corresponding UUID going away(deletion of > record) leaves column value as NULL right? And what would be

[ovs-dev] [PATCH v3 1/1] ovn: Add column enabled to table Logical_Router

2016-04-10 Thread Na Zhu
This patch add column "enabled" to table Logical_Router for setting router administrative state. The type of "enabled" is bool. If the administrative state is false, delete all the flows relevant to the logical router from table Logical_Flow. Signed-off-by: Na Zhu ---

Re: [ovs-dev] A proposal of ovn-scale-test tool

2016-04-10 Thread Lei Huang
Hi Baohua, Rally guys are working on splitting Rally from OpenStack, after they done that, ovn-scale-test can be implemented as a pure plugin of Rally without customized deployment and task procedure. I think ovn-scale-test as a plugin is not necessary to integrate back to rally repo, this also

[ovs-dev] Using conntrack ALGs other than FTP

2016-04-10 Thread Ben Warren
Hi, I’d like to use ALGs other than FTP (TFTP, and another one that I’m writing) and see several barriers in OVS that appear to be mostly artificial. Here’s my understanding - please correct where necessary: • the command-line parser will only allow “alg=ftp”, and if this is found it encodes

Re: [ovs-dev] A proposal of ovn-scale-test tool

2016-04-10 Thread Baohua Yang
interesting work! will it be integrated back to rally repo? On Mon, Apr 11, 2016 at 10:21 AM, Lei Huang wrote: > Hi, > > In last few months we created a ovn scalability test tool, it is > implemented based on openstack/rally project, its repo is >

Re: [ovs-dev] A proposal of ovn-scale-test tool

2016-04-10 Thread Han Zhou
On Sun, Apr 10, 2016 at 7:21 PM, Lei Huang wrote: > > Hi, > > In last few months we created a ovn scalability test tool, it is implemented based on openstack/rally project, its repo is https://github.com/l8huang/ovn-scale-test. > > Its basic usage is creating thounsands of

Re: [ovs-dev] [PATCH] ovsdb: Force columns that contain weak references to be immutable.

2016-04-10 Thread Elluru, Krishna Mohan
HI Ben, Gentle reminder, in case you missed it :). I am still waiting for your reply. Thanks Krishna Mohan -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Elluru, Krishna Mohan Sent: Monday, April 04, 2016 9:32 AM To: Ben Pfaff Cc:

[ovs-dev] A proposal of ovn-scale-test tool

2016-04-10 Thread Lei Huang
Hi, In last few months we created a ovn scalability test tool, it is implemented based on openstack/rally project, its repo is https://github.com/l8huang/ovn-scale-test. Its basic usage is creating thounsands of ovs sandboxes(to simulate HVs) on multiple BMs, and create and bind lports to these

[ovs-dev] OVS PatchWork Update

2016-04-10 Thread alexw
30+ Day Old Patches === ID State Date Name -- - 587107 New2016-02-23 21:39:57 [ovs-dev,v3] lib/ovs-thread: Add Transactional Memory (TM) support. 587370 New2016-02-24 12:47:34 [ovs-dev,v2] dpif-netdev:

[ovs-dev] [PATCH v2 0/3] basis of OF1.6 support

2016-04-10 Thread Ben Pfaff
I previously posted these patches in August. This is merely a rebase. Ben Pfaff (3): vswitch.xml: OpenFlow 1.5 has been released. Add skeleton for OF1.6 support. ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION. FAQ.md | 33

[ovs-dev] [PATCH v2 1/3] vswitch.xml: OpenFlow 1.5 has been released.

2016-04-10 Thread Ben Pfaff
From: Ben Pfaff Signed-off-by: Ben Pfaff --- vswitchd/vswitch.xml | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 7d6976f..161e163 100644 --- a/vswitchd/vswitch.xml +++

[ovs-dev] [PATCH v2 3/3] ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.

2016-04-10 Thread Ben Pfaff
From: Ben Pfaff ONF-JIRA: EXT-550 Signed-off-by: Ben Pfaff --- include/openvswitch/ofp-errors.h | 6 +++--- lib/ofp-util.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/openvswitch/ofp-errors.h

[ovs-dev] [PATCH v2 2/3] Add skeleton for OF1.6 support.

2016-04-10 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- FAQ.md | 33 +-- build-aux/extract-ofp-errors | 3 +- build-aux/extract-ofp-msgs | 3 +- include/openflow/openflow-common.h | 5 ++- lib/ofp-actions.c | 1 + lib/ofp-errors.c

Re: [ovs-dev] lock ordering from Valgrind --tool=helgrind

2016-04-10 Thread Ben Pfaff
On Wed, Feb 24, 2016 at 12:40:33PM -0800, William Tu wrote: > These two locks are reported by helgrind which have ordering inconsistency. > "netdev_class_mutex" > "route_table_mutex" > http://openvswitch.org/pipermail/discuss/2016-February/020216.html Thanks for the report. Somehow I didn't get

[ovs-dev] my life is in DANGER

2016-04-10 Thread Stan ogb
Please Sir, help me my life is in DANGER my late husband brothers want to kill me over of my late husband properties,because i have no CHILD. Please reply to my private Email at (rose_s...@yahoo.ca) for me to give you more details, because I am using my friend Email address Mr Stanley to send you

Re: [ovs-dev] [PATCH] Configure or disable ovn-controller probe timer on the fly

2016-04-10 Thread Ben Pfaff
That's correct. I've been on vacation but I'll try to review the new version soon. On Sun, Apr 03, 2016 at 10:55:49PM -0700, Nirapada Ghosh wrote: > > Hi Ben, > > Thanks much for confirming, not sure about the right process here, I > submitted version 3 of my patch [version 2 had some problems

Re: [ovs-dev] SAI ofproto provider for OvS

2016-04-10 Thread Ben Pfaff
On Wed, Apr 06, 2016 at 12:02:33AM +0200, Petr Machata wrote: > Ben Pfaff writes: > > > We would be pleased to take additional ofproto pr oviders as long as > > they are clean and maintainable (and actually maintained). We would > > We will want to put forward code that is up to

Re: [ovs-dev] Question about ovn-controller CLEAR_FLOWS state

2016-04-10 Thread Ben Pfaff
On Wed, Apr 06, 2016 at 11:34:05AM +0800, 张东亚 wrote: > Recently I am reading ovn source code, there are some STATES before OVN > controller shift to UPDATE_FLOWS state, one state is named CLEAR_FLOWS, > which seems clear all the flows in the ovs-vswitchd before programming new > flows, IMHO this

Re: [ovs-dev] [PATCH] SECURITY.md: Increase embargo period from 3-5 to 10-15 business days.

2016-04-10 Thread Ben Pfaff
On Wed, Apr 06, 2016 at 12:44:02AM -0300, Flavio Leitner wrote: > On Thu, Mar 31, 2016 at 09:54:03PM -0700, Ben Pfaff wrote: > > When we recently ran a genuine vulnerability through this process, we > > discovered that 3-5 days was far too short. The business processes behind > > releasing fixed

Re: [ovs-dev] [PATCH] SECURITY.md: Increase embargo period from 3-5 to 10-15 business days.

2016-04-10 Thread Ben Pfaff
On Sat, Apr 02, 2016 at 04:07:50PM -0600, Ryan Moats wrote: > "dev" wrote on 03/31/2016 11:54:03 PM: > > > From: Ben Pfaff > > To: dev@openvswitch.org > > Cc: Ben Pfaff > > Date: 03/31/2016 11:54 PM > > Subject: [ovs-dev] [PATCH]

Re: [ovs-dev] unit of burst in ingress_policing

2016-04-10 Thread Ben Pfaff
No, I'm talking about the rest of the comment, please read it again. The difference between 1000 vs 1024 bits is a trivial 2.4% difference. On Sun, Apr 10, 2016 at 09:46:28PM +0200, Sławek Kapłoński wrote: > Hello, > > Thx for anwear and checking that. AFAIU You are talking about issue with SI

Re: [ovs-dev] unit of burst in ingress_policing

2016-04-10 Thread Sławek Kapłoński
Hello, Thx for anwear and checking that. AFAIU You are talking about issue with SI and IEC units and problem with it. I'm not talking about such issue or not issue. What I pointed here is that (from comment in ovs code) ovs is doing something like: "sbin/tc filter add dev parent :

Re: [ovs-dev] [PATCH v5] datapath-windows: Hot add CPU support.

2016-04-10 Thread Ben Pfaff
On Thu, Apr 07, 2016 at 11:21:12AM +, Sorin Vinturis wrote: > Hot add CPU is the ability to dynamically add CPUs to a running > system. Adding CPUs can occur physically by adding new hardware, > logically by online hardware partitioning, or virtually through > a virtualization layer. > > This

Re: [ovs-dev] unit of burst in ingress_policing

2016-04-10 Thread Ben Pfaff
On Thu, Apr 07, 2016 at 09:28:50PM +0200, Sławek Kapłoński wrote: > Hello, > > I'm playing littlebit with ingress policing in openvswitch and I found some > kind of inconsistency. > In docs and in source code (https://github.com/openvswitch/ovs/blob/master/ > lib/netdev-linux.c#L4698) there is

Re: [ovs-dev] cksum: Refine schema cksum validation

2016-04-10 Thread Ben Pfaff
On Thu, Apr 07, 2016 at 10:43:20PM +, Rodriguez Betancourt, Esteban wrote: > Calculates the cksum removing the cksum line using a more > strict regex than the used previously. > It fixes a problem when calculating the cksum of a schema that > has fields with the substring cksum (e.g.: a

Re: [ovs-dev] [PATCH v6 06/12] dpif-netdev: Wait an RCU grace period before freeing ports.

2016-04-10 Thread Ben Pfaff
On Fri, Apr 08, 2016 at 03:12:59AM +, Daniele Di Proietto wrote: > > > On 01/04/2016 09:52, "Jarno Rajahalme" wrote: > > > > >> On Mar 30, 2016, at 8:08 PM, Daniele Di Proietto > >> wrote: > >> > >> > >> On 30/03/2016 16:01, "Ben Pfaff"

Re: [ovs-dev] Applying QoS on Logical Ports

2016-04-10 Thread Justin Pettit
Please don't drop the list. Yes, that's possible, since veth pairs show up as proper Linux devices. --Justin > On Apr 10, 2016, at 7:55 AM, Faseela K wrote: > > Hi Justin, >Thanks for your reply. > I read some answer on ovs-discuss forum, where they mentioned

Re: [ovs-dev] [PATCH] Add configurable OpenFlow port name.

2016-04-10 Thread Ben Pfaff
On Fri, Apr 08, 2016 at 05:38:16PM +0800, Xiao Liang wrote: > Add new column "ofname" in Interface table to configure port name reported > to controllers with OpenFlow protocol, thus decouple OpenFlow port name from > device name. > > For example: > # ovs-vsctl set Interface eth0 ofname=wan >

Re: [ovs-dev] [PATCH] Add configurable OpenFlow port name.

2016-04-10 Thread Ben Pfaff
On Sat, Apr 09, 2016 at 04:08:22PM -0700, Han Zhou wrote: > On Friday, April 8, 2016, Xiao Liang wrote: > > > > Add new column "ofname" in Interface table to configure port name reported > > to controllers with OpenFlow protocol, thus decouple OpenFlow port name > from > >

[ovs-dev] status

2016-04-10 Thread Post Office
This Message was undeliverable due to the following reason: Your message was not 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] quick question about: dev7.thedataarchive.com

2016-04-10 Thread Ryan Brody
Hey there! Just wanted to follow up one last time to see if you were interested in working with us? Ryan On Wed, Apr 6, 2016 at 9:06 AM, Ryan Brody wrote: Hi there, Just wanted to check back in to see if you

[ovs-dev] delivery failed

2016-04-10 Thread Automatic Email Delivery Software
Message could not be delivered ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev