Re: [PATCH net-next v2 0/4] net: dsa: hellcreek: Add support for dumping tables

2021-03-13 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 13 Mar 2021 10:39:35 +0100 you wrote: > 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. > > Chan

[PATCH net-next v2 0/4] net: dsa: hellcreek: Add support for dumping tables

2021-03-13 Thread Kurt Kanzenbach
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. Changes since v1: * Drop memory reporting as there are better APIs to expose this * Move comment to VLAN patch Previous versions: * h