On Fri, Jun 05, 2015 at 07:19:14PM +0200, Luca Bianchi wrote: > I am trying to configure QoS on OVS, running on mininet network. > > I install a PRIO qdisc on an interface with the command > > tc qdisc add dev s1-eth4 root handle 1: prio > > and then the classes 1:1, 1:2, 1:3 are automatically created. > > The problem is that every user flow passing from that interface now has the > whole interface capacity. > > E.g. 3 user TCP flows pass from this interface (link of capacity 10Mbps), > everyone > is served with 10Mbps...that is impossible. With htb qdisc (also if > configured with tc commands) > there are no problems.
Are you just reporting how the prio qdisc works, or are you talking about some interaction between OVS and the prio qdisc? _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
