commit | 29397e34c76b57ce596493008176cf374f1cb867 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Sat Oct 16 11:37:52 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 16 14:58:13 2021 +0100 |
tree | ff5b7bfb081c8b75c9f60ea7cf42c197ceda1e65 | |
parent | b0539f5eddc2eefd24378bda3ee9cbbca916f58d [diff] |
net/smc: stop links when their GID is removed With SMC-Rv2 the GID is an IP address that can be deleted from the device. When an IB_EVENT_GID_CHANGE event is provided then iterate over all active links and check if their GID is still defined. Otherwise stop the affected link. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>