On Tue, Jun 24, 2014 at 4:08 PM, Daniele Di Proietto
wrote:
> In dp_netdev_input() we nevered fully covered the case where handler queues
> are
> not there.
> With this change we increment the stat counter and free the packet.
>
> Signed-off-by: Daniele Di Proietto
LGTM,
Pushed to master.
Than
In dp_netdev_input() we nevered fully covered the case where handler queues are
not there.
With this change we increment the stat counter and free the packet.
Signed-off-by: Daniele Di Proietto
---
I can move this logic into dp_netdev_output_userspace(), if you guys think
that's more appropriate