pub fn async_map(ring_id: usize, out_ptr: usize) -> Result<usize>Expand description
Map an async ring’s SQ/CQ pages into the process address space.
ring_id: id from async_setup.
out_ptr: writes an strat9_abi::data::AsyncRingLayout here.
pub fn async_map(ring_id: usize, out_ptr: usize) -> Result<usize>Map an async ring’s SQ/CQ pages into the process address space.
ring_id: id from async_setup.
out_ptr: writes an strat9_abi::data::AsyncRingLayout here.