Skip to content

Commit 8abf541

Browse files
committed
RDMA/rxe: Enable ODP in RDMA FLUSH operation
JIRA: https://issues.redhat.com/browse/RHEL-110100 Conflicts: Include only the RDMA core hunks. commit 6703cb3 Author: Daisuke Matsuda <matsuda-daisuke@fujitsu.com> Date: Mon Mar 24 16:56:48 2025 +0900 RDMA/rxe: Enable ODP in RDMA FLUSH operation For persistent memories, add rxe_odp_flush_pmem_iova() so that ODP specific steps are executed. Otherwise, no additional consideration is required. Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com> Link: https://patch.msgid.link/20250324075649.3313968-2-matsuda-daisuke@fujitsu.com Reviewed-by: Li Zhijian <lizhijian@fujitsu.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent 281993f commit 8abf541

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
@@ -325,6 +325,7 @@ enum ib_odp_transport_cap_bits {
325325
IB_ODP_SUPPORT_READ = 1 << 3,
326326
IB_ODP_SUPPORT_ATOMIC = 1 << 4,
327327
IB_ODP_SUPPORT_SRQ_RECV = 1 << 5,
328+
IB_ODP_SUPPORT_FLUSH = 1 << 6,
328329
};
329330

330331
struct ib_odp_caps {

0 commit comments

Comments
 (0)