]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Tue, 27 May 2025 13:08:16 +0000 (06:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2025 13:32:14 +0000 (15:32 +0200)
commit5910cbbfad5a5d94e92610fb04c8af56c48a4dfd
treed163cf7473cc9505fd90200310ab487cde8a6c73
parent74882beda3a783ce6c7d5c5335070dc40ec04d95
gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt

[ Upstream commit f41a94aade120dc60322865f363cee7865f2df01 ]

Previously, the RX_BUFFERS_POSTED stat incorrectly reported the
fill_cnt from RX queue 0 for all queues, resulting in inaccurate
per-queue statistics.
Fix this by correctly indexing priv->rx[idx].fill_cnt for each RX queue.

Fixes: 24aeb56f2d38 ("gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.")
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Link: https://patch.msgid.link/20250527130830.1812903-1-alok.a.tiwari@oracle.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/google/gve/gve_main.c