Re: [ovs-discuss] LACP bonding issue

2014-11-25 Thread Nussbaum, Jacob
Yea, I know. I was just looking for a reliable way to test bonded links across multiple OVS switches that reside on different VM's. Jacob From: Ben Pfaff [b...@nicira.com] Sent: Tuesday, November 25, 2014 11:06 AM To: Nussbaum, Jacob Cc: 'discuss@openvsw

Re: [ovs-discuss] LACP bonding issue

2014-11-25 Thread Nussbaum, Jacob
Jay, First off thank you for your response. I made the changes, and I had the same issue. I changed the setup slightly at first and set the interface type for the vxlan tunnels as the devices they would be utilizing for tunneling. After that didn't work I went back to the previous way I had

[ovs-discuss] re: where is the documentation about ovs CLI?

2014-11-25 Thread Yinpeijun
>>Please see my response below. >>On Nov 25, 2014, at 2:09 AM, Yinpeijun wrote: >> Hi, >> >> Now , I cann't get the ovs CLI pdf/html in the openvswitch.org website, so >> there are not be restored after the primary server >> >> problems? Someone should check that >>Yinpeijun, can you tell me

Re: [ovs-discuss] openvswitch multipath

2014-11-25 Thread 张伟
Sorry for another email. Yesterday from the function flow_hash_symmetric_l4() I have realized that symmetric_l4 does not contain udp port information. So I changed to use tcp and multiple clients. The multiple clients should have different source ports. However, all of the traffic still go to t

Re: [ovs-discuss] openvswitch multipath

2014-11-25 Thread 张伟
Thank you for your reply, Romain and Ben! I have tried to use two flows. One flow requests dst port , the other flow requests dst port . Since I use symmetric_l4 as hash, source port should be different in each request. However, these two flows go to the same link. I also tried to use

Re: [ovs-discuss] openvswitch multipath

2014-11-25 Thread Ben Pfaff
I think that it should work also. I have the same question as Romain. On Tue, Nov 25, 2014 at 11:17:16AM +0800, wrote: > Hi Ben, > > > This almost drove me mad. I need your help. Just now I checked the > match_format() function. My understanding is that multipath_execute() > function wi

Re: [ovs-discuss] ovs 2.1.2 does not accept mod_vlan_vid apply action

2014-11-25 Thread Ben Pfaff
On Tue, Nov 25, 2014 at 05:12:38PM +, Singhal, Abhinav wrote: > When I send Modify VLAN ID (mod_vlan_vid) as part of the apply > action instructions to OVS 2.1.2 from my controller, it does not > accept it and returns an error type OFPET_BAD_ACTION and code > OFPBAC_BAD_SET_ARGUMENT. I have not

Re: [ovs-discuss] where is the documentation about ovs CLI?

2014-11-25 Thread Scott Lowe
Please see my response below. On Nov 25, 2014, at 2:09 AM, Yinpeijun wrote: > Hi, > > Now , I cann't get the ovs CLI pdf/html in the openvswitch.org website, so > there are not be restored after the primary server > > problems? Someone should check that Yinpeijun, can you tell me exactly

Re: [ovs-discuss] LACP bonding issue

2014-11-25 Thread Jay Vosburgh
Nussbaum, Jacob wrote: >I’m sending this out again hoping someone has an idea because this is >baffling me. I have attached my configuration for both VM’s. > >I’m trying to configure a bonded tunnel between the 2 vm’s (2 bridges, S1 >and br0) > >Each time I set Lacp=active all of my links beside

Re: [ovs-discuss] openvswitch multipath

2014-11-25 Thread Romain Lenglet
How many distinct UDP flows are you sending in your test? --  Romain Lenglet On November 24, 2014 at 7:18:07 PM, 张伟 (zhang...@126.com) wrote: Hi Ben,  This almost drove me mad. I need your help. Just now I checked the match_format() function. My understanding is that multipath_execute() functio

Re: [ovs-discuss] Problem with deleting ports on a bridge of datapath_type "netdev"

2014-11-25 Thread Ferriter, Cian
Hey Alex, Sorry for the delay in coming back to you. Thanks for following up on this and submitting the patches you wrote. They fix the issue that I was seeing ( ports are now being freed properly ). Regards, Cian From: Alex Wang [mailto:al...@nicira.com] Sent: Friday, November 07, 2014 6:26 A

[ovs-discuss] LACP bonding issue

2014-11-25 Thread Nussbaum, Jacob
Hello, I'm trying to configure a bonded tunnel between 2 bridges, S1 and br0. Each time I set Lacp=active all of my links besides 1 are disabled. The bridges are running on two separate VM's using VXlan tunnels. I have attached my configuration, any ideas? Thanks, Jacob user@docker:~$ sudo o

Re: [ovs-discuss] LACP bonding issue

