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 2BD53C433F5 for ; Tue, 3 May 2022 08:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232656AbiECI3s (ORCPT ); Tue, 3 May 2022 04:29:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232233AbiECI3r (ORCPT ); Tue, 3 May 2022 04:29:47 -0400 Received: from bmailout1.hostsharing.net (bmailout1.hostsharing.net [83.223.95.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 582DC27B04 for ; Tue, 3 May 2022 01:26:14 -0700 (PDT) Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id CC76430000647; Tue, 3 May 2022 10:26:12 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id B9E1F597D8; Tue, 3 May 2022 10:26:12 +0200 (CEST) Date: Tue, 3 May 2022 10:26:12 +0200 From: Lukas Wunner To: Ferry Toth Cc: Steve Glendinning , UNGLinuxDriver@microchip.com, Oliver Neukum , "David S. Miller" , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-usb@vger.kernel.org, Andre Edich , Oleksij Rempel , Martyn Welch , Gabriel Hojda , Christoph Fritz , Lino Sanfilippo , Philipp Rosenberger , Heiner Kallweit , Andrew Lunn , Russell King Subject: Re: [PATCH net-next 0/7] Polling be gone on LAN95xx Message-ID: <20220503082612.GA21515@wunner.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, May 02, 2022 at 10:33:06PM +0200, Ferry Toth wrote: > Op 27-04-2022 om 07:48 schreef Lukas Wunner: > > Do away with link status polling on LAN95XX USB Ethernet > > and rely on interrupts instead, thereby reducing bus traffic, > > CPU overhead and improving interface bringup latency. > > Tested-by: Ferry Toth (Intel Edison-Arduino) Thank you! > While testing I noted another problem. I have "DMA-API: debugging enabled by > kernel config" and this (I guess) shows me before and after the patches: > > ------------[ cut here ]------------ > DMA-API: xhci-hcd xhci-hcd.1.auto: cacheline tracking EEXIST, overlapping > mappings aren't supported That is under investigation here: https://bugzilla.kernel.org/show_bug.cgi?id=215740 It's apparently a long-standing bug in the USB core which was exposed by a new WARN() check introduced in 5.14. Thanks, Lukas