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 B64FAEB64D9 for ; Mon, 19 Jun 2023 08:43:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231147AbjFSIne (ORCPT ); Mon, 19 Jun 2023 04:43:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229757AbjFSInF (ORCPT ); Mon, 19 Jun 2023 04:43:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FFD43C33 for ; Mon, 19 Jun 2023 01:41:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0B0146160D for ; Mon, 19 Jun 2023 08:40:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6411DC433C9; Mon, 19 Jun 2023 08:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687164019; bh=UtjravUBCN3o1U68Iy/Hasvwofkbayx1QqElmRLNbLo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ksgRvdgkbOYVLhm0Mg4tjNiOiG6jqlM0r3VI2AY6TUGc5pWk8+XU5K+/wBAQhSvrU QLWWtZeKjGcBu3F3e4+x130eDB7Ev/n3tiYsnO6h8v+BkLAA2bSU6pF/a62qOtWruv XclF3HrFZxnTYDpxhsmktGohjlJp+IT/uiNMYCpv3KWYn0770cnimUsiEOF9PNguCt 8ZzeZ2iUpahXkkRUbXjPUqlQB5xMZloAqDtg4GleSvy+TqwajhVWvvqrg540Y5SWzp wY5XZ4eRUFVhFNzXeL6eiK0/DBQVAN/26bdlyqoCmOSgQ4xi8UhWpSY+M/c3idCrIg LTGIPlj9bFwBQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 42789C4316B; Mon, 19 Jun 2023 08:40:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH V2 net] net: qca_spi: Avoid high load if QCA7000 is not available From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168716401926.31468.11826494564143832409.git-patchwork-notify@kernel.org> Date: Mon, 19 Jun 2023 08:40:19 +0000 References: <20230614210656.6264-1-stefan.wahren@i2se.com> In-Reply-To: <20230614210656.6264-1-stefan.wahren@i2se.com> To: Stefan Wahren Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, stefan.wahren@chargebyte.com, simon.horman@corigine.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Wed, 14 Jun 2023 23:06:56 +0200 you wrote: > In case the QCA7000 is not available via SPI (e.g. in reset), > the driver will cause a high load. The reason for this is > that the synchronization is never finished and schedule() > is never called. Since the synchronization is not timing > critical, it's safe to drop this from the scheduling condition. > > Signed-off-by: Stefan Wahren > Fixes: 291ab06ecf67 ("net: qualcomm: new Ethernet over SPI driver for QCA7000") > > [...] Here is the summary with links: - [V2,net] net: qca_spi: Avoid high load if QCA7000 is not available https://git.kernel.org/netdev/net/c/92717c2356cb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html