Re: [PATCH 1/1] soc/fsl/qbman: Use iommu_paging_domain_alloc()

2024-09-03 Thread Christophe Leroy
Le 12/08/2024 à 09:25, Lu Baolu a écrit : [Vous ne recevez pas souvent de courriers de baolu...@linux.intel.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] An iommu domain is allocated in portal_set_cpu() and is attached to pcfg->dev in the same

[PATCH 1/1] soc/fsl/qbman: Use iommu_paging_domain_alloc()

2024-08-12 Thread Lu Baolu
An iommu domain is allocated in portal_set_cpu() and is attached to pcfg->dev in the same function. Use iommu_paging_domain_alloc() to make it explicit. Signed-off-by: Lu Baolu Reviewed-by: Jason Gunthorpe Link: https://lore.kernel.org/r/2024061008.88197-14-baolu...@linux.intel.com --- dri