[ovs-discuss] Slow to load flows

2015-06-17 Thread David J. Wilder
Hi- I am chasing a problem with intermittent delays in passing packets between ports of a switch (about 1 second delay). I did some brute force debugging with printks and saw an occasional 1 second delay in obtaining a flow from user-space into the kernel. Most of the flows are loaded with litt

Re: [ovs-discuss] Update of ofctl 'group' commands

2015-06-17 Thread r devarajan
Terribly sorry but could you tell me how to go about; say adding a group to bridge br0 Thank you,Nishanth Dev From: Ben Pfaff To: r devarajan Cc: discuss@openvswitch.org Sent: Wednesday, June 17, 2015 11:46 PM Subject: Re: [ovs-discuss] Update of ofctl 'group' commands On Wed, Jun

Re: [ovs-discuss] OVS 2.4 Release Plans

2015-06-17 Thread Ashok Chippa
Unfortunately some of our managers push us on dates... :( Thanks for the info. On Wed, Jun 17, 2015 at 2:27 PM, Justin Pettit wrote: > > > On Jun 17, 2015, at 2:21 PM, Ashok Chippa wrote: > > > > Yes I did... "We feel we are making progress on that front, and once > support is added, we will f

Re: [ovs-discuss] OVS 2.4 Release Plans

2015-06-17 Thread Justin Pettit
> On Jun 17, 2015, at 2:21 PM, Ashok Chippa wrote: > > Yes I did... "We feel we are making progress on that front, and once support > is added, we will follow it up quickly with another release, which will > likely be the next LTS" > > I was looking for a ballpark data for the next LTS... Ass

Re: [ovs-discuss] OVS 2.4 Release Plans

2015-06-17 Thread Ashok Chippa
Yes I did... "We feel we are making progress on that front, and once support is added, we will follow it up quickly with another release, which will likely be the next LTS" I was looking for a ballpark data for the next LTS... Assuming 4 per year, within the next 3 to 4 months? Would that be more

Re: [ovs-discuss] OVS dump-ports getting errors while traffic flowing

2015-06-17 Thread Traynor, Kevin
> -Original Message- > From: gowrishankar [mailto:gowrishanka...@linux.vnet.ibm.com] > Sent: Wednesday, June 17, 2015 6:32 PM > To: Traynor, Kevin; Ben Pfaff > Cc: jayachandran.subraman...@wipro.com; subramani.paramasi...@wipro.com; > pritesh.shi...@wipro.com; b...@openvswitch.org > Subjec

Re: [ovs-discuss] OVS 2.4 Release Plans

2015-06-17 Thread Ben Pfaff
Did you read what Justin wrote? On Wed, Jun 17, 2015 at 11:43:35AM -0700, Ashok Chippa wrote: > Hi Justin, > > Any ETA for OVS2.4 with Conntrack? > > Thanks, > Ashok > > On Thu, Jun 11, 2015 at 11:03 PM, Justin Pettit wrote: > > > We wanted to provide a quick update on the plan for the next c

Re: [ovs-discuss] OVS 2.4 Release Plans

2015-06-17 Thread Ashok Chippa
Hi Justin, Any ETA for OVS2.4 with Conntrack? Thanks, Ashok On Thu, Jun 11, 2015 at 11:03 PM, Justin Pettit wrote: > We wanted to provide a quick update on the plan for the next couple > releases. OVS 2.4 is shaping up to be a big release with a number of great > new features people are anxio

Re: [ovs-discuss] Update of ofctl 'group' commands

2015-06-17 Thread Ben Pfaff
On Wed, Jun 17, 2015 at 05:52:34PM +, r devarajan wrote: > Have the ovs-ofctl 'group' commands been implemented yet, I'm still > getting error. Groups are implemented. I guess you need to upgrade. ___ discuss mailing list discuss@openvswitch.org ht

[ovs-discuss] Update of ofctl 'group' commands

2015-06-17 Thread r devarajan
Have the ovs-ofctl 'group' commands been implemented yet, I'm still getting error. Thanks,Nishanth D  ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] packet modification on egress port

2015-06-17 Thread O Mahony, Billy
Hi Ben, Thanks so much for the prompt response. Looks like I might have been using --flow_format instead of -O. At least what I'm trying to do sounds feasible so I'll keep trying. /Billy. > -Original Message- > From: Ben Pfaff [mailto:b...@nicira.com] > Sent: Wednesday, June 17, 20

Re: [ovs-discuss] OVS dump-ports getting errors while traffic flowing

2015-06-17 Thread gowrishankar
On Wednesday 17 June 2015 08:57 PM, Traynor, Kevin wrote: Hi , We have brought up topology as below with OpenVSwitch 2.3.9 /DPDK enabled . Sending 128 bytes of frame as bidirectional from Agilent N2X(traffic generator) and observed that , in OVS we have found many errors(marked in red colour

Re: [ovs-discuss] packet modification on egress port

2015-06-17 Thread Ben Pfaff
On Wed, Jun 17, 2015 at 02:55:40PM +, O Mahony, Billy wrote: > My first problem is: > ovs-ofctl add-flow br0 "table=1,priority=1,in_port=1 > actions=write_actions(output:2),write_metadata:2,goto_table:2" > ovs-ofctl: none of the usable flow formats (OXM,OpenFlow11) is among the > allowed flo

Re: [ovs-discuss] OVS dump-ports getting errors while traffic flowing

2015-06-17 Thread Traynor, Kevin
> -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Ben Pfaff > Sent: Wednesday, June 17, 2015 5:42 AM > To: jayachandran.subraman...@wipro.com > Cc: subramani.paramasi...@wipro.com; pritesh.shi...@wipro.com; > b...@openvswitch.org > Subject: Re: [ovs

[ovs-discuss] packet modification on egress port

2015-06-17 Thread O Mahony, Billy
Hi All, I'm trying to set up OF flows on OVS that will modify packets just before egress on certain ports (but not other ports). As part of a generic vSwitch (not just OVS) performance test suite I'd like to be able to add certain packet modification actions (dec_ttl, push vlan tag, modify sr

Re: [ovs-discuss] Enable STP on fake bridge

2015-06-17 Thread Ben Pfaff
On Wed, Jun 17, 2015 at 09:26:30AM -0400, Petr Horacek wrote: > a question: Is it possible to set/get STP on fake-bridge/vlan > in OVS? This does not work: > $ vsctl set Bridge br0.1 stp_enable=true No, that's not supported. ___ discuss mailing list dis

[ovs-discuss] Enable STP on fake bridge

2015-06-17 Thread Petr Horacek
Hello, a question: Is it possible to set/get STP on fake-bridge/vlan in OVS? This does not work: $ vsctl set Bridge br0.1 stp_enable=true Thanks a lot, Petr ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss