From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v3 0/3] net: dsa: b53: Turn on Broadcom tags Date: Sat, 11 Nov 2017 21:55:32 +0900 (KST) Message-ID: <20171111.215532.671368870101325813.davem@davemloft.net> References: <20171110193327.25070-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com To: f.fainelli@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:48566 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753050AbdKKMzf (ORCPT ); Sat, 11 Nov 2017 07:55:35 -0500 In-Reply-To: <20171110193327.25070-1-f.fainelli@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Florian Fainelli Date: Fri, 10 Nov 2017 11:33:24 -0800 > Hi all, > > This was long overdue, with this patch series, the b53 driver now > turns on Broadcom tags except for 5325 and 5365 which use an older > format that we do not support yet (TBD). > > First patch is necessary in order for bgmac, used on BCM5301X and Northstar > Plus to work correctly and successfully send ARP packets back to the requsester. > > Second patch is actually a bug fix, but because net/master and net-next/master > diverge in that area, I am targeting net-next/master here. > > Finally, the last patch enables Broadcom tags after checking that the CPU port > selected is either, 5, 7 or 8, since those are the only valid combinations > given currently supported HW. ... Series applied.