Re: [PATCH net-next v2 1/4] net: dsa: hellcreek: Add devlink VLAN region

2021-03-13 Thread Florian Fainelli
On 3/13/2021 1:39 AM, Kurt Kanzenbach wrote: > Allow to dump the VLAN table via devlink. This especially useful, because the > driver internally leverages VLANs for the port separation. These are not > visible > via the bridge utility. > > Signed-off-by: Kurt Kanzenbach Reviewed-by: Florian

Re: [PATCH net-next v2 1/4] net: dsa: hellcreek: Add devlink VLAN region

2021-03-13 Thread Vladimir Oltean
On Sat, Mar 13, 2021 at 10:39:36AM +0100, Kurt Kanzenbach wrote: > Allow to dump the VLAN table via devlink. This especially useful, because the > driver internally leverages VLANs for the port separation. These are not > visible > via the bridge utility. > > Signed-off-by: Kurt Kanzenbach > ---

[PATCH net-next v2 1/4] net: dsa: hellcreek: Add devlink VLAN region

2021-03-13 Thread Kurt Kanzenbach
Allow to dump the VLAN table via devlink. This especially useful, because the driver internally leverages VLANs for the port separation. These are not visible via the bridge utility. Signed-off-by: Kurt Kanzenbach --- drivers/net/dsa/hirschmann/hellcreek.c | 74 ++ driver