mbox series

[net-next,0/2] net: dsa: mv88e6xxx: MST Fixes

Message ID 20220318201321.4010543-1-tobias@waldekranz.com (mailing list archive)
Headers show
Series net: dsa: mv88e6xxx: MST Fixes | expand

Message

Tobias Waldekranz March 18, 2022, 8:13 p.m. UTC
1/2 fixes the issue reported by Marek here:

https://lore.kernel.org/netdev/20220318182817.5ade8ecd@dellmb/

2/2 adds a missing capability check to the new .vlan_msti_set
callback.

Tobias Waldekranz (2):
  net: dsa: mv88e6xxx: Require ops be implemented to claim STU support
  net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callback

 drivers/net/dsa/mv88e6xxx/chip.c | 3 +++
 drivers/net/dsa/mv88e6xxx/chip.h | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 21, 2022, 11 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 18 Mar 2022 21:13:19 +0100 you wrote:
> 1/2 fixes the issue reported by Marek here:
> 
> https://lore.kernel.org/netdev/20220318182817.5ade8ecd@dellmb/
> 
> 2/2 adds a missing capability check to the new .vlan_msti_set
> callback.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: dsa: mv88e6xxx: Require ops be implemented to claim STU support
    https://git.kernel.org/netdev/net-next/c/afaed2b142a1
  - [net-next,2/2] net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callback
    https://git.kernel.org/netdev/net-next/c/bd48b911c88f

You are awesome, thank you!