learning-switch: Add support for OpenFlow queues.
authorBen Pfaff <blp@nicira.com>
Tue, 20 Jul 2010 18:18:24 +0000 (11:18 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Jul 2010 18:18:24 +0000 (11:18 -0700)
commitc71270b7aefddd967d7dd5446f7701241380b09d
treea3b822fdf94a1582824bcbaacbaa17840a27997d
parent81f3cad4d38768c35dce97e63ba9dd3225e5d59f
learning-switch: Add support for OpenFlow queues.

Before, an lswitch always sent packets using OFPAT_OUTPUT, which always
uses the default OpenFlow queue.  To help me debug the Open vSwitch QoS
implementation, I want to be able to send packets on other queues, so
this commit adds that feature.
lib/learning-switch.c
lib/learning-switch.h