Skip to main content

Module memory_region

Module memory_region 

Source
Expand description

Registered memory regions returned by IbvDomainImpl::register_mr.

IbvMemoryRegionView is the cheap, cloneable handle peers use: the keys and addresses for a slice of registered memory, plus an Arc<dyn IbvMemoryRegionKeepalive> that keeps the backing registration’s resources alive until the last clone of the view drops.

Structs§

IbvMemoryRegionView
A cloneable handle to a slice of registered memory: the keys and addresses a peer needs, plus an Arc<dyn IbvMemoryRegionKeepalive> keepalive.