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.
Mohsin Bashir (2):
eth: fbnic: Fix tx_dropped reporting
eth: fbnic: Lock the tx_dropped update
drivers/net/ethernet/meta/fbnic/fbnic_netdev.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
--
2.47.3