[ovs-discuss] About ovs2.8.1 & meter & iperf

2018-02-02 Thread man
Hi,
excuse me,when I used the ovs2.8.1 and implemented  “ovs-ofctl -O OpenFlow13 
add-meter s2 meter=1,kbps,band=type=drop,rate=1” the CLI output 
“OFPMMFC_INVALID_METER”.  If I typed "ovs-vsctl set bridge s2 
datapath_type=netdev" before, it was succeed.  
But if ovs was ”netdev“, the iperf test was failture.


ryu-manager simple_switch_13.py
mn --topo linear,3 --mac --switch ovs,protocols=OpenFlow13 --controller remote




The result is as follows:
The server did not show the result.
So I really want to know "netdev" model and the meter has what kind of 
relationship?
What to do to use meter in ovs2.8.1 and test success?


I hope you can answer it.

Thank you very much!___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


Re: [ovs-discuss] About ovs2.8.1 & meter & iperf

2018-02-03 Thread Guoshuai Li

Hello,

ovs 2.8 only support meter in netdev bridge, "netlink" does not support.

there are currently some patches, you can follow:
https://mail.openvswitch.org/pipermail/ovs-dev/2018-January/343960.html


Thanks, Guoshuai.

Hi,
excuse me,when I used the ovs2.8.1 and implemented  “/ovs-ofctl -O 
OpenFlow13 add-meter s2 meter=1,kbps,band=type=drop,rate=1/” the 
CLI output “OFPMMFC_INVALID_METER”. If I typed "/ovs-vsctl set bridge 
s2 datapath_type=netdev/" before, it was succeed.

But if ovs was ”netdev“, the iperf test was failture.

/ryu-manager simple_switch_13.py/
/mn --topo linear,3 --mac --switch ovs,protocols=OpenFlow13 
--controller remote/



The result is as follows:
The server did not show the result.
So I really want to know "netdev" model and the meter has what kind of 
relationship?

What to do to use meter in ovs2.8.1 and test success?

I hope you can answer it.
Thank you very much!




___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss