RE: [PATCH v7 11/11] iommu/vt-d: Add svm/sva invalidate function

2019-10-27 Thread Tian, Kevin
> From: Lu Baolu [mailto:baolu...@linux.intel.com] > Sent: Saturday, October 26, 2019 3:03 PM > > Hi again, > > On 10/26/19 10:40 AM, Lu Baolu wrote: > > Hi, > > > > On 10/25/19 3:27 PM, Tian, Kevin wrote: > >>> From: Jacob Pan [mailto:jacob.jun@linux.intel.com] > >>> Sent: Friday, October 25

RE: [PATCH v7 09/11] iommu/vt-d: Add bind guest PASID support

2019-10-27 Thread Tian, Kevin
> From: Jacob Pan [mailto:jacob.jun@linux.intel.com] > Sent: Saturday, October 26, 2019 1:34 AM > > Hi Kevin, > > > On Fri, 25 Oct 2019 07:19:26 + > "Tian, Kevin" wrote: > > > > From: Jacob Pan [mailto:jacob.jun@linux.intel.com] > > > Sent: Friday, October 25, 2019 3:55 AM > > > >

[PATCH] iommu/virtio: Remove unused variable

2019-10-27 Thread Cristiane Naves
Remove the variable of return. Issue found by coccicheck(scripts/coccinelle/misc/returnvar.cocci) Signed-off-by: Cristiane Naves --- drivers/iommu/virtio-iommu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/iommu/virtio-iommu.c b/drivers/iommu/virtio-iommu.c inde

Re: [PATCH v2 3/3] dpaa2_eth: use new unmap and sync dma api variants

2019-10-27 Thread Jonathan Lemon
On 24 Oct 2019, at 5:41, Laurentiu Tudor wrote: From: Laurentiu Tudor Convert this driver to usage of the newly introduced dma unmap and sync DMA APIs. This will get rid of the unsupported direct usage of iommu_iova_to_phys() API. Signed-off-by: Laurentiu Tudor --- .../net/ethernet/frees