From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8AAD62D8390; Thu, 20 Nov 2025 04:30:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763613046; cv=none; b=JnwPvs3pYACZWShHBxDU2Xbj1WTK8jnIYnkfSeE2D5o7pGhdH+rhiyn4JL4ex9s91aLN79BnSCrrUcJi0vfVO7N+uQWiqfpZnU2unccMK2H/UoqvABp2bS3YO996I060Gn3lv+BwwznQT1jKBw5xSye3Ikr1nkpaQc85+hSRovM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763613046; c=relaxed/simple; bh=tS7P6H8B+YuojVQzJE5ST1n4eDvUBQ/gvdZbTMLecXI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=XqYgy2P3WjAwSz5SwmYvgzO5+rPjYDYl2pPnEivVwryXyNawRhrGWv1Tdj8fCddIsrn3ARmWeeJHm76YrXOzY+FynfwLbvceKW+I8q+ClDSEqbQ7HFm7N1XQvWicIKpmwvsOFesUJ8m8TXAzgdXT2H2zcY7nWR3fKao1qoPmg4w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QztL9/1A; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QztL9/1A" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 32260C4CEF1; Thu, 20 Nov 2025 04:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763613046; bh=tS7P6H8B+YuojVQzJE5ST1n4eDvUBQ/gvdZbTMLecXI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=QztL9/1ArFCvpiNB+rexyvOGBkc2LxVlhAm/JJA/P2cUylk69G0ip0/nP83dqbk0o ZJa8J2zjSREO67ZYe3VicNXM3bfYSd7OXxqAy6q97u302MZYzkE6dJ+1ggrdRf4U+c wlz6ruwuK8dfGrdqLHl6K7jUHXAptfckHLI7TKxPA/f3vQ0YYsfEVkw+f5EGZdaYN1 WNglGUoxN+76cs2X3U8R97CIWfiTx00ZTZJZIQuJNNiwYPBbvCkPjy8Hv8Vz4zZ3sF /cYzSMoJPTcnEWxpFaAkjJRBnzTNHeL/29oSMJ12reHVrfPP8PN0hMtYGRfymnzR1O SE8NnLBLbipsA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id EB2C939EF974; Thu, 20 Nov 2025 04:30:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: vmxnet3: convert to use .get_rx_ring_count From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176361301150.1077848.1259415451565052907.git-patchwork-notify@kernel.org> Date: Thu, 20 Nov 2025 04:30:11 +0000 References: <20251118-vmxnet3_grxrings-v1-1-ed8abddd2d52@debian.org> In-Reply-To: <20251118-vmxnet3_grxrings-v1-1-ed8abddd2d52@debian.org> To: Breno Leitao Cc: ronak.doshi@broadcom.com, bcm-kernel-feedback-list@broadcom.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 18 Nov 2025 01:44:56 -0800 you wrote: > Convert the vmxnet3 driver to use the new .get_rx_ring_count ethtool > operation instead of implementing .get_rxnfc solely for handling > ETHTOOL_GRXRINGS command. This simplifies the code by removing the > switch statement and replacing it with a direct return of the queue > count. > > The new callback provides the same functionality in a more direct way, > following the ongoing ethtool API modernization. > > [...] Here is the summary with links: - [net-next] net: vmxnet3: convert to use .get_rx_ring_count https://git.kernel.org/netdev/net-next/c/672cb5c2a958 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html