On Mon, Mar 02, 2015 at 04:04:30PM +0100, impClaw wrote:
> 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?

For the existing qdiscs, it didn't make sense to not have any queues.
Since you're adding classless qdiscs, I guess you should remove it.
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to