]> git.ipfire.org Git - thirdparty/linux.git/commit
net/mlx5: Fill out devlink dev info only for PFs
authorJiri Pirko <jiri@nvidia.com>
Thu, 6 Mar 2025 21:25:29 +0000 (23:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Mar 2025 03:33:00 +0000 (19:33 -0800)
commitd749d901b2168389f060b654fdaa08acf6b367d2
tree723fe16b19708fb7b31876b5497a24bc1e56fe5d
parentf3600c867c99a2cc8038680ecf211089c50e7971
net/mlx5: Fill out devlink dev info only for PFs

Firmware version query is supported on the PFs. Due to this
following kernel warning log is observed:

[  188.590344] mlx5_core 0000:08:00.2: mlx5_fw_version_query:816:(pid 1453): fw query isn't supported by the FW

Fix it by restricting the query and devlink info to the PF.

Fixes: 8338d9378895 ("net/mlx5: Added devlink info callback")
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Parav Pandit <parav@nvidia.com>
Link: https://patch.msgid.link/20250306212529.429329-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/devlink.c