From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B816C43219 for ; Tue, 15 Nov 2022 10:27:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238269AbiKOK1F (ORCPT ); Tue, 15 Nov 2022 05:27:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230015AbiKOK1C (ORCPT ); Tue, 15 Nov 2022 05:27:02 -0500 Received: from mailout-taastrup.gigahost.dk (mailout-taastrup.gigahost.dk [46.183.139.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9552B1834D; Tue, 15 Nov 2022 02:26:57 -0800 (PST) Received: from mailout.gigahost.dk (mailout.gigahost.dk [89.186.169.112]) by mailout-taastrup.gigahost.dk (Postfix) with ESMTP id A7FA61883A6E; Tue, 15 Nov 2022 10:26:55 +0000 (UTC) Received: from smtp.gigahost.dk (smtp.gigahost.dk [89.186.169.109]) by mailout.gigahost.dk (Postfix) with ESMTP id A143325002DE; Tue, 15 Nov 2022 10:26:55 +0000 (UTC) Received: by smtp.gigahost.dk (Postfix, from userid 1000) id 967B991201E4; Tue, 15 Nov 2022 10:26:55 +0000 (UTC) X-Screener-Id: 413d8c6ce5bf6eab4824d0abaab02863e8e3f662 MIME-Version: 1.0 Date: Tue, 15 Nov 2022 11:26:55 +0100 From: netdev@kapio-technology.com To: Ido Schimmel Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, Andrew Lunn , Florian Fainelli , Vladimir Oltean , Eric Dumazet , Paolo Abeni , open list Subject: Re: [PATCH v8 net-next 0/2] mv88e6xxx: Add MAB offload support In-Reply-To: References: <20221112203748.68995-1-netdev@kapio-technology.com> User-Agent: Gigahost Webmail Message-ID: <5559fa646aaad7551af9243831b48408@kapio-technology.com> X-Sender: netdev@kapio-technology.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 2022-11-15 10:30, Ido Schimmel wrote: > On Sat, Nov 12, 2022 at 09:37:46PM +0100, Hans J. Schultz wrote: >> This patchset adds MAB [1] offload support in mv88e6xxx. >> >> Patch #1: Fix a problem when reading the FID needed to get the VID. >> >> Patch #2: The MAB implementation for mv88e6xxx. > > Just to be sure, this was tested with bridge_locked_port.sh, right? As I have the phy regression I have given notice of, that has simply not been possible. After maybe 50 resets it worked for me at a point (something to do with timing), and I tested it manually. When I have tried to run the selftests, I get errors related to the phy problem, which I have not been able to find a way around.