From: David Ahern <dsahern@kernel.org>
To: Jakub Kicinski <kuba@kernel.org>, davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com,
andrew+netdev@lunn.ch, horms@kernel.org, andrew@lunn.ch,
shuah@kernel.org, idosch@nvidia.com, ioana.ciornei@nxp.com,
petrm@nvidia.com, linux-kselftest@vger.kernel.org
Subject: Re: [PATCH net-next 2/2] selftests: drv-net: let ethtool stats settle before reading
Date: Tue, 11 Aug 2026 08:26:47 -0600 [thread overview]
Message-ID: <a47b70d8-47e7-48e3-b0a2-331f38b665a7@kernel.org> (raw)
In-Reply-To: <20260808163653.2460381-2-kuba@kernel.org>
On 8/8/26 10:36 AM, Jakub Kicinski wrote:
> Some devices refresh the statistics exposed via ethtool only
> periodically, every stats-block-usecs (as reported by ethtool -c).
> ethtool_std_stats and ethtool_rmon sample the counters immediately
> after generating traffic, so on such devices they can read stale
> values and fail with a delta short of the packets just sent.
>
> Add a hw_stats_settle() helper which sleeps for 1.25x the configured
> stats-block-usecs (defaulting to 20ms when the device reports no, or
> a zero, period). Use it for ethtool std stats and RMON.
> The 1.25x/20msec heuristic matches what the Python tests do.
>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
> CC: andrew@lunn.ch
> CC: shuah@kernel.org
> CC: dsahern@kernel.org
> CC: idosch@nvidia.com
> CC: ioana.ciornei@nxp.com
> CC: petrm@nvidia.com
> CC: linux-kselftest@vger.kernel.org
> ---
> .../selftests/drivers/net/hw/ethtool_rmon.sh | 2 ++
> .../selftests/drivers/net/hw/ethtool_std_stats.sh | 2 ++
> tools/testing/selftests/net/forwarding/lib.sh | 15 +++++++++++++++
> 3 files changed, 19 insertions(+)
>
Reviewed-by: David Ahern <dsahern@kernel.org>
next prev parent reply other threads:[~2026-08-11 14:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-08 16:36 [PATCH net-next 1/2] selftests: drv-net: pace ethtool_std_stats packet generation Jakub Kicinski
2026-08-08 16:36 ` [PATCH net-next 2/2] selftests: drv-net: let ethtool stats settle before reading Jakub Kicinski
2026-08-08 16:52 ` Andrew Lunn
2026-08-11 14:26 ` David Ahern [this message]
[not found] ` <87ecg6cnm7.fsf@pmachata.org>
2026-08-10 23:48 ` [PATCH net-next 1/2] selftests: drv-net: pace ethtool_std_stats packet generation Jakub Kicinski
2026-08-11 7:23 ` Petr Machata
2026-08-11 0:00 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a47b70d8-47e7-48e3-b0a2-331f38b665a7@kernel.org \
--to=dsahern@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=idosch@nvidia.com \
--cc=ioana.ciornei@nxp.com \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.com \
--cc=shuah@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.