Hi Dave, This humble 2 patch series from Shay adds the support for devlink fw versions query to mlx5 driver.
In the first patch we implement the needed fw commands to support this feature. In the 2nd patch we implement the devlink callbacks themselves. I am not sending this as a pull request since i am not sure when my next pull request is going to be ready, and these two patches are straight forward net-next patches. Thanks, Saeed. --- Shay Agroskin (2): net/mlx5: Added fw version query command net/mlx5: Added devlink info callback .../device_drivers/mellanox/mlx5.rst | 19 ++ .../net/ethernet/mellanox/mlx5/core/devlink.c | 60 +++++ drivers/net/ethernet/mellanox/mlx5/core/fw.c | 219 ++++++++++++++++-- .../ethernet/mellanox/mlx5/core/mlx5_core.h | 2 + 4 files changed, 280 insertions(+), 20 deletions(-) -- 2.21.0