Re: [PATCH v2] dsa: Allow forwarding of redirected IGMP traffic

2020-06-24 Thread David Miller
From: Daniel Mack Date: Sat, 20 Jun 2020 21:39:25 +0200 > The driver for Marvell switches puts all ports in IGMP snooping mode > which results in all IGMP/MLD frames that ingress on the ports to be > forwarded to the CPU only. > > The bridge code in the kernel can then interpret these frames and

Re: [PATCH v2] dsa: Allow forwarding of redirected IGMP traffic

2020-06-24 Thread Andrew Lunn
On Sat, Jun 20, 2020 at 09:39:25PM +0200, Daniel Mack wrote: > The driver for Marvell switches puts all ports in IGMP snooping mode > which results in all IGMP/MLD frames that ingress on the ports to be > forwarded to the CPU only. > > The bridge code in the kernel can then interpret these frames

Re: [PATCH v2] dsa: Allow forwarding of redirected IGMP traffic

2020-06-23 Thread Andrew Lunn
On Tue, Jun 23, 2020 at 09:55:09AM +0200, Daniel Mack wrote: > Andrew, > > This version should address the comments you had on my initial > submission. Does this one look better now? Hi Daniel It does look better. I'm just trying to find some time to test it a little. Andrew

Re: [PATCH v2] dsa: Allow forwarding of redirected IGMP traffic

2020-06-23 Thread Daniel Mack
Andrew, This version should address the comments you had on my initial submission. Does this one look better now? Thanks, Daniel On 6/20/20 9:39 PM, Daniel Mack wrote: > The driver for Marvell switches puts all ports in IGMP snooping mode > which results in all IGMP/MLD frames that ingress on t

[PATCH v2] dsa: Allow forwarding of redirected IGMP traffic

2020-06-20 Thread Daniel Mack
The driver for Marvell switches puts all ports in IGMP snooping mode which results in all IGMP/MLD frames that ingress on the ports to be forwarded to the CPU only. The bridge code in the kernel can then interpret these frames and act upon them, for instance by updating the mdb in the switch to re