projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a72ad
)
net/mlx5: Change missing SyncE capability print to debug
author
Gal Pressman
<gal@nvidia.com>
Tue, 26 Dec 2023 09:12:04 +0000
(11:12 +0200)
committer
Saeed Mahameed
<saeedm@nvidia.com>
Tue, 6 Feb 2024 00:45:52 +0000
(16:45 -0800)
Lack of SyncE capability should not emit a warning, change the print to
debug level.
Signed-off-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Jianbo Liu <jianbol@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/dev.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlx5/core/dev.c
b/drivers/net/ethernet/mellanox/mlx5/core/dev.c
index cf0477f53dc4d582bce94b8b08ca1e59216830aa..47e7c2639774fd8c6d6aa11142d23039735aa506 100644
(file)
--- a/
drivers/net/ethernet/mellanox/mlx5/core/dev.c
+++ b/
drivers/net/ethernet/mellanox/mlx5/core/dev.c
@@
-210,7
+210,7
@@
static bool is_dpll_supported(struct mlx5_core_dev *dev)
return false;
if (!MLX5_CAP_MCAM_REG2(dev, synce_registers)) {
- mlx5_core_
warn
(dev, "Missing SyncE capability\n");
+ mlx5_core_
dbg
(dev, "Missing SyncE capability\n");
return false;
}