Re: [PATCH v2 net-next 05/26] enetc: implement generic XDP stats callbacks
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2021-11-23 17:09:27
Also in:
bpf, linux-doc, lkml, netdev
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2021-11-23 17:09:27
Also in:
bpf, linux-doc, lkml, netdev
On Tue, Nov 23, 2021 at 05:39:34PM +0100, Alexander Lobakin wrote:
Similarly to dpaa2, enetc stores 5 per-channel counters for XDP. Add necessary callbacks to be able to access them using new generic XDP stats infra. Signed-off-by: Alexander Lobakin <redacted> Reviewed-by: Jesse Brandeburg <redacted> ---
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com> These counters can be dropped from ethtool, nobody depends on having them there. Side question: what does "nch" stand for?