I have implemented support for classless qdiscs fq_codel, codel, sfq and red in open vswitch. However, there is a line of code in 'vswitchd/bridge.c' that forbids configuring a qos without at least one queue (qos->n_queues < 1):
3671 if (!qos || qos->type[0] == '\0' || qos->n_queues < 1) { What is the reason behind this? Will it break anything if I remove it? Thanks _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev