Merge branch 'veth-xdp-stats'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2020 04:24:59 +0000 (21:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Mar 2020 04:24:59 +0000 (21:24 -0700)
Lorenzo Bianconi says:

====================
add more xdp stats to veth driver

Align veth xdp stats accounting to mellanox, intel and marvell
implementation. Introduce the following xdp counters:
- rx_xdp_tx
- rx_xdp_tx_errors
- tx_xdp_xmit
- tx_xdp_xmit_errors
- rx_xdp_redirect
====================

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

Trivial merge