summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorHaggai Eran <haggaie@mellanox.com>2016-02-29 13:45:09 (GMT)
committerDoug Ledford <dledford@redhat.com>2016-03-01 16:04:07 (GMT)
commitea6dc2036224aaee887f391a1ee8833bea18c68b (patch)
tree3b9ff0b0b9b801372fc7ae351a94020d42e695b8 /usr
parent25361e02c44873a17e0148d9d5c42fa2e938a019 (diff)
downloadlinux-ea6dc2036224aaee887f391a1ee8833bea18c68b.tar.xz
IB/mlx5: Reorder GSI completions
The emulated GSI QP's send completions are generated by multiple hardware QPs, so their completions could arrive out of order with respect to the order their work request were submitted. Reorder the completions by keeping a list of the posted work request and their completions. A newly received completion from the hardware updates the list and marks its work request as completed. However, the completions are only reported to the client according to the list order. In order to support that, create a new private CQ to handle the hardware completions. Signed-off-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions