Re: [PATCH net-next 13/21] ethernet, sfc: convert to standard XDP stats
From: Edward Cree <ecree.xilinx@gmail.com>
Date: 2021-08-03 17:59:15
Also in:
linux-doc, lkml, netdev
From: Edward Cree <ecree.xilinx@gmail.com>
Date: 2021-08-03 17:59:15
Also in:
linux-doc, lkml, netdev
On 03/08/2021 17:36, Alexander Lobakin wrote:
Just like DPAA2 driver, EF{100,X} store XDP stats per-channel, but
present them as the sums across all channels.
Switch to the standard per-channel XDP stats. n_rx_xdp_bad_drops
goes as "general XDP errors", because driver uses just one counter
for all kinds of errors.
Signed-off-by: Alexander Lobakin <redacted>
Reviewed-by: Jesse Brandeburg <redacted>Acked-by: Edward Cree <ecree.xilinx@gmail.com>