Re: [PATCH v4 06/15] intel-iommu: Implement get_attr() method

2023-10-06 Thread Joao Martins
On 02/10/2023 16:23, Cédric Le Goater wrote: > On 6/22/23 23:48, Joao Martins wrote: >> Implement IOMMU MR get_attr() method and use the dma_translation >> property to report the IOMMU_ATTR_DMA_TRANSLATION attribute. >> Additionally add the necessary get_iommu_attr into the PCIIOMMUOps to >> sup

Re: [PATCH v4 06/15] intel-iommu: Implement get_attr() method

2023-10-02 Thread Cédric Le Goater
On 6/22/23 23:48, Joao Martins wrote: Implement IOMMU MR get_attr() method and use the dma_translation property to report the IOMMU_ATTR_DMA_TRANSLATION attribute. Additionally add the necessary get_iommu_attr into the PCIIOMMUOps to support pci_device_iommu_get_attr(). The callback in there act

Re: [PATCH v4 06/15] intel-iommu: Implement get_attr() method

2023-09-08 Thread Joao Martins
On 08/09/2023 07:23, Duan, Zhenzhong wrote: > > On 6/23/2023 5:48 AM, Joao Martins wrote: >> Implement IOMMU MR get_attr() method and use the dma_translation >> property to report the IOMMU_ATTR_DMA_TRANSLATION attribute. >> Additionally add the necessary get_iommu_attr into the PCIIOMMUOps to

Re: [PATCH v4 06/15] intel-iommu: Implement get_attr() method

2023-09-07 Thread Duan, Zhenzhong
On 6/23/2023 5:48 AM, Joao Martins wrote: Implement IOMMU MR get_attr() method and use the dma_translation property to report the IOMMU_ATTR_DMA_TRANSLATION attribute. Additionally add the necessary get_iommu_attr into the PCIIOMMUOps to support pci_device_iommu_get_attr(). The callback in the

[PATCH v4 06/15] intel-iommu: Implement get_attr() method

2023-06-22 Thread Joao Martins
Implement IOMMU MR get_attr() method and use the dma_translation property to report the IOMMU_ATTR_DMA_TRANSLATION attribute. Additionally add the necessary get_iommu_attr into the PCIIOMMUOps to support pci_device_iommu_get_attr(). The callback in there acts as a IOMMU-specific address space walk