Re: [PATCH] mv88e6xxx: fixed adding vlan 0
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2021-06-21 21:52:40
On 6/21/21 2:50 PM, patchwork-bot+netdevbpf@kernel.org wrote:
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Mon, 21 Jun 2021 11:54:38 +0300 you wrote:quoted
8021q module adds vlan 0 to all interfaces when it starts. When 8021q module is loaded it isn't possible to create bond with mv88e6xxx interfaces, bonding module dipslay error "Couldn't add bond vlan ids", because it tries to add vlan 0 to slave interfaces. There is unexpected behavior in the switch. When a PVID is assigned to a port the switch changes VID to PVID in ingress frames with VID 0 on the port. Expected that the switch doesn't assign PVID to tagged frames with VID 0. But there isn't a way to change this behavior in the switch. [...]Here is the summary with links: - mv88e6xxx: fixed adding vlan 0 https://git.kernel.org/netdev/net/c/b8b79c414eca
This version would ideally have been applied instead: https://lore.kernel.org/netdev/20210621134703.33933-1-eldargasanov2@gmail.com/ (local) -- Florian