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 4FFACE95A8F for ; Sun, 8 Oct 2023 16:57:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344955AbjJHQwM (ORCPT ); Sun, 8 Oct 2023 12:52:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344924AbjJHQwL (ORCPT ); Sun, 8 Oct 2023 12:52:11 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54AD29F for ; Sun, 8 Oct 2023 09:52:10 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id D19E8C433C9; Sun, 8 Oct 2023 16:52:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696783929; bh=XpWAoOiXXqi8yhNSs8TLF1to5sTFQ9pjTT1uSc+d1IA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=dsnJ7eo1uxCtIarB3FqPjAmcpWHf3+w8g+RJmojV/aY/O+fQiCINa0DVxW71N0Vra LYl6JxHwovVfSx6WPhpciZbdjh/qZUITdUtNlcuynrZoYtxcRoUMFjczn8pJC9hbXb bPQqAReXoVO8zUndOEez0OnksEC89pPgKYj/cvBYtk6Av1sbKz6MuriKqsRGQb3Jik eBDv/PvS+qYvd30Q/BGfdiAAw/Xu+D0zFPHJsC7VTrZRdksCHoKZxM3sQCfhnkN5bZ w3eMF0P8/EQRLYyeMV9mzXULz+bjIjYv6vps9OxcOdbuPgVdLm2hJ5f7IG9fOY8U46 LGTnfNRzElFFg== 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 B62E0C64459; Sun, 8 Oct 2023 16:52:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: bcmgenet: Remove custom ndo_poll_controller() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169678392974.1974.11968305394752351326.git-patchwork-notify@kernel.org> Date: Sun, 08 Oct 2023 16:52:09 +0000 References: <20231005181747.3017588-1-florian.fainelli@broadcom.com> In-Reply-To: <20231005181747.3017588-1-florian.fainelli@broadcom.com> To: Florian Fainelli Cc: netdev@vger.kernel.org, opendmb@gmail.com, bcm-kernel-feedback-list@broadcom.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, 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-next.git (main) by David S. Miller : On Thu, 5 Oct 2023 11:17:47 -0700 you wrote: > The driver gained a .ndo_poll_controller() at a time where the TX > cleaning process was always done from NAPI which makes this unnecessary. > See commit ac3d9dd034e5 ("netpoll: make ndo_poll_controller() optional") > for more background. > > Signed-off-by: Florian Fainelli > > [...] Here is the summary with links: - [net-next] net: bcmgenet: Remove custom ndo_poll_controller() https://git.kernel.org/netdev/net-next/c/19537e125cc7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html