On 06/27/18 09:32, Yuval Shaia wrote:
On Tue, Jun 26, 2018 at 08:39:36AM -0700, Bart Van Assche wrote:Every function that returns COMPST_ERROR must set wqe->status to another value than IB_WC_SUCCESS before returning COMPST_ERROR. Fix the only code path for which this is not yet the case.It is unclear to me why other places left out from this fix (e.x. lines 248, 288 etc).
Hello Yuval,wqe->status is already set before the code that you mentioned has been reached.
Bart.