Re: [PATCH v3 0/2] Optimize dma_*_from_contiguous calls

2019-05-29 Thread Nicolin Chen
On Tue, May 28, 2019 at 08:04:24AM +0200, Christoph Hellwig wrote: > Thanks, > > applied to dma-mapping for-next. > > Can you also send a conversion of drivers/iommu/dma-iommu.c to your > new helpers against this tree? > > http://git.infradead.org/users/hch/dma-mapping.git/shortlog/refs/heads/fo

Re: [PATCH v3 0/2] Optimize dma_*_from_contiguous calls

2019-05-27 Thread Christoph Hellwig
Thanks, applied to dma-mapping for-next. Can you also send a conversion of drivers/iommu/dma-iommu.c to your new helpers against this tree? http://git.infradead.org/users/hch/dma-mapping.git/shortlog/refs/heads/for-next

Re: [PATCH v3 0/2] Optimize dma_*_from_contiguous calls

2019-05-24 Thread dann frazier
On Thu, May 23, 2019 at 10:08 PM Nicolin Chen wrote: > > [ Per discussion at v1, we decide to add two new functions and start > replacing callers one by one. For this series, it only touches the > dma-direct part. And instead of merging two PATCHes, I still keep > them separate so that we ma

[PATCH v3 0/2] Optimize dma_*_from_contiguous calls

2019-05-23 Thread Nicolin Chen
[ Per discussion at v1, we decide to add two new functions and start replacing callers one by one. For this series, it only touches the dma-direct part. And instead of merging two PATCHes, I still keep them separate so that we may easily revert PATCH-2 if anything bad happens as last time -