diff options
author | Alaa Hleihel <alaa@mellanox.com> | 2019-05-19 11:11:49 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-06-07 14:40:36 -0700 |
commit | dd80857bf388abd0c64dd3aa4fbf7d407deba819 (patch) | |
tree | 6d80419f3b487082c5051f6937bc784504e51539 /drivers/edac/i3000_edac.c | |
parent | 6a6fabbfa3e8c656ff906ae999fb6856410fa4cd (diff) | |
download | linux-dd80857bf388abd0c64dd3aa4fbf7d407deba819.tar.bz2 |
net/mlx5: Avoid reloading already removed devices
Prior to reloading a device we must first verify that it was not already
removed. Otherwise, the attempt to remove the device will do nothing, and
in that case we will end up proceeding with adding an new device that no
one was expecting to remove, leaving behind used resources such as EQs that
causes a failure to destroy comp EQs and syndrome (0x30f433).
Fix that by making sure that we try to remove and add a device (based on a
protocol) only if the device is already added.
Fixes: c5447c70594b ("net/mlx5: E-Switch, Reload IB interface when switching devlink modes")
Signed-off-by: Alaa Hleihel <alaa@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'drivers/edac/i3000_edac.c')
0 files changed, 0 insertions, 0 deletions