]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite45889ef25a11ac6d1ee293299e8754f8e1c4ba0
treeec10ba39888365a130e1d8b0e2ebbf7c54cd6555
parent19da4416954074c07af3260d9fe20d06b1cd1b1d
parent848b781ca01ed8bf03bbaef4ee7fce038ef14541
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>