netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] mlx5e rc2 misc patches
@ 2024-04-04 17:33 Tariq Toukan
  2024-04-04 17:33 ` [PATCH net-next 1/5] net/mlx5e: Extract checking of FEC support for a link mode Tariq Toukan
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Tariq Toukan @ 2024-04-04 17:33 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Paolo Abeni, Eric Dumazet
  Cc: netdev, Saeed Mahameed, Gal Pressman, Leon Romanovsky,
	Tariq Toukan

Hi,

This patchset includes small features and a cleanup for the mlx5e driver.

Patches 1-2 by Cosmin implements FEC settings for 100G/lane modes.

Patch 3-4 by Carolina adds generic rep-port ethtool stats group and implements
an mlx5e counter that exposes RX packet drops of VFs/SFs on their representor.

Patch 5 is a simple cleanup.

Series generated against:
commit 57a03d83f229 ("Merge branch 'mlxsw-preparations-for-improving-performance'")

Thanks,
Tariq.

Carolina Jubran (2):
  ethtool: add interface to read representor Rx statistics
  net/mlx5e: Expose the VF/SF RX drop counter on the representor

Cosmin Ratiu (2):
  net/mlx5e: Extract checking of FEC support for a link mode
  net/mlx5e: Support FEC settings for 100G/lane modes

Tariq Toukan (1):
  net/mlx5e: Un-expose functions in en.h

 drivers/net/ethernet/mellanox/mlx5/core/en.h  | 12 -----
 .../net/ethernet/mellanox/mlx5/core/en/port.c | 50 ++++++++++++++++---
 .../ethernet/mellanox/mlx5/core/en_ethtool.c  | 22 ++++----
 .../net/ethernet/mellanox/mlx5/core/en_main.c |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en_rep.c  | 48 ++++++++++++++++++
 .../ethernet/mellanox/mlx5/core/en_stats.h    |  3 ++
 include/linux/ethtool.h                       | 16 ++++++
 include/linux/mlx5/mlx5_ifc.h                 | 20 +++++++-
 include/uapi/linux/ethtool.h                  |  2 +
 include/uapi/linux/ethtool_netlink.h          | 10 ++++
 net/ethtool/netlink.h                         |  1 +
 net/ethtool/stats.c                           | 31 ++++++++++++
 net/ethtool/strset.c                          |  5 ++
 13 files changed, 190 insertions(+), 32 deletions(-)

-- 
2.44.0


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

end of thread, other threads:[~2024-04-06  5:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04 17:33 [PATCH net-next 0/5] mlx5e rc2 misc patches Tariq Toukan
2024-04-04 17:33 ` [PATCH net-next 1/5] net/mlx5e: Extract checking of FEC support for a link mode Tariq Toukan
2024-04-04 17:33 ` [PATCH net-next 2/5] net/mlx5e: Support FEC settings for 100G/lane modes Tariq Toukan
2024-04-04 17:33 ` [PATCH net-next 3/5] ethtool: add interface to read representor Rx statistics Tariq Toukan
2024-04-06  4:53   ` Jakub Kicinski
2024-04-06  5:25     ` Rahul Rameshbabu
2024-04-06  5:46       ` Jakub Kicinski
2024-04-04 17:33 ` [PATCH net-next 4/5] net/mlx5e: Expose the VF/SF RX drop counter on the representor Tariq Toukan
2024-04-04 17:33 ` [PATCH net-next 5/5] net/mlx5e: Un-expose functions in en.h Tariq Toukan
2024-04-05  5:53   ` Kalesh Anakkur Purayil
2024-04-06  4:56 ` [PATCH net-next 0/5] mlx5e rc2 misc patches Jakub Kicinski
2024-04-06  5:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).