net: fec: add exception tracing for XDP
authorWei Fang <wei.fang@nxp.com>
Tue, 22 Aug 2023 06:52:55 +0000 (14:52 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 24 Aug 2023 01:57:57 +0000 (18:57 -0700)
commite83fabb797b98a9ead4b5bb50c85fb499966ad7e
tree4cf67126cdb0e4e1225782ae01ef92c212e7b0d4
parent664c84c26d7a77d4b19813831466d67253f2326e
net: fec: add exception tracing for XDP

As we already added the exception tracing for XDP_TX, I think it is
necessary to add the exception tracing for other XDP actions, such
as XDP_REDIRECT, XDP_ABORTED and unknown error actions.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20230822065255.606739-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/freescale/fec_main.c