Message ID | 20230928-dma_iommu-v13-0-9e5fc4dacc36@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | iommu/dma: s390 DMA API conversion and optimized IOTLB flushing | expand |
On Thu, Sep 28, 2023 at 04:31:34PM +0200, Niklas Schnelle wrote: > Niklas Schnelle (6): > iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return > s390/pci: prepare is_passed_through() for dma-iommu > s390/pci: Use dma-iommu layer > iommu/s390: Disable deferred flush for ISM devices > iommu/dma: Allow a single FQ in addition to per-CPU FQs > iommu/dma: Use a large flush queue and timeout for shadow_on_flush Applied, thanks Niklas.
On Mon, 2023-10-02 at 08:59 +0200, Joerg Roedel wrote: > On Thu, Sep 28, 2023 at 04:31:34PM +0200, Niklas Schnelle wrote: > > Niklas Schnelle (6): > > iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return > > s390/pci: prepare is_passed_through() for dma-iommu > > s390/pci: Use dma-iommu layer > > iommu/s390: Disable deferred flush for ISM devices > > iommu/dma: Allow a single FQ in addition to per-CPU FQs > > iommu/dma: Use a large flush queue and timeout for shadow_on_flush > > Applied, thanks Niklas. > Thank you Joerg. During some more testing I've found a minor issue where resetting the debug statistics still used the now obsolete counters that should have been removed. So I'll send a follow up patch, sorry for not noticing this sooner. Thanks, Niklas