From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v3 net-next 0/6] mv88e6xxx broadcast flooding in hardware Date: Sat, 11 Nov 2017 19:33:28 +0900 (KST) Message-ID: <20171111.193328.1133686243613922431.davem@davemloft.net> References: <1510262996-23509-1-git-send-email-andrew@lunn.ch> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org To: andrew@lunn.ch Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:46522 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751336AbdKKKdb (ORCPT ); Sat, 11 Nov 2017 05:33:31 -0500 In-Reply-To: <1510262996-23509-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: From: Andrew Lunn Date: Thu, 9 Nov 2017 22:29:50 +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. > > Rebased onto net-next, with fixup for Vivien's refactoring. Series applied, thanks Andrew.