Re: [ovs-dev] [PATCH] dpif-netdev: Delete packet if not able to do upcall

2014-06-25 Thread Pravin Shelar
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

[ovs-dev] [PATCH] dpif-netdev: Delete packet if not able to do upcall

2014-06-24 Thread Daniele Di Proietto
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