From: Jakub Kicinski Date: Tue, 5 Aug 2025 23:01:47 +0000 (-0700) Subject: Merge branch 'eth-fbnic-fix-drop-stats-support' X-Git-Tag: v6.17-rc1~24^2~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad21f668e8d4c6e4028571aba566227b62fd8d89;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'eth-fbnic-fix-drop-stats-support' 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 --- ad21f668e8d4c6e4028571aba566227b62fd8d89