[PATCH net-next V2 0/5] net/mlx5e: Report more netdev stats

Tariq Toukan posted 5 patches 3 weeks, 2 days ago
.../net/ethernet/mellanox/mlx5/core/en_main.c | 68 +++++++++++++++++++
1 file changed, 68 insertions(+)
[PATCH net-next V2 0/5] net/mlx5e: Report more netdev stats
Posted by Tariq Toukan 3 weeks, 2 days ago
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/RX csum
- TX queue stop/wake

Regards,
Tariq

V2:
- Link to V1: https://lore.kernel.org/all/20260204193315.1722983-1-tariqt@nvidia.com/
- Fix GRO counters of patch #2.

Gal Pressman (5):
  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 netdev stats
  net/mlx5e: Report RX csum netdev stats
  net/mlx5e: Report stop and wake TX queue stats

 .../net/ethernet/mellanox/mlx5/core/en_main.c | 68 +++++++++++++++++++
 1 file changed, 68 insertions(+)


base-commit: 0bcac7b11262557c990da1ac564d45777eb6b005
-- 
2.44.0
Re: [PATCH net-next V2 0/5] net/mlx5e: Report more netdev stats
Posted by Simon Horman 3 weeks, 1 day ago
On Mon, Mar 09, 2026 at 11:55:14AM +0200, Tariq Toukan wrote:
> 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/RX csum
> - TX queue stop/wake
> 
> Regards,
> Tariq
> 
> V2:
> - Link to V1: https://lore.kernel.org/all/20260204193315.1722983-1-tariqt@nvidia.com/
> - Fix GRO counters of patch #2.

Thanks.

For the series,

Reviewed-by: Simon Horman <horms@kernel.org>

...