commit | 063af59597492d31c44e549d6c773b6485f7dc53 | [log] [tgz] |
---|---|---|
author | Parav Pandit <pandit.parav@gmail.com> | Wed Sep 28 20:24:12 2016 +0000 |
committer | Doug Ledford <dledford@redhat.com> | Thu Oct 06 13:50:04 2016 -0400 |
tree | da38a219f014a9fe8966faad735e53b966e8e0e0 | |
parent | 61347fa6087884305ea4a3a04501839fdb68dc76 [diff] |
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>