]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'eth-fbnic-fix-drop-stats-support'
authorJakub Kicinski <kuba@kernel.org>
Tue, 5 Aug 2025 23:01:47 +0000 (16:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 5 Aug 2025 23:01:47 +0000 (16:01 -0700)
Mohsin Bashir says:

====================
eth: fbnic: Fix drop stats support

Fix hardware drop stats support on the TX path of fbnic by addressing two
issues: ensure that tx_dropped stats are correctly copied to the
rtnl_link_stats64 struct, and protect the copying of drop stats from
fdb->hw_stats to the local variable with the hw_stats_lock to
ensure consistency.
====================

Link: https://patch.msgid.link/20250802024636.679317-1-mohsin.bashr@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge