]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Fix too early queueing of log timestamp work
authorGal Pressman <gal@nvidia.com>
Sat, 6 Nov 2021 18:19:09 +0000 (20:19 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 1 Dec 2021 06:35:05 +0000 (22:35 -0800)
commitf6b1f13aaad6f535389554c9f64c0a90fa8034ec
treee96137387c4c41fa6eb3e1285bc644b3d410953e
parent8049cda5e499005da9153bc6e521a8c111db1701
net/mlx5: Fix too early queueing of log timestamp work

The log timestamp work should not be queued before the command interface
is initialized, move it to a later stage in the init flow.

Fixes: 61842d1f387d ("net/mlx5: Add periodic update of host time to firmware")
Signed-off-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/health.c