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 757B3CA0EC1 for ; Mon, 11 Sep 2023 21:30:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346805AbjIKVYC (ORCPT ); Mon, 11 Sep 2023 17:24:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235708AbjIKJZq (ORCPT ); Mon, 11 Sep 2023 05:25:46 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E494CD3; Mon, 11 Sep 2023 02:25:42 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 14996C433C9; Mon, 11 Sep 2023 09:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694424342; bh=WpA2HSmOVnDSDp9vUx/6sCnejIWAz21QU/ikOzyuZyI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=J1bK6F0j/wB+fJQr4Kt2LbjQu31XTnJldrWV6fRSwa+M1taFaNRtmK7Retp2iW85v QGnjIcPDSaM1GBi7GploYD2QGH9LX/gKrnIfTZtrZOlw/5MNF8Ayf+yNas4tQGcbG0 LWPnw6BjjSOEQe+b7Eo3A/zRUghv0FV9bR6fdcBCbFHLiworBLw4tpVW0x0+/O9XqR oKQcs0VGmGGKl0yr8HEX4wx/FiEB8GX61ExY77SncAOG+ZsbGSKkACDS+y5wBiCdHl +zGc7DeZR7ssi4fVNxh6JxMDun1HstF8CZvwLYHLePZKa/iwokQD3dnWDni7I3myN4 qV7PsihENvfaw== 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 03E26E1C280; Mon, 11 Sep 2023 09:25:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] r8152: check budget for r8152_poll() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169442434201.22330.8875438731088949212.git-patchwork-notify@kernel.org> Date: Mon, 11 Sep 2023 09:25:42 +0000 References: <20230908070152.26484-422-nic_swsd@realtek.com> In-Reply-To: <20230908070152.26484-422-nic_swsd@realtek.com> To: Hayes Wang Cc: kuba@kernel.org, davem@davemloft.net, netdev@vger.kernel.org, nic_swsd@realtek.com, linux-kernel@vger.kernel.org, linux-usb@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 Fri, 8 Sep 2023 15:01:52 +0800 you wrote: > According to the document of napi, there is no rx process when the > budget is 0. Therefore, r8152_poll() has to return 0 directly when the > budget is equal to 0. > > Fixes: d2187f8e4454 ("r8152: divide the tx and rx bottom functions") > Signed-off-by: Hayes Wang > > [...] Here is the summary with links: - [net] r8152: check budget for r8152_poll() https://git.kernel.org/netdev/net/c/a7b8d60b3723 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html