OSDN Git Service

Merge branch 'veth-stats'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 02:35:13 +0000 (19:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Mar 2020 02:35:13 +0000 (19:35 -0700)
Lorenzo Bianconi says:

====================
veth: move ndo_xdp_xmit stats to peer veth_rq

Move ndo_xdp_xmit ethtool stats accounting to peer veth_rq.
Move XDP_TX accounting to veth_xdp_flush_bq routine.

Changes since v1:
- rename xdp_xmit[_err] counters to peer_tq_xdp_xmit[_err]
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge