From: Felix Manlunas <felix.manlu...@cavium.com> Date: Fri, 3 Nov 2017 14:32:33 -0700
> From: Intiyaz Basha <intiyaz.ba...@cavium.com> > > 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. > > Signed-off-by: Intiyaz Basha <intiyaz.ba...@cavium.com> > Signed-off-by: Satanand Burla <satananda.bu...@cavium.com> > Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com> Applied.