Files
u-boot/include
Ioana Ciornei 22df08d82e net: ldpaa_eth: extend debug capabilities with DPMAC statistics
The ldpaa_eth driver already had a DPMAC statistics dump, this patch
extends the list of stats and adds a bit more structure to the code.

For a bit more context, the DPAA2 u-boot software architecture uses a
default network interface object - a DPNI - which, at runtime, will get
connected to the currently used DPMAC object.
Each time the .stop() eth callback is called, the DPMAC is destroyed
thus any previous counters will get lost.

As a preparation for the next patches, we add a software kept set of
DPMAC counters which will get updated before each destroy operation
takes place.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2023-06-14 18:40:16 +08:00
..
2023-05-05 17:48:44 -04:00
2023-02-07 14:33:50 -05:00
2023-02-09 16:32:25 -05:00
2023-04-27 13:51:06 -04:00
2023-03-30 15:09:59 -04:00
2023-06-12 14:55:33 -04:00
2023-02-19 21:15:15 +01:00
2023-02-06 13:04:52 -05:00
2023-02-09 16:32:25 -05:00
2023-01-16 18:26:50 -05:00
2023-05-02 14:23:34 -04:00
2023-05-15 10:00:30 +02:00
2023-01-20 12:27:06 -05:00
2023-04-27 13:51:06 -04:00
2023-05-31 10:11:46 -04:00
2023-03-13 13:53:01 +01:00
2023-01-27 14:47:57 -05:00
2023-04-06 15:08:46 -04:00
2023-02-06 13:04:53 -05:00
2023-04-10 12:17:11 +09:00
2023-03-02 17:45:58 -05:00
2023-04-28 11:30:17 -06:00
2023-06-10 13:34:05 +02:00
2023-01-16 18:01:10 +08:00
2023-02-10 07:41:40 -05:00
2023-02-11 12:22:34 -05:00
2023-05-13 09:52:32 -04:00
2023-06-12 13:25:01 +02:00