On Sat, Jun 1, 2013 at 12:20 AM, 阿坤 <752937...@qq.com> wrote:
> hello everyone, is there anyone who has done research in QoS of openvswitch?
> after we use the command
>
> ovs-vsctl set Interface tap0 ingress_policing_rate=1000
>
> ovs-vsctl set Interface tap0 ingress_policing_burst=100
>
> which function restricts the bandwidth of the packet flow ? I have read the
> functions which is used to receive,handle and send out the packet, but i
> didn't found the functions which implement the QoS or just use the data we
> set in above command. I'll be grateful if you can tell me which
> function/file implement the QoS function of openvswitch. if you can give me
> some reference material about the QoS of openvswitch, which deeply introduce
> the implementation of QoS in openvswitch, it would be better.Thank you!

The actual enforcement of QoS is handled by Linux's tc, not in OVS directly.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to