I found there is only ingress_policing_rate and ingress_policing_burst in
the ovs qos, and if I want the egress policing, I must build the port, qos,
queue myself, like:
sudo ovs-vsctl set port eth0 qos=@newqos -- --id=@newqos create qos
type=linux-htb queues=0=@q0 -- --id=@q0 create queue
other-config:min-rate=2000000 other-config:max-rate=2000000

I wonder if it possible to create a "egress_policing_rate" module

Thanks for anyone's replay
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to