aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorSteve Wise <[email protected]>2019-02-06 13:11:49 -0800
committerJason Gunthorpe <[email protected]>2019-02-19 20:52:19 -0700
commit4133b013faf31fbab61d4deb626fcb4390042eba (patch)
treeb447d1d1f060082dd66aecea061c60e4193b2d42 /drivers/usb/cdns3/cdns3-debug.h
parent66920e1b25861d5bd99192489f6da7183529285e (diff)
lib/irq_poll: Support schedules in non-interrupt contexts
Do not assume irq_poll_sched() is called from an interrupt context only. So use raise_softirq_irqoff() instead of __raise_softirq_irqoff() so it will kick the ksoftirqd if the schedule is from a non-interrupt context. This is required for RDMA drivers, like soft iwarp, that generate cq completion notifications in a workqueue or kthread context. Without this change, siw completion notifications to the ULP can take several hundred usecs, depending on the system load. Signed-off-by: Steve Wise <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions