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)
commitab9d1e172f0588d563080517d99570ba0be1efc3
treeec10ba39888365a130e1d8b0e2ebbf7c54cd6555
parent8511d72f14bc7b94a96bb2990615e1cd7c1dd21e
parentd99a7c2f3d0e65d3906bd7cf719223b0f8b5b481
Merge branch 'veth-xdp-stats'

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>