Re: [PATCH net-next] liquidio: do not consider packets dropped by network stack as driver Rx dropped

2017-11-05 Thread David Miller
From: Felix Manlunas Date: Fri, 3 Nov 2017 14:32:33 -0700 > From: Intiyaz Basha > > netdev->rx_dropped was including packets dropped by napi_gro_receive. > If a packet is dropped by network stack, it should not be counted under > driver Rx

[PATCH net-next] liquidio: do not consider packets dropped by network stack as driver Rx dropped

2017-11-03 Thread Felix Manlunas
From: Intiyaz Basha netdev->rx_dropped was including packets dropped by napi_gro_receive. If a packet is dropped by network stack, it should not be counted under driver Rx dropped. Made necessary changes to not include network stack drops under netdev->rx_dropped.