]> Git Repo - linux.git/commit
net/mlx5: Add exit route when waiting for FW
authorGavin Li <[email protected]>
Sun, 27 Mar 2022 14:45:32 +0000 (17:45 +0300)
committerSaeed Mahameed <[email protected]>
Tue, 10 May 2022 05:54:00 +0000 (22:54 -0700)
commit8324a02c342a36336114a497130826612ed5520d
treee4360530a6b2deb6c0a3a226d2c32bd638d6174e
parent9eab75d45ddc9d29640fd17199880d39241eeb35
net/mlx5: Add exit route when waiting for FW

Currently, removing a device needs to get the driver interface lock before
doing any cleanup. If the driver is waiting in a loop for FW init, there
is no way to cancel the wait, instead the device cleanup waits for the
loop to conclude and release the lock.

To allow immediate response to remove device commands, check the TEARDOWN
flag while waiting for FW init, and exit the loop if it has been set.

Signed-off-by: Gavin Li <[email protected]>
Reviewed-by: Moshe Shemesh <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
drivers/net/ethernet/mellanox/mlx5/core/main.c
include/linux/mlx5/driver.h
This page took 0.0722660000000001 seconds and 4 git commands to generate.