]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IB/qib: Insure last cursor is updated prior to complete
authorMike Marciniszyn <mike.marciniszyn@intel.com>
Thu, 4 Feb 2016 19:03:28 +0000 (11:03 -0800)
committerDoug Ledford <dledford@redhat.com>
Fri, 11 Mar 2016 01:38:04 +0000 (20:38 -0500)
commitee84541ad11e70d372670160e727680051801517
treeabbdb47297d51ea17a4c2a10323d2ef6325651c1
parent6c2ab0b857d1b674c5f710d2cbf06a0f3ac52313
IB/qib: Insure last cursor is updated prior to complete

This patch is a prerequisite for adding a separate lock
for post send.

The timing of updating s_last needs to be before returning
any send completion to avoid a race between a poll cq seeing
a completion and the post send checking for a full queue.

Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/qib/qib_rc.c
drivers/infiniband/hw/qib/qib_ruc.c