[ovs-discuss] how to configure the flow table about forwarding

2017-04-10 Thread y...@panath.cn
Hi everyone, There is a problem about ovs + kernel, I should how to configure the flow table to realize the ovs port 1 in the flow of data from the port 1 forwarded? Whether can use the following command: sudo ovs-ofctl add-flow br0 in_port=1,actions=output:1 Application scenario: I want to by m

Re: [ovs-discuss] how to configure the flow table about forwarding

2017-04-10 Thread Venugopal Reddy K
Hi, If the in_port and out_port are same switch drops it. You should be using IN_PORT instead. Like this : sudo ovs-ofctl add-flow br0 in_port=1,actions=IN_PORT Regards, Venu From: ovs-discuss-boun...@openvswitch.org [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of y...@panath.cn Sen

[ovs-discuss] 回复: RE: how to configure the flow table about forwarding

2017-04-10 Thread y...@panath.cn
Thank you very much! y...@panath.cn 发件人: Venugopal Reddy K 发送时间: 2017-04-10 16:52 收件人: y...@panath.cn; ovs-discuss 主题: RE: [ovs-discuss] how to configure the flow table about forwarding Hi, If the in_port and out_port are same switch drops it. You should be using IN_PORT instead. Like thi

Re: [ovs-discuss] prioritizing latency-sensitive traffic

2017-04-10 Thread O Mahony, Billy
Hi Everybody, I just wanted to reflag this discussion below about possible methods of how to prioritize certain types of traffic handled by OVS. By prioritize I mean either or both of: a) 'priority' packets are sent to their destination port faster than other packets b) in an overloaded situati

Re: [ovs-discuss] prioritizing latency-sensitive traffic

2017-04-10 Thread Darrell Ball
On 4/10/17, 2:30 AM, "ovs-discuss-boun...@openvswitch.org on behalf of O Mahony, Billy" wrote: Hi Everybody, I just wanted to reflag this discussion below about possible methods of how to prioritize certain types of traffic handled by OVS. By prioritize I mean either or

Re: [ovs-discuss] OVS Errors

2017-04-10 Thread Sun Paul
is there any reason why those info come out? On Sat, Apr 8, 2017 at 6:08 AM, Ben Pfaff wrote: > None of those are errors. > > On Fri, Apr 07, 2017 at 09:26:22AM +0800, Sun Paul wrote: >> Hi >> >> we used OVS to create bridge interface and passing SCTP traffics on >> it, after running a period of