OSDN Git Service

Merge branch 'dsa-hewllcreek-dumps'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 22:30:48 +0000 (14:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Mar 2021 22:30:48 +0000 (14:30 -0800)
Kurt Kanzenbach says:

====================
net: dsa: hellcreek: Add support for dumping tables

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.

Changes since v1:

 * Drop memory reporting as there are better APIs to expose this
 * Move comment to VLAN patch

Previous versions:

 * https://lkml.kernel.org/netdev/20210311175344.3084-1-kurt@kmk-computers.de/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge