mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
committed by
Leon Romanovsky
parent
4dab26bed5
commit
6703cb3dce
@@ -325,6 +325,7 @@ enum ib_odp_transport_cap_bits {
|
||||
IB_ODP_SUPPORT_READ = 1 << 3,
|
||||
IB_ODP_SUPPORT_ATOMIC = 1 << 4,
|
||||
IB_ODP_SUPPORT_SRQ_RECV = 1 << 5,
|
||||
IB_ODP_SUPPORT_FLUSH = 1 << 6,
|
||||
};
|
||||
|
||||
struct ib_odp_caps {
|
||||
|
||||
Reference in New Issue
Block a user