David Miller
2019-Feb-04 04:18 UTC
[PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
From: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> Date: Thu, 31 Jan 2019 20:40:30 +0900> Previously virtnet_xdp_xmit() did not account for device tx counters, > which caused confusions. > To be consistent with SKBs, account them on freeing xdp_frames. > > Reported-by: David Ahern <dsahern at gmail.com> > Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp>Applied, thank you.
Apparently Analagous Threads
- [PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
- Stats for XDP actions (was: Re: [PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames)
- [PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames
- [PATCH net-next 1/2] virtio-net: correctly update XDP_TX counters
- [PATCH net-next 1/2] virtio-net: correctly update XDP_TX counters