Re: linux-next: build failure after merge of the net-next tree

2021-02-04 Thread Joachim Wiberg
Hi everyone, On Thu, Feb 04, 2021 at 20:38, Stephen Rothwell wrote: > On Wed, 3 Feb 2021 19:52:08 -0800 Brian Vazquez wrote: >> Hi Stephen, thanks for the report. I'm having trouble trying to >> compile for ppc, but I believe this should fix the problem, could you >> test this patch, please? Tha

Re: [RFC PATCH v2] net: bridge: igmp: Extend IGMP query to be per vlan

2021-01-22 Thread Joachim Wiberg
On Mon, Jan 18, 2021 at 13:53, Nikolay Aleksandrov wrote: > On 16/01/2021 17:39, Joachim Wiberg wrote: >> We have discussed at length at work if an IGMP snooping implementation >> really belongs in the bridge, or if it's better suited as a user space >> daemon? Simil

Re: [RFC PATCH v2] net: bridge: igmp: Extend IGMP query to be per vlan

2021-01-16 Thread Joachim Wiberg
On Wed, Jan 13, 2021 at 14:15, Nikolay Aleksandrov wrote: > On 12/01/2021 15:59, Horatiu Vultur wrote: >> Based on the comments of the previous version, we started to work on a >> new version, so it would be possible to enable/disable queries per vlan. >> [snip] >> We were wondering if this what y