Re: [PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path

From: Lu Baolu
Date: Fri Mar 20 2020 - 03:06:39 EST


On 2020/3/20 14:30, Tom Murphy wrote:
Could we merge patch 1-3 from this series? it just cleans up weird
code and merging these patches will cover some of the work needed to
move the intel iommu driver to the dma-iommu api in the future.

Can you please take a look at this patch series?

https://lkml.org/lkml/2020/3/13/1162

It probably makes this series easier.

Best regards,
baolu


On Sat, 21 Dec 2019 at 07:04, Tom Murphy<murphyt7@xxxxxx> wrote:
Remove all IOVA handling code from the non-dma_ops path in the intel
iommu driver.

There's no need for the non-dma_ops path to keep track of IOVAs. The
whole point of the non-dma_ops path is that it allows the IOVAs to be
handled separately. The IOVA handling code removed in this patch is
pointless.

Signed-off-by: Tom Murphy<murphyt7@xxxxxx>