get_registered_cuda_segments

Function get_registered_cuda_segments 

Source
pub fn get_registered_cuda_segments(pd: *mut ibv_pd) -> Vec<rdma_segment_info_t>
Expand description

Get all segments that have been registered with MRs for the given PD.

Each protection domain maintains independent segment registrations, so callers must pass the PD whose lkeys they intend to use.