Re: [ovs-dev] [PATCH 10/41] netdev-dummy: Add a dummy queue.

2016-01-20 Thread Ben Pfaff
On Tue, Jan 19, 2016 at 12:50:34PM -0800, Jarno Rajahalme wrote: > With a question (or two) for clarification below: > > Acked-by: Jarno Rajahalme Thanks, I applied this to master. ... > > static int > > +netdev_dummy_get_queue(const struct netdev *netdev OVS_UNUSED, > > +

Re: [ovs-dev] [PATCH 10/41] netdev-dummy: Add a dummy queue.

2016-01-19 Thread Jarno Rajahalme
With a question (or two) for clarification below: Acked-by: Jarno Rajahalme > On Jan 18, 2016, at 11:26 PM, Ben Pfaff wrote: > > 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

[ovs-dev] [PATCH 10/41] netdev-dummy: Add a dummy queue.

2016-01-18 Thread Ben Pfaff
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