Skip to content

Commit a1e3e96

Browse files
committed
RDMA/rxe: Enable ODP in ATOMIC WRITE operation
JIRA: https://issues.redhat.com/browse/RHEL-110100 Conflicts: Include only the RDMA core hunks. commit b84001a Author: Daisuke Matsuda <matsuda-daisuke@fujitsu.com> Date: Mon Mar 24 16:56:49 2025 +0900 RDMA/rxe: Enable ODP in ATOMIC WRITE operation Add rxe_odp_do_atomic_write() so that ODP specific steps are applied to ATOMIC WRITE requests. Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com> Link: https://patch.msgid.link/20250324075649.3313968-3-matsuda-daisuke@fujitsu.com Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent 8abf541 commit a1e3e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/rdma/ib_verbs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ enum ib_odp_transport_cap_bits {
326326
IB_ODP_SUPPORT_ATOMIC = 1 << 4,
327327
IB_ODP_SUPPORT_SRQ_RECV = 1 << 5,
328328
IB_ODP_SUPPORT_FLUSH = 1 << 6,
329+
IB_ODP_SUPPORT_ATOMIC_WRITE = 1 << 7,
329330
};
330331

331332
struct ib_odp_caps {

0 commit comments

Comments
 (0)