mbox series

[net-next,v2,0/2] net: dsa: loop: Expose VLAN table through devlink

Message ID 20200819043218.19285-1-f.fainelli@gmail.com
Headers show
Series net: dsa: loop: Expose VLAN table through devlink | expand

Message

Florian Fainelli Aug. 19, 2020, 4:32 a.m. UTC
Changes in v2:

- set the DSA configure_vlan_while_not_filtering boolean
- return the actual occupancy

Florian Fainelli (2):
  net: dsa: loop: Configure VLANs while not filtering
  net: dsa: loop: Return VLAN table size through devlink

 drivers/net/dsa/dsa_loop.c | 56 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 55 insertions(+), 1 deletion(-)

Comments

David Miller Aug. 19, 2020, 7:01 p.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Tue, 18 Aug 2020 21:32:16 -0700

> Changes in v2:
> 
> - set the DSA configure_vlan_while_not_filtering boolean
> - return the actual occupancy

Series applied, thank you.