Re: [ovs-discuss] high cpu with revalidator threads

2017-02-03 Thread Joe Stringer
On 3 February 2017 at 14:31, Vijay Sampath wrote: > Hi Joe, > > Thanks for the reply; I will play with limiting the number of flows. > > So what would be the way to wildcard src/dst MACs? Is there another type of > action I can specify. If you know a priori where you want packets to go based on p

Re: [ovs-discuss] high cpu with revalidator threads

2017-02-03 Thread Vijay Sampath via discuss
Hi Joe, Thanks for the reply; I will play with limiting the number of flows. So what would be the way to wildcard src/dst MACs? Is there another type of action I can specify. Thanks, Vijay On Fri, Feb 3, 2017 at 2:28 PM, Joe Stringer wrote: > On 3 February 2017 at 14:26, Joe Stringer wrote:

Re: [ovs-discuss] high cpu with revalidator threads

2017-02-03 Thread Joe Stringer
On 3 February 2017 at 14:26, Joe Stringer wrote: > On 3 February 2017 at 11:25, Vijay Sampath via discuss > wrote: >> We have a default rule in ovs which I assume makes it behave like a regular >> L2 switch >> >> cookie=0x0, duration=71407.425s, table=0, n_packets=33577078, >> n_bytes=3872233659

Re: [ovs-discuss] high cpu with revalidator threads

2017-02-03 Thread Joe Stringer
On 3 February 2017 at 11:25, Vijay Sampath via discuss wrote: > We have a default rule in ovs which I assume makes it behave like a regular > L2 switch > > cookie=0x0, duration=71407.425s, table=0, n_packets=33577078, > n_bytes=38722336595, idle_age=0, hard_age=65534, priority=0 actions=NORMAL >

Re: [ovs-discuss] Does OVN support to set traffic routing rules?

2017-02-03 Thread Henry Fourie
Jason, There has been some initial work on SFC for OVN: http://openvswitch.org/support/ovscon2016/7/1400-fourie.pdf https://mail.openvswitch.org/pipermail/ovs-dev/2017-February/328377.html -Louis From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On

Re: [ovs-discuss] Does OVN support to set traffic routing rules?

2017-02-03 Thread Ben Pfaff
On Fri, Feb 03, 2017 at 07:52:28PM +, Shuaijun Zhang wrote: > > > > > > > > Message: 2 > > Date: Fri, 3 Feb 2017 09:32:41 -0700 > > From: Scott Lowe > > To: ovs-discuss@openvswitch.org > > Subject: Re: [ovs-discuss] Does OVN support to set traffic routing > > rules? > > Message-ID: >

Re: [ovs-discuss] Does OVN support to set traffic routing rules?

2017-02-03 Thread Shuaijun Zhang
> > > > Message: 2 > Date: Fri, 3 Feb 2017 09:32:41 -0700 > From: Scott Lowe > To: ovs-discuss@openvswitch.org > Subject: Re: [ovs-discuss] Does OVN support to set traffic routing > rules? > Message-ID: > Content-Type: text/plain; charset=utf-8 > > On 02/03/2017 07:10 AM, Shuaijun Zhang w

[ovs-discuss] high cpu with revalidator threads

2017-02-03 Thread Vijay Sampath via discuss
We have a default rule in ovs which I assume makes it behave like a regular L2 switch cookie=0x0, duration=71407.425s, table=0, n_packets=33577078, n_bytes=38722336595, idle_age=0, hard_age=65534, priority=0 actions=NORMAL Through a traffic generator we are sending unknown unicast traffic/broadc

Re: [ovs-discuss] selective packet mirror

2017-02-03 Thread Ben Pfaff
Maybe you just misunderstand the syntax. "output:tap0" is always going to be an error because output ports have to be specified by number, e.g. "output:3" if tap0 is port 3. On Fri, Feb 03, 2017 at 10:26:03AM -0800, Joo Yong-Seok wrote: > Thanks for your answer. Actually, when I ran "ovs-ofctl" c

Re: [ovs-discuss] selective packet mirror

2017-02-03 Thread Joo Yong-Seok
Thanks for your answer. Actually, when I ran "ovs-ofctl" command to insert the rule, it complained like "output to unknown port". That seems to be first issue. I was trying to redirect the packet to tap0 by specifying the output port. Secondly, no matter what the error is, I ran the traffic, and de

Re: [ovs-discuss] ovs-vsctl: Input validation error with 'invalid' strings

2017-02-03 Thread Ben Pfaff
On Fri, Feb 03, 2017 at 11:02:39AM +, Gabor Locsei wrote: > Due to an unitialized script variable, we managed to create a bridge with an > 'empty' name. > > ovs-vsctl threw an error but the object was created nonetheless. I reproduced > the error on different versions. > To avoid interferen

Re: [ovs-discuss] Does OVN support to set traffic routing rules?

2017-02-03 Thread Scott Lowe
On 02/03/2017 07:10 AM, Shuaijun Zhang wrote: > Hi All, > > With using OVN, we can create the logical switch and logical ports, > these switch and ports are applied to each hosts in the cluster. My > question is that can we use OVN to add traffic flow routing rules, > > for example: > the traffi

[ovs-discuss] Does OVN support to set traffic routing rules?

2017-02-03 Thread Shuaijun Zhang
Hi All, With using OVN, we can create the logical switch and logical ports, these switch and ports are applied to each hosts in the cluster. My question is that can we use OVN to add traffic flow routing rules, for example: the traffic can go from A directly to C (A->C), but I want the traffic to

[ovs-discuss] ovs-vsctl: Input validation error with 'invalid' strings

2017-02-03 Thread Gabor Locsei
Hello, Due to an unitialized script variable, we managed to create a bridge with an 'empty' name. ovs-vsctl threw an error but the object was created nonetheless. I reproduced the error on different versions. To avoid interference with our own code and environment settings, I installed 2.6.1