commit | 5fe6e56776ba6979844f9ef5361f43852a7b16a2 | [log] [tgz] |
---|---|---|
author | Lorenzo Bianconi <lorenzo@kernel.org> | Thu Mar 26 23:10:20 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 26 19:35:13 2020 -0700 |
tree | e50b6a957936fb52e2da9beaa7adeadb5c9042c5 | |
parent | bd32aa1f5d2c0edab09c2d80af30cb829337ddef [diff] |
veth: rely on peer veth_rq for ndo_xdp_xmit accounting Rely on 'remote' veth_rq to account ndo_xdp_xmit ethtool counters. Move XDP_TX accounting to veth_xdp_flush_bq routine. Remove 'rx' prefix in rx xdp ethool counters Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Acked-by: Toshiaki Makita <toshiaki.makita1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>