mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
IB/srpt: Handle GID change events
GID change events need a refresh just like LID change events and several others. Handle this the same as the others. Signed-off-by: Doug Ledford <dledford@redhat.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
parent
e714531a34
commit
2aa1cf64aa
@ -198,6 +198,7 @@ static void srpt_event_handler(struct ib_event_handler *handler,
|
||||
case IB_EVENT_PKEY_CHANGE:
|
||||
case IB_EVENT_SM_CHANGE:
|
||||
case IB_EVENT_CLIENT_REREGISTER:
|
||||
case IB_EVENT_GID_CHANGE:
|
||||
/* Refresh port data asynchronously. */
|
||||
if (event->element.port_num <= sdev->device->phys_port_cnt) {
|
||||
sport = &sdev->port[event->element.port_num - 1];
|
||||
|
Loading…
Reference in New Issue
Block a user