Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23775
b: refs/heads/master
c: 4e37b95
h: refs/heads/master
i:
  23773: 69b00d3
  23771: b0e82bc
  23767: cc24980
  23759: 205e07e
  23743: 0b13a2d
v: v3
  • Loading branch information
Leonid Arsh authored and Roland Dreier committed Mar 24, 2006
1 parent 8d1ebd8 commit 352578e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0b3a8e1939d18c9bd4caca0b4b859b118a4167e
refs/heads/master: 4e37b956161c3a3b160972c11c55f07b38b9830c
5 changes: 3 additions & 2 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,11 @@ void ipoib_event(struct ib_event_handler *handler,
struct ipoib_dev_priv *priv =
container_of(handler, struct ipoib_dev_priv, event_handler);

if (record->event == IB_EVENT_PORT_ACTIVE ||
if (record->event == IB_EVENT_PORT_ERR ||
record->event == IB_EVENT_PORT_ACTIVE ||
record->event == IB_EVENT_LID_CHANGE ||
record->event == IB_EVENT_SM_CHANGE) {
ipoib_dbg(priv, "Port active event\n");
ipoib_dbg(priv, "Port state change event\n");
queue_work(ipoib_workqueue, &priv->flush_task);
}
}

0 comments on commit 352578e

Please sign in to comment.