Re: [Bridge] [PATCH net] bridge: switchdev: Fix memory leaks when changing VLAN protocol

2022-11-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni : On Mon, 14 Nov 2022 10:45:09 +0200 you wrote: > The bridge driver can offload VLANs to the underlying hardware either > via switchdev or the 8021q driver. When the former is used, the VLAN is > marked in the bridge driver w

Re: [Bridge] [PATCH net] bridge: switchdev: Fix memory leaks when changing VLAN protocol

2022-11-14 Thread Nikolay Aleksandrov
On 14 November 2022 09:45:09 CET, Ido Schimmel wrote: >The bridge driver can offload VLANs to the underlying hardware either >via switchdev or the 8021q driver. When the former is used, the VLAN is >marked in the bridge driver with the 'BR_VLFLAG_ADDED_BY_SWITCHDEV' >private flag. > >To avoid the

[Bridge] [PATCH net] bridge: switchdev: Fix memory leaks when changing VLAN protocol

2022-11-14 Thread Ido Schimmel via Bridge
The bridge driver can offload VLANs to the underlying hardware either via switchdev or the 8021q driver. When the former is used, the VLAN is marked in the bridge driver with the 'BR_VLFLAG_ADDED_BY_SWITCHDEV' private flag. To avoid the memory leaks mentioned in the cited commit, the bridge driver