Re: [PATCH RESEND 4/4] iommu/amd: No need to wait iommu completion if no dte irq entry change

From: Joerg Roedel
Date: Tue Sep 20 2016 - 05:56:21 EST


On Tue, Sep 20, 2016 at 09:05:34AM +0800, Baoquan He wrote:
> This is a clean up. In get_irq_table() only if DTE entry is changed
> iommu_completion_wait() need be called. Otherwise no need to do it.
>
> Signed-off-by: Baoquan He <bhe@xxxxxxxxxx>
> ---
> drivers/iommu/amd_iommu.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.