public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V3 0/5] net/mlx5e: Report more netdev stats
@ 2026-05-04 18:36 Tariq Toukan
  2026-05-04 18:37 ` [PATCH net-next V3 1/5] net/mlx5e: Count full skb length in TSO byte counters Tariq Toukan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tariq Toukan @ 2026-05-04 18:36 UTC (permalink / raw)
  To: Eric Dumazet, Jakub Kicinski, Paolo Abeni, Andrew Lunn,
	David S. Miller
  Cc: Saeed Mahameed, Tariq Toukan, Mark Bloch, Leon Romanovsky, netdev,
	linux-rdma, linux-kernel, Gal Pressman, Dragos Tatulea

Hi,

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.

Regards,
Tariq

---

V3:
- Add tso_bytes/tso_inner_bytes patch.
- Drop RX csum patch from the series.
- Reduce TX csum patch to csum_none only.

V2: https://lore.kernel.org/all/20260309095519.1854805-1-tariqt@nvidia.com/
V1: https://lore.kernel.org/all/20260204193315.1722983-1-tariqt@nvidia.com/

Gal Pressman (5):
  net/mlx5e: Count full skb length in TSO byte counters
  net/mlx5e: Report hw_gso_packets and hw_gso_bytes netdev stats
  net/mlx5e: Report RX HW-GRO netdev stats
  net/mlx5e: Report TX csum_none netdev stat
  net/mlx5e: Report stop and wake TX queue stats

 .../net/ethernet/mellanox/mlx5/core/en_main.c | 42 +++++++++++++++++++
 .../net/ethernet/mellanox/mlx5/core/en_tx.c   |  4 +-
 2 files changed, 44 insertions(+), 2 deletions(-)


base-commit: 98878ed91b68a3150126fccef125ee7b1bb86ab2
-- 
2.44.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-04 18:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-04 18:36 [PATCH net-next V3 0/5] net/mlx5e: Report more netdev stats Tariq Toukan
2026-05-04 18:37 ` [PATCH net-next V3 1/5] net/mlx5e: Count full skb length in TSO byte counters Tariq Toukan
2026-05-04 18:37 ` [PATCH net-next V3 2/5] net/mlx5e: Report hw_gso_packets and hw_gso_bytes netdev stats Tariq Toukan
2026-05-04 18:37 ` [PATCH net-next V3 3/5] net/mlx5e: Report RX HW-GRO " Tariq Toukan
2026-05-04 18:37 ` [PATCH net-next V3 4/5] net/mlx5e: Report TX csum_none netdev stat Tariq Toukan
2026-05-04 18:37 ` [PATCH net-next V3 5/5] net/mlx5e: Report stop and wake TX queue stats Tariq Toukan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox