From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next 0/6] mv88e6xxx broadcast flooding in hardware Date: Wed, 08 Nov 2017 13:58:09 +0900 (KST) Message-ID: <20171108.135809.1971169409102508174.davem@davemloft.net> References: <1510009351-21875-1-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com To: andrew@lunn.ch Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:34302 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752509AbdKHE6M (ORCPT ); Tue, 7 Nov 2017 23:58:12 -0500 In-Reply-To: <1510009351-21875-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Andrew Lunn Date: Tue, 7 Nov 2017 00:02:25 +0100 > This patchset makes the mv88e6xxx driver perform flooding in hardware, > rather than let the software bridge perform the flooding. This is a > prerequisite for IGMP snooping on the bridge interface. > > In order to make hardware broadcasting work, a few other issues need > fixing or improving. SWITCHDEV_ATTR_ID_PORT_PARENT_ID is broken, which > is apparent when testing on the ZII devel board with multiple > switches. > > Some of these patches are taken from a previous RFC patchset of IGMP > support. Series applied, thanks Andrew.