]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ldpaa_eth: extend debug capabilities with DPNI statistics
authorIoana Ciornei <ioana.ciornei@nxp.com>
Tue, 23 May 2023 13:47:45 +0000 (16:47 +0300)
committerPeng Fan <peng.fan@nxp.com>
Wed, 14 Jun 2023 10:40:16 +0000 (18:40 +0800)
commit308d67e77d285cdedb8037bd64c793d5e9724847
tree7a9dd1e0e367967a7b54c2a8dd4abe6f741a6455
parent13ca5c2f56a172a3df1d5b84a084ed437ea26cde
net: ldpaa_eth: extend debug capabilities with DPNI statistics

The ldpaa_eth driver already had a DPNI 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 DPNI is reset to its
original state, including its counters.

As a preparation for the next patches, we add a software kept set of
DPNI counters which will get updated before each reset 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>
drivers/net/ldpaa_eth/ldpaa_eth.c
drivers/net/ldpaa_eth/ldpaa_eth.h