Re: [ovs-dev] [PATCHv4 1/9] dpif-netdev: Account for and free lost packets.

2015-03-30 Thread Ethan Jackson
Acked-by: Ethan Jackson Merged, thanks. On Fri, Mar 27, 2015 at 9:29 AM, Daniele Di Proietto wrote: > 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 > --- > lib/dpif-netdev.c | 3 +++

[ovs-dev] [PATCHv4 1/9] dpif-netdev: Account for and free lost packets.

2015-03-27 Thread Daniele Di Proietto
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 --- lib/dpif-netdev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index f01fecb..6b61db4 100644