dpif-netdev: Account for and free lost packets.
authorDaniele Di Proietto <diproiettod@vmware.com>
Fri, 27 Mar 2015 16:29:50 +0000 (16:29 +0000)
committerEthan Jackson <ethan@nicira.com>
Mon, 30 Mar 2015 20:17:41 +0000 (13:17 -0700)
commit7ad20cbd96b9b33a2e01be36dc51674fde8b67bf
tree7f239bebd802ac711057858723b4b151e5017e30
parent0d42597cd1b9fa32fdfc6c033c97d28c09087b57
dpif-netdev: Account for and free lost packets.

Packets for which an upcall has failed (lost packets) must be deleted.
We also need to count them as MISS and LOST.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/dpif-netdev.c