Skip to content

Commit

Permalink
prov/cxi: Remove CXI_MAP_IOVA_ALLOC flag.
Browse files Browse the repository at this point in the history
Remove all CXI_MAP_IOVA_ALLOC references from libfabric.

Signed-off-by: Soumendu Satapathy <soumendu.satapathy@hpe.com>
  • Loading branch information
soumathpe authored and j-xiong committed Dec 31, 2024
1 parent 90f3ba9 commit 6e4daf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/cxi/include/cxip.h
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ struct cxip_eq {
};

#define CXIP_EQ_MAP_FLAGS \
(CXI_MAP_WRITE | CXI_MAP_PIN | CXI_MAP_IOVA_ALLOC)
(CXI_MAP_WRITE | CXI_MAP_PIN)

/*
* RMA request
Expand Down

0 comments on commit 6e4daf1

Please sign in to comment.