Re: [PATCH v13 2/2] vhost-vdpa: add support for vIOMMU

2023-03-14 Thread Cindy Lu
On Mon, Mar 6, 2023 at 11:36 AM Jason Wang wrote: > > > 在 2023/2/8 10:57, Cindy Lu 写道: > > 1.Add support for vIOMMU. > > Add the new function to deal with iommu MR. > > - during iommu_region_add register a specific IOMMU notifier, > >and store all notifiers in a list. > > - during

Re: [PATCH v13 2/2] vhost-vdpa: add support for vIOMMU

2023-03-05 Thread Jason Wang
在 2023/2/8 10:57, Cindy Lu 写道: 1.Add support for vIOMMU. Add the new function to deal with iommu MR. - during iommu_region_add register a specific IOMMU notifier, and store all notifiers in a list. - during iommu_region_del, compare and delete the IOMMU notifier from the list - since the

[PATCH v13 2/2] vhost-vdpa: add support for vIOMMU

2023-02-07 Thread Cindy Lu
1.Add support for vIOMMU. Add the new function to deal with iommu MR. - during iommu_region_add register a specific IOMMU notifier, and store all notifiers in a list. - during iommu_region_del, compare and delete the IOMMU notifier from the list - since the SVQ not support iommu yet, add the