From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938161AbdAGDOL (ORCPT ); Fri, 6 Jan 2017 22:14:11 -0500 Received: from mail-pg0-f46.google.com ([74.125.83.46]:34139 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936576AbdAGDN7 (ORCPT ); Fri, 6 Jan 2017 22:13:59 -0500 Date: Fri, 6 Jan 2017 19:13:56 -0800 From: Stephen Hemminger To: Linus =?UTF-8?B?TMO8c3Npbmc=?= Cc: netdev@vger.kernel.org, "David S . Miller" , bridge@lists.linux-foundation.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, Felix Fietkau Subject: Re: [PATCH net-next] bridge: multicast to unicast Message-ID: <20170106191356.43740a26@xeon-e3> In-Reply-To: <20170102193214.31723-1-linus.luessing@c0d3.blue> References: <20170102193214.31723-1-linus.luessing@c0d3.blue> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v073EKdD002026 On Mon, 2 Jan 2017 20:32:14 +0100 Linus Lüssing wrote: > This feature is intended for interface types which have a more reliable > and/or efficient way to deliver unicast packets than broadcast ones > (e.g. wifi). Why is this not done in MAC80211 rather than bridge?