From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Cc:References:To:Subject; bh=xhUYK1WCu5bMTp68mku7EPs8+PDpappjytxwOYm2Qa0=; b=JOmLuPWD5mOLkZBrvtenKV6t1aJGe7QbeHfo2RBt8Ex0JTL7pUqYChOOg06zmDmv/Ey0Egcu0k0z70KZyoJjE6PBk1kaxLhSTKCIRmIbaGgYBd9kLb8JboC9EpTbmBkZRwohYDFYxQ8+zx3adu4IfvoLSnAGdneoD+7f4z2j5PQ=; References: <20170102193214.31723-1-linus.luessing@c0d3.blue> <1483706872.4089.8.camel@sipsolutions.net> <8836daaa-9638-4502-d079-fd428595f822@nbd.name> <1483710841.12677.1.camel@sipsolutions.net> From: Felix Fietkau Message-ID: <21c1c361-eef0-aa53-ecd5-b5154c51462d@nbd.name> Date: Fri, 6 Jan 2017 14:54:55 +0100 MIME-Version: 1.0 In-Reply-To: <1483710841.12677.1.camel@sipsolutions.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net-next] bridge: multicast to unicast List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Johannes Berg , =?UTF-8?Q?Linus_L=c3=bcssing?= , netdev@vger.kernel.org Cc: bridge@lists.linux-foundation.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, "David S . Miller" , Michael Braun On 2017-01-06 14:54, Johannes Berg wrote: > >> The bridge layer can use IGMP snooping to ensure that the multicast >> stream is only transmitted to clients that are actually a member of >> the group. Can the mac80211 feature do the same? > > No, it'll convert the packet for all clients that are behind that > netdev. But that's an argument for dropping the mac80211 feature, which > hasn't been merged upstream yet, no? Right. - Felix