net: socionext: netsec: fix xdp stats accounting
authorLorenzo Bianconi <lorenzo@kernel.org>
Thu, 17 Oct 2019 12:28:32 +0000 (14:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Oct 2019 19:02:33 +0000 (15:02 -0400)
commit0c5378f9d5003334775ea0e5e9934976aa4a1b66
tree4180df5d7b712d86aedf9f487b3b038318d961e7
parenta8c41a68076e88d24fd7c0ac39de93654a298594
net: socionext: netsec: fix xdp stats accounting

Increment netdev rx counters even for XDP_DROP verdict. Report even
tx bytes for xdp buffers (TYPE_NETSEC_XDP_TX or TYPE_NETSEC_XDP_NDO).
Moreover account pending buffer length in netsec_xdp_queue_one as it is
done for skb counterpart

Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/socionext/netsec.c