Linux Documentation
 help / color / mirror / Atom feed
* [PATCH net-next 0/2]  devlink: add generic max_sfs parameter and mlx5 support
@ 2026-05-17 11:26 Tariq Toukan
  2026-05-17 11:26 ` [PATCH net-next 1/2] devlink: add generic device max_sfs parameter Tariq Toukan
  2026-05-17 11:27 ` [PATCH net-next 2/2] net/mlx5: implement " Tariq Toukan
  0 siblings, 2 replies; 6+ messages in thread
From: Tariq Toukan @ 2026-05-17 11:26 UTC (permalink / raw)
  To: Eric Dumazet, Jakub Kicinski, Paolo Abeni, Andrew Lunn,
	David S. Miller
  Cc: Jiri Pirko, Simon Horman, Jonathan Corbet, Shuah Khan,
	Saeed Mahameed, Leon Romanovsky, Tariq Toukan, Mark Bloch,
	Vlad Dumitrescu, Aleksandr Loktionov, Daniel Zahka, David Ahern,
	Nikolay Aleksandrov, netdev, linux-doc, linux-kernel, linux-rdma,
	Gal Pressman, Dragos Tatulea, Jiri Pirko

Hi,

This series by Nikolay introduces a new generic devlink device
parameter, max_sfs, to control the number of light-weight NIC
subfunctions (SFs) that can be created on a device.

The first patch adds the generic devlink parameter and infrastructure
support.
The second patch implements support for the parameter in the mlx5
driver.

With this addition, users can enable or disable SF creation directly via
devlink, without relying on external vendor-specific tools.

Regards,
Tariq

Nikolay Aleksandrov (2):
  devlink: add generic device max_sfs parameter
  net/mlx5: implement max_sfs parameter

 .../networking/devlink/devlink-params.rst     |  6 ++
 Documentation/networking/devlink/mlx5.rst     |  7 +-
 .../mellanox/mlx5/core/lib/nv_param.c         | 83 ++++++++++++++++++-
 include/net/devlink.h                         |  4 +
 net/devlink/param.c                           |  5 ++
 5 files changed, 101 insertions(+), 4 deletions(-)


base-commit: 627ac78f2741e2ebd2225e2e953b6964a8a9182f
-- 
2.44.0


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-17 11:26 [PATCH net-next 0/2] devlink: add generic max_sfs parameter and mlx5 support Tariq Toukan
2026-05-17 11:26 ` [PATCH net-next 1/2] devlink: add generic device max_sfs parameter Tariq Toukan
2026-05-18  8:57   ` Loktionov, Aleksandr
2026-05-17 11:27 ` [PATCH net-next 2/2] net/mlx5: implement " Tariq Toukan
2026-05-18  9:05   ` Loktionov, Aleksandr
2026-05-18 10:37     ` Nikolay Aleksandrov

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