Searched hist:"9540329452 b737340960b4273600e61a6a236a78" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | diff 9540329452b737340960b4273600e61a6a236a78 Thu Aug 24 08:11:50 CEST 2023 Wei Fang <wei.fang@nxp.com> net: fec: add statistics for XDP_TX
The FEC driver supports the statistics for XDP actions except for XDP_TX before, because the XDP_TX was not supported when adding the statistics for XDP. Now the FEC driver has supported XDP_TX since commit f601899e4321 ("net: fec: add XDP_TX feature support"). So it's reasonable and necessary to add statistics for XDP_TX.
Signed-off-by: Wei Fang <wei.fang@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|