2014-11-25 Thread Ben Pfaff
On Tue, Nov 25, 2014 at 05:05:33PM +, Nussbaum, Jacob wrote: > I'm sending this out again hoping someone has an idea because this is > baffling me. I have attached my configuration for both VM's. > > I'm trying to configure a bonded tunnel between the 2 vm's (2 bridges, S1 and > br0) > > E

[ovs-discuss] ovs 2.1.2 does not accept mod_vlan_vid apply action

2014-11-25 Thread Singhal, Abhinav
When I send Modify VLAN ID (mod_vlan_vid) as part of the apply action instructions to OVS 2.1.2 from my controller, it does not accept it and returns an error type OFPET_BAD_ACTION and code OFPBAC_BAD_SET_ARGUMENT. I have not experienced issues with other action types on this ovs version. Moreov

Re: [ovs-discuss] LACP bonding issue

2014-11-25 Thread Nussbaum, Jacob
Hello Everyone, I'm sending this out again hoping someone has an idea because this is baffling me. I have attached my configuration for both VM's. I'm trying to configure a bonded tunnel between the 2 vm's (2 bridges, S1 and br0) Each time I set Lacp=active all of my links besides 1 are disab

[ovs-discuss] qb_ipcs_disconnect message in corosync cluster

2014-11-25 Thread Bharathiraja P
Hi, We run pacemaker+corosync cluster on OpenSuSE 13.1 QEMU guests. Nodes use OpenVSwitch bridge interface for communication. Frequently, one node gets disconnected from cib. This is the message seen in corosync logs, Nov 25 08:36:07 [3760] sysmon-secondarycib:debug: qb_ipcs_dispatch

Re: [ovs-discuss] Limit on num of flows in ovs 2.0

2014-11-25 Thread Ben Pfaff
On Tue, Nov 25, 2014 at 09:41:19AM +, Chetan Bali wrote: > I have a query related to max number of flows added using ovs-ofctl on > a single ovs bridge. We are trying to find the max limit of ovs flows. > > When we add the flows using ovs-ofctl, we are able to add 2000 flows > from the ovs cli

Re: [ovs-discuss] a suggestion to improve performance when adding lots of ports

2014-11-25 Thread Ben Pfaff
On Tue, Nov 25, 2014 at 05:36:31PM +0800, ychen wrote: >I have found that when adding lots of ports, system consumes more and more > time when ports number increasing. > And the main time is consumed on encapsulation and decapsulation the JSON > message between vsctl and ovsdb-server. > w

Re: [ovs-discuss] where is the documentation about ovs CLI?

2014-11-25 Thread Ben Pfaff
On Tue, Nov 25, 2014 at 09:09:32AM +, Yinpeijun wrote: > Now , I cann't get the ovs CLI pdf/html in the openvswitch.org > website, so there are not be restored after the primary server > problems? Someone should check that You can read the manpages locally instead. ___

Re: [ovs-discuss] QoS HTB queue prioritization

2014-11-25 Thread Ricardo Santos
Hello, Here's how it appears after I configure the QoS and respective queues in OVS (queue 2 should be prioritized): root@sender:~# ovs-vsctl list qos > _uuid : 31d09fbf-575b-4002-806c-108c35c575f9 > external_ids: {} > other_config: {} > queues : {1=58bf

[ovs-discuss] flow storage

2014-11-25 Thread Emma Anderson
Hi, Can anyone point me out to the source file where flows are stored and matched? ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Limit on num of flows in ovs 2.0

2014-11-25 Thread Chetan Bali
Hi All, I have a query related to max number of flows added using ovs-ofctl on a single ovs bridge. We are trying to find the max limit of ovs flows. When we add the flows using ovs-ofctl, we are able to add 2000 flows from the ovs clis. But when we send the traffic for 2K flows, only ~1250 flo

Re: [ovs-discuss] MPLS double POP bug?

2014-11-25 Thread Stefano Salsano
Il 25/11/2014 00:37, Pravin Shelar ha scritto: [...] Multiple MPLS PUSH and pop should be handled without userspace action. multiple MPLS PUSH can be a single action, kernel datapath support this operation. Multiple POP can be handled by recirculating after every MPLS POP action. If you are goin

[ovs-discuss] a suggestion to improve performance when adding lots of ports

2014-11-25 Thread ychen
hi: I have found that when adding lots of ports, system consumes more and more time when ports number increasing. And the main time is consumed on encapsulation and decapsulation the JSON message between vsctl and ovsdb-server. when vsctl starts, it will first send monitor request to ovsdb

[ovs-discuss] where is the documentation about ovs CLI?

2014-11-25 Thread Yinpeijun
Hi, Now , I cann't get the ovs CLI pdf/html in the openvswitch.org website, so there are not be restored after the primary server problems? Someone should check that ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/list