Re: [patch net-next] bridge: switchdev: Offload VLAN flags to hardware bridge

2016-02-18 Thread David Miller
From: Jiri Pirko Date: Thu, 18 Feb 2016 14:01:46 +0100 > From: Ido Schimmel > > When VLANs are created / destroyed on a VLAN filtering bridge (MASTER > flag set), the configuration is passed down to the hardware. However, > when only the flags (e.g. PVID) are toggled, the configuration is done

[patch net-next] bridge: switchdev: Offload VLAN flags to hardware bridge

2016-02-18 Thread Jiri Pirko
From: Ido Schimmel When VLANs are created / destroyed on a VLAN filtering bridge (MASTER flag set), the configuration is passed down to the hardware. However, when only the flags (e.g. PVID) are toggled, the configuration is done in the software bridge alone. While it is possible to pass these f