mbox series

[net-next,0/2] move ndo_xdp_xmit stats to peer veth_rq

Message ID cover.1585163874.git.lorenzo@kernel.org
Headers show
Series move ndo_xdp_xmit stats to peer veth_rq | expand

Message

Lorenzo Bianconi March 25, 2020, 7:22 p.m. UTC
Move ndo_xdp_xmit ethtool stats accounting to peer veth_rq.
Move XDP_TX accounting to veth_xdp_flush_bq routine.

Lorenzo Bianconi (2):
  veth: rely on veth_rq in veth_xdp_flush_bq signature
  veth: rely on peer veth_rq for ndo_xdp_xmit accounting

 drivers/net/veth.c | 143 ++++++++++++++++++++++++++++-----------------
 1 file changed, 89 insertions(+), 54 deletions(-)