Re: [ovs-discuss] question about flow based tunneling

2016-03-01 Thread Zhao Jun
Hi, all We are the same person. For I have not received the emails from this mailing list, so I used another email to subscribe. I have solved this problem based on this email http://openvswitch.org/pipermail/discuss/2015-March/016892.html In order to avoid loop, the in_port should not be the

Re: [ovs-discuss] Could someone tell me how to shorten recovery time after a bonded port failed?

2016-03-01 Thread ZHANG Zhiming
Hi Andy, Thanks a lot! Best regards! ZHANG Zhiming Yunshan Networks From: Andy Zhou Date: 2016-03-02 04:22 To: zhangzhiming CC: discuss Subject: Re: Re: [ovs-discuss] Could someone tell me how to shorten recovery time after a bonded port failed? On Tue, Mar 1, 2016 at 6:19 AM, ZHANG

Re: [ovs-discuss] ovs-vsctl add-port -- how to specify particular DPDK device port?

2016-03-01 Thread John Wei
URL added: https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK.md On Tue, Mar 1, 2016 at 3:22 PM, John Wei wrote: > I am following instructions in this URL to setup ovs to use with DPDK. > > With the instruction, the first two dpdk ports were always used bu ovs: > > ovs-vsctl add-port br

[ovs-discuss] ovs-vsctl add-port -- how to specify particular DPDK device port?

2016-03-01 Thread John Wei
I am following instructions in this URL to setup ovs to use with DPDK. With the instruction, the first two dpdk ports were always used bu ovs: ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk ovs-vsctl add-port br0 dpdk1 -- set Interface dpdk1 type=dpdk How to tell ovs-vswitchd to

Re: [ovs-discuss] Could someone tell me how to shorten recovery time after a bonded port failed?

2016-03-01 Thread Andy Zhou
On Tue, Mar 1, 2016 at 6:19 AM, ZHANG Zhiming wrote: > Hi Andy, > > Could you help me answer another question? > > Have you tested the performance of OVS with an extra bridge and patch port? > Yes. I would not expect the performance to be much different. > > Thanks! > > Best regards! > > ---

[ovs-discuss] question about flow based tunneling

2016-03-01 Thread 俊 赵
Hi, all I have a question about flow based tunneling. In VM, I add a flow based tunnel port using "ovs-vsctl add-port wan-br tunnel -- set interface tunnel ofport-request=2 type=gre options:remote_ip=flow options:key=flow" And add the following flow rule "cookie=0x0, duration=2950.033s, table=0,

Re: [ovs-discuss] Rate limit bridge aggregate

2016-03-01 Thread Ben Pfaff
On Tue, Mar 01, 2016 at 10:10:36PM +1100, Alexander Turner wrote: > Is it possible to rate limit the aggregate bandwidth through a specific > bridge - say a bridge is limit to switching 1gbps of traffic irregardless > of the number of interfaces associated with it? No.

Re: [ovs-discuss] ovs-ofctl dump-flows command error : ***parse error***

2016-03-01 Thread Ben Pfaff
The error you saw still indicates a bug. What actions were there? On Tue, Mar 01, 2016 at 06:22:29AM -0800, David Gabriel wrote: > I fixed this issue. > In fact I have to use the -O option to specify the openflow version > ovs-ofctl dump-flows mybridge > > *-O OpenFlow13* > Thanks. > > 2016-03-

Re: [ovs-discuss] a segfault of ovs-dpdk

2016-03-01 Thread Traynor, Kevin
> -Original Message- > From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of ??? > Sent: Monday, February 29, 2016 10:07 AM > To: discuss@openvswitch.org > Subject: [ovs-discuss] a segfault of ovs-dpdk > > Hi all, > > When I test the ovs-dpdk, I get a segfault of ovs-vswitc

Re: [ovs-discuss] ovs-ofctl dump-flows command error : ***parse error***

2016-03-01 Thread David Gabriel
I fixed this issue. In fact I have to use the -O option to specify the openflow version ovs-ofctl dump-flows mybridge *-O OpenFlow13* Thanks. 2016-03-01 2:15 GMT-08:00 David Gabriel : > Dears > > I have an issue when I use ovs-ofctl dump-flows command to display flows. > In fact I am using ryu c

Re: [ovs-discuss] Could someone tell me how to shorten recovery time after a bonded port failed?

2016-03-01 Thread ZHANG Zhiming
Hi Andy, Could you help me answer another question? Have you tested the performance of OVS with an extra bridge and patch port? Thanks! Best regards! ZHANG Zhiming Yunshan Networks From: ZHANG Zhiming Date: 2016-02-26 09:56 To: Andy Zhou CC: discuss Subject: Re: Re: [ovs-discuss] Could som

[ovs-discuss] Rate limit bridge aggregate

2016-03-01 Thread Alexander Turner
Hiya, Is it possible to rate limit the aggregate bandwidth through a specific bridge - say a bridge is limit to switching 1gbps of traffic irregardless of the number of interfaces associated with it? Alexander Turner email: m...@alexturner.co AU mobile: +61 (0) 408 424 126 <+61408424126> TZ: U

[ovs-discuss] ovs-ofctl dump-flows command error : ***parse error***

2016-03-01 Thread David Gabriel
Dears I have an issue when I use ovs-ofctl dump-flows command to display flows. In fact I am using ryu controller to set writing metadata instruction. From the controller side all is fine but when I try to display the flows basing on the aformentionned command I get the following error but I disab