mbox series

[net-next,0/6] net: dsa: hellcreek: Add support for dumping tables

Message ID 20210311175344.3084-1-kurt@kmk-computers.de (mailing list archive)
Headers show
Series net: dsa: hellcreek: Add support for dumping tables | expand

Message

Kurt Kanzenbach March 11, 2021, 5:53 p.m. UTC
Hi,

add support for dumping the VLAN and FDB table via devlink. As the driver uses
internal VLANs and static FDB entries, this is a useful debugging feature. Also
report the current memory and descriptor usage.

Thanks,
Kurt

Kurt Kanzenbach (6):
  net: dsa: hellcreek: Report RAM usage
  net: dsa: hellcreek: Report META data usage
  net: dsa: hellcreek: Add devlink VLAN region
  net: dsa: hellcreek: Use boolean value
  net: dsa: hellcreek: Move common code to helper
  net: dsa: hellcreek: Add devlink FDB region

 drivers/net/dsa/hirschmann/hellcreek.c | 293 +++++++++++++++++++++----
 drivers/net/dsa/hirschmann/hellcreek.h |  11 +
 2 files changed, 258 insertions(+), 46 deletions(-)