A recent patch: 7ad213c52201463e798504b96d7e46411d5663e9 Mon Sep 17 00:00:00 2001 From: Yonatan Nachum <ynachum@xxxxxxxxxx> Date: Thu, 11 May 2023 09:27:30 +0000 Subject: [PATCH] tests: Fix ambiguous use of qp opcode in traffic functions incorrectly replaces IBV_QP_EX_WITH_RDMA_WRITE by IBV_WR_ATOMIC_WRITE in test_qp_ex_rc_rdma_write. It probably should have been IBV_WR_RDMA_WRITE which seems to work. With the rxe provider driver this test attempts to call qp->wr_atomic_write but does not set the send_ops flags correctly. Bob