pub fn mr_access_flags() -> ibv_access_flagsExpand description
Returns the MR access flags appropriate for EFA devices.
EFA does not support IBV_ACCESS_REMOTE_ATOMIC, so this returns only
local write, remote write, and remote read flags.
pub fn mr_access_flags() -> ibv_access_flagsReturns the MR access flags appropriate for EFA devices.
EFA does not support IBV_ACCESS_REMOTE_ATOMIC, so this returns only
local write, remote write, and remote read flags.