Re: [PATCH v4 10/15] vdpa/mlx5: add MT task for VM memory registration

2022-06-20 Thread Maxime Coquelin
On 6/18/22 11:02, Li Zhang wrote: The driver creates a direct MR object of the HW for each VM memory region, which maps the VM physical address to the actual physical address. Later, after all the MRs are ready, the driver creates an indirect MR to group all the direct MRs into one virtual sp

[PATCH v4 10/15] vdpa/mlx5: add MT task for VM memory registration

2022-06-18 Thread Li Zhang
The driver creates a direct MR object of the HW for each VM memory region, which maps the VM physical address to the actual physical address. Later, after all the MRs are ready, the driver creates an indirect MR to group all the direct MRs into one virtual space from the HW perspective. Create di