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 C2C1CC3A5A7 for ; Thu, 8 Dec 2022 12:32:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbiLHMco (ORCPT ); Thu, 8 Dec 2022 07:32:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230043AbiLHMcg (ORCPT ); Thu, 8 Dec 2022 07:32:36 -0500 Received: from mailout-taastrup.gigahost.dk (mailout-taastrup.gigahost.dk [46.183.139.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DCE0D2AC for ; Thu, 8 Dec 2022 04:32:32 -0800 (PST) Received: from mailout.gigahost.dk (mailout.gigahost.dk [89.186.169.112]) by mailout-taastrup.gigahost.dk (Postfix) with ESMTP id 5178F1884583; Thu, 8 Dec 2022 12:32:31 +0000 (UTC) Received: from smtp.gigahost.dk (smtp.gigahost.dk [89.186.169.109]) by mailout.gigahost.dk (Postfix) with ESMTP id 477A225002E1; Thu, 8 Dec 2022 12:32:31 +0000 (UTC) Received: by smtp.gigahost.dk (Postfix, from userid 1000) id 3E9729EC002B; Thu, 8 Dec 2022 12:32:31 +0000 (UTC) X-Screener-Id: 413d8c6ce5bf6eab4824d0abaab02863e8e3f662 MIME-Version: 1.0 Date: Thu, 08 Dec 2022 13:32:31 +0100 From: netdev@kapio-technology.com To: Vladimir Oltean Cc: netdev@vger.kernel.org, Andrew Lunn , Florian Fainelli , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Subject: Re: [PATCH net-next 0/3] Trace points for mv88e6xxx In-Reply-To: <20221207233954.3619276-1-vladimir.oltean@nxp.com> References: <20221207233954.3619276-1-vladimir.oltean@nxp.com> User-Agent: Gigahost Webmail Message-ID: 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-08 00:39, Vladimir Oltean wrote: > While testing Hans Schultz' attempt at offloading MAB on mv88e6xxx: > https://patchwork.kernel.org/project/netdevbpf/cover/20221205185908.217520-1-netdev@kapio-technology.com/ > I noticed that he still didn't get rid of the huge log spam caused by > ATU and VTU violations, even if we discussed about this: > https://patchwork.kernel.org/project/netdevbpf/cover/20221112203748.68995-1-netdev@kapio-technology.com/#25091076 > > It seems unlikely he's going to ever do this Ohh, I didn't expect it to be part of the MAB patch set, but rather something after, as there is enough for me already for the moment. But I welcome your contribution of course. :-)