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,
> > +
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
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