pub fn create_ipc_mapper(
endpoint_id: u32,
request_tx: Tube,
) -> CreateIpcMapperRetExpand description
Returns a new IpcMemoryMapper instance and a response_tx for the iommu
to respond to TranslateRequests.
ยงArguments
endpoint_id- For the remote iommu to identify the device/ipc mapper.request_tx- A tube to sendTranslateRequestto a remote iommu. This should be cloned and shared between different ipc mappers with differentendpoint_ids.