Skip to content

Commit 6e4daf1

Browse files
soumathpej-xiong
authored andcommitted
prov/cxi: Remove CXI_MAP_IOVA_ALLOC flag.
Remove all CXI_MAP_IOVA_ALLOC references from libfabric. Signed-off-by: Soumendu Satapathy <[email protected]>
1 parent 90f3ba9 commit 6e4daf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prov/cxi/include/cxip.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ struct cxip_eq {
10761076
};
10771077

10781078
#define CXIP_EQ_MAP_FLAGS \
1079-
(CXI_MAP_WRITE | CXI_MAP_PIN | CXI_MAP_IOVA_ALLOC)
1079+
(CXI_MAP_WRITE | CXI_MAP_PIN)
10801080

10811081
/*
10821082
* RMA request

0 commit comments

Comments
 (0)