mbox series

[net-next,0/3] net: lan966x: add support for mcast snooping

Message ID 20220204091452.403706-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: lan966x: add support for mcast snooping | expand

Message

Horatiu Vultur Feb. 4, 2022, 9:14 a.m. UTC
Implement the switchdev callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
to allow to enable/disable multicast snooping.

Horatiu Vultur (3):
  net: lan966x: Update the PGID used by IPV6 data frames
  net: lan966x: Implement the callback
    SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
  net: lan966x: Update mdb when enabling/disabling mcast_snooping

 .../ethernet/microchip/lan966x/lan966x_main.c | 41 ++++++++++++-
 .../ethernet/microchip/lan966x/lan966x_main.h |  3 +
 .../ethernet/microchip/lan966x/lan966x_mdb.c  | 45 ++++++++++++++
 .../ethernet/microchip/lan966x/lan966x_regs.h | 18 ++++++
 .../microchip/lan966x/lan966x_switchdev.c     | 61 +++++++++++++++++++
 5 files changed, 166 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 5, 2022, 3:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 4 Feb 2022 10:14:49 +0100 you wrote:
> Implement the switchdev callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
> to allow to enable/disable multicast snooping.
> 
> Horatiu Vultur (3):
>   net: lan966x: Update the PGID used by IPV6 data frames
>   net: lan966x: Implement the callback
>     SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
>   net: lan966x: Update mdb when enabling/disabling mcast_snooping
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: lan966x: Update the PGID used by IPV6 data frames
    https://git.kernel.org/netdev/net-next/c/1c213f05a3e1
  - [net-next,2/3] net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
    https://git.kernel.org/netdev/net-next/c/47aeea0d57e8
  - [net-next,3/3] net: lan966x: Update mdb when enabling/disabling mcast_snooping
    https://git.kernel.org/netdev/net-next/c/add2c844db33

You are awesome, thank you!