diff options
author | Intiyaz Basha <intiyaz.basha@cavium.com> | 2017-11-03 14:32:33 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-05 22:29:44 +0900 |
commit | 952484610cc2f67303be4feedb0e52a519c31470 (patch) | |
tree | 0443d488c2259e8a0e256902ddc36bc198f58f55 /mm | |
parent | 0b1c27db12fd338ed912fec18f5cc02d7bd4e54e (diff) | |
download | linux-952484610cc2f67303be4feedb0e52a519c31470.tar.bz2 |
liquidio: do not consider packets dropped by network stack as driver Rx dropped
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.basha@cavium.com>
Signed-off-by: Satanand Burla <satananda.burla@cavium.com>
Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions