netdev-linux: Make queue 0 the default QOS policy
authorEthan Jackson <ethan@nicira.com>
Thu, 21 Oct 2010 22:28:36 +0000 (22:28 +0000)
committerEthan Jackson <ethan@nicira.com>
Thu, 21 Oct 2010 23:03:03 +0000 (16:03 -0700)
commit4ecf12d5018374783cfd35b01cad71043a03f4ce
tree00213b4ba80b24dc7bed0c3017e947aab275f403
parent99707a7afeea9877334825a18b027662bbabc270
netdev-linux: Make queue 0 the default QOS policy

This patch defines, by convention, queue 0 as the default queue in
a particular QOS.  Thus, if queue 0 is defined, all traffic going
through the relevant interface will be enqueued in it. If queue 0
is not defined then ovs will send the traffic directly through the
interface without applying any policy to it.
lib/netdev-linux.c