Hi Dave, This series adds the support for devlink fw query in mlx5
Please pull and let me know if there is any problem. Please note that the series starts with a merge of mlx5-next branch, to resolve and avoid dependency with rdma tree. This what was actually missing from my previous submission of the 2 devlink patches. v1->v2: - Removed the TLS patches from the pull request and will post them as a standalone series for Jakub to review. Thanks, Saeed. --- The following changes since commit e08a976a16cafc20931db1d17aed9183202bfa8d: Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2019-07-04 16:42:59 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2019-07-04-v2 for you to fetch changes up to 8338d93788950e63d12bd1d5eb09e239550e80e9: net/mlx5: Added devlink info callback (2019-07-04 16:43:16 -0400) ---------------------------------------------------------------- mlx5-update-2019-07-04 This series adds mlx5 support for devlink fw versions query. 1) Implement the required low level firmware commands 2) Implement the devlink knobs and callbacks for fw versions query. ---------------------------------------------------------------- Shay Agroskin (2): net/mlx5: Added fw version query command net/mlx5: Added devlink info callback .../networking/device_drivers/mellanox/mlx5.rst | 19 ++ drivers/net/ethernet/mellanox/mlx5/core/devlink.c | 60 ++++++ drivers/net/ethernet/mellanox/mlx5/core/fw.c | 219 +++++++++++++++++++-- .../net/ethernet/mellanox/mlx5/core/mlx5_core.h | 2 + 4 files changed, 280 insertions(+), 20 deletions(-)