]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/net/veth.c
veth: distinguish between rx_drops and xdp_drops
authorLorenzo Bianconi <lorenzo@kernel.org>
Thu, 19 Mar 2020 16:41:27 +0000 (17:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2020 04:24:58 +0000 (21:24 -0700)
commit66fe4a078879d1f7655363e7a7216703b72c68ad
tree85a163cd9f5a607356b68aee31afc1e37035fc80
parent1c5b82e55f152988778bebeea52fae7f6cea9a60
veth: distinguish between rx_drops and xdp_drops

Distinguish between rx_drops and xdp_drops since the latter is already
reported in rx_packets. Report xdp_drops in ethtool statistics

Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/veth.c