|
@@ -792,6 +792,7 @@ int rds_ib_xmit_atomic(struct rds_connection *conn, struct rm_atomic_op *op)
|
|
|
send->s_atomic_wr.compare_add_mask = op->op_m_fadd.nocarry_mask;
|
|
|
send->s_atomic_wr.swap_mask = 0;
|
|
|
}
|
|
|
+ send->s_wr.send_flags = 0;
|
|
|
nr_sig = rds_ib_set_wr_signal_state(ic, send, op->op_notify);
|
|
|
send->s_atomic_wr.wr.num_sge = 1;
|
|
|
send->s_atomic_wr.wr.next = NULL;
|