[PATCH net-next 0/2] devlink: add generic max_sfs parameter and mlx5 support

Tariq Toukan posted 2 patches 1 week ago
There is a newer version of this series
.../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(-)
[PATCH net-next 0/2] devlink: add generic max_sfs parameter and mlx5 support
Posted by Tariq Toukan 1 week ago
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