bridge: Log a warning when QoS misconfiguration is likely.
authorBen Pfaff <blp@nicira.com>
Wed, 20 Jul 2011 17:41:16 +0000 (10:41 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 20 Jul 2011 17:41:16 +0000 (10:41 -0700)
commit6a6e60bde300cad300c70eae5e2a1faba2046670
tree8111bf51ce209cc511fbfd03789a2993057a35a7
parent481db4883344161efab4bd5e7580e21411e62c9f
bridge: Log a warning when QoS misconfiguration is likely.

Queue 0 is documented as the "default queue" used when a packet is not
directed to any specific queue.  Many qdiscs drop packets not directed to a
queue if the default queue is not configured.  This is therefore likely to
be a misconfiguration, so warn about it.

Bug #5583.
vswitchd/bridge.c