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 DB3DDC4332F for ; Thu, 8 Dec 2022 12:28:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229952AbiLHM2d (ORCPT ); Thu, 8 Dec 2022 07:28:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229773AbiLHM2c (ORCPT ); Thu, 8 Dec 2022 07:28:32 -0500 Received: from mailout-taastrup.gigahost.dk (mailout-taastrup.gigahost.dk [46.183.139.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4F3E24BF7; Thu, 8 Dec 2022 04:28:29 -0800 (PST) Received: from mailout.gigahost.dk (mailout.gigahost.dk [89.186.169.112]) by mailout-taastrup.gigahost.dk (Postfix) with ESMTP id 954881884579; Thu, 8 Dec 2022 12:28:27 +0000 (UTC) Received: from smtp.gigahost.dk (smtp.gigahost.dk [89.186.169.109]) by mailout.gigahost.dk (Postfix) with ESMTP id 87F4725002E1; Thu, 8 Dec 2022 12:28:27 +0000 (UTC) Received: by smtp.gigahost.dk (Postfix, from userid 1000) id 7855491201E4; Thu, 8 Dec 2022 12:28:27 +0000 (UTC) X-Screener-Id: 413d8c6ce5bf6eab4824d0abaab02863e8e3f662 MIME-Version: 1.0 Date: Thu, 08 Dec 2022 13:28:27 +0100 From: netdev@kapio-technology.com To: Vladimir Oltean Cc: Ido Schimmel , davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, Andrew Lunn , Florian Fainelli , Eric Dumazet , Paolo Abeni , open list Subject: Re: [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation In-Reply-To: <20221207202935.eil7swy4osu65qlb@skbuf> References: <20221205185908.217520-1-netdev@kapio-technology.com> <20221205185908.217520-4-netdev@kapio-technology.com> <580f6bd5ee7df0c8f0c7623a5b213d8f@kapio-technology.com> <20221207202935.eil7swy4osu65qlb@skbuf> User-Agent: Gigahost Webmail Message-ID: <1b0d42df6b3f2f17f77cfb45cf8339da@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-12-07 21:29, Vladimir Oltean wrote: > On Tue, Dec 06, 2022 at 05:36:42PM +0100, netdev@kapio-technology.com > wrote: >> > I was under the impression that we agreed that the locking change will >> > be split to a separate patch. >> >> Sorry, I guess that because of the quite long time that has passed as >> I >> needed to get this FID=0 issue sorted out, and had many other >> different >> changes to attend, I forgot. > > Well, at least you got the FID=0 issue sorted out... right? > What was the cause, what is the solution? Well I got it sorted out in the way that I have identified that it is the ATU op that fails some times. I don't think there is anything that can be done about that, other than what I do and let the interrupt routing return an error.