2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 10:44:14 +08:00
linux-next/drivers/infiniband/sw
Parav Pandit 063af59597 IB/rxe: Avoid scheduling tasklet for userspace QP
This patch avoids scheduing tasklet for WQE and protocol processing
for user space QP. It performs the task in calling process context.

To improve code readability kernel specific post_send handling moved to
post_send_kernel() function.

Signed-off-by: Parav Pandit <pandit.parav@gmail.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-10-06 13:50:04 -04:00
..
rdmavt IB/rdmavt: Trivial function comment corrected. 2016-10-03 10:55:27 -04:00
rxe IB/rxe: Avoid scheduling tasklet for userspace QP 2016-10-06 13:50:04 -04:00
Makefile Soft RoCE driver 2016-08-04 11:13:12 -04:00