projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260bee9
)
NTB: Schedule to receive on QP link up
author
Allen Hubbe
<Allen.Hubbe@emc.com>
Mon, 13 Jul 2015 12:07:12 +0000
(08:07 -0400)
committer
Jon Mason
<jdmason@kudzu.us>
Sun, 9 Aug 2015 20:32:22 +0000
(16:32 -0400)
Schedule to receive on QP link up, to make sure that the doorbell is
properly cleared for interrupts.
Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/ntb_transport.c
patch
|
blob
|
history
diff --git
a/drivers/ntb/ntb_transport.c
b/drivers/ntb/ntb_transport.c
index a049f96fab8d44c335e94c9f69d8b48dfbc1e281..b82171e3e07dbcb92cfdc736d5169ba5590d1e66 100644
(file)
--- a/
drivers/ntb/ntb_transport.c
+++ b/
drivers/ntb/ntb_transport.c
@@
-895,6
+895,8
@@
static void ntb_qp_link_work(struct work_struct *work)
if (qp->event_handler)
qp->event_handler(qp->cb_data, qp->link_is_up);
+
+ tasklet_schedule(&qp->rxc_db_work);
} else if (nt->link_is_up)
schedule_delayed_work(&qp->link_work,
msecs_to_jiffies(NTB_LINK_DOWN_TIMEOUT));