netdev-dummy: Add a dummy queue.
authorBen Pfaff <blp@ovn.org>
Wed, 20 Jan 2016 16:16:09 +0000 (08:16 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 20 Jan 2016 16:16:09 +0000 (08:16 -0800)
commitf72dff1afe101594e086366e894a3de02a770a98
treea5b0a23f7dedeaa82a936d6dc4152be8c985a39d
parentd2e5fa1f91a1465b608adf513509f27c853f1250
netdev-dummy: Add a dummy queue.

Until now it's been pretty hard to properly test any of the queue support,
because the dummy network device doesn't have any queues.  By adding one
queue to the dummy network device (queue 0), we can get slightly higher
confidence that OVS queue support works correctly.  I suppose we could do
even better if we made the dummy network device support modifying the
queues, but that's a job for another day.

Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netdev-dummy.c
tests/ofproto.at