]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-mlx5e-report-more-netdev-stats'
authorJakub Kicinski <kuba@kernel.org>
Thu, 7 May 2026 01:39:00 +0000 (18:39 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 May 2026 01:39:01 +0000 (18:39 -0700)
commitaf770c4d44b0ebe2f1bd2628cf9fd2a8665574df
tree615e04631f00df2c629ac3785ab2c115f206c091
parentfea3521e043fa1388ec909205687db7d4b0c57ec
parent32b7e50e284a816389831bef142de4f7d2d691ee
Merge branch 'net-mlx5e-report-more-netdev-stats'

Tariq Toukan says:

====================
net/mlx5e: Report more netdev stats

This series by Gal extends the set of counters reported in netdev stats,
by adding:
- hw_gso_packets/bytes
- RX HW-GRO stats
- TX csum_none
- TX queue stop/wake

It also aligns the tso_bytes/tso_inner_bytes counters with the netdev
stats API and virtio spec definition.
====================

Link: https://patch.msgid.link/20260504183704.272322-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>