Re: [RESEND PATCH v3 1/4] iommu/iova: Add free_all_cpu_cached_iovas()

2020-12-09 Thread John Garry
On 09/12/2020 08:58, Leizhen (ThunderTown) wrote: goto retry; } Reviewed-by: Zhen Lei Thanks, incidentally this needs to be rebased, which I'll do now. ___ iommu mailing list iommu@lists.linux-foundation.org https://lists

Re: [RESEND PATCH v3 1/4] iommu/iova: Add free_all_cpu_cached_iovas()

2020-12-09 Thread Leizhen (ThunderTown)
On 2020/11/17 18:25, John Garry wrote: > Add a helper function to free the CPU rcache for all online CPUs. > > There also exists a function of the same name in > drivers/iommu/intel/iommu.c, but the parameters are different, and there > should be no conflict. > > Signed-off-by: John Garry > ---

[RESEND PATCH v3 1/4] iommu/iova: Add free_all_cpu_cached_iovas()

2020-11-17 Thread John Garry
Add a helper function to free the CPU rcache for all online CPUs. There also exists a function of the same name in drivers/iommu/intel/iommu.c, but the parameters are different, and there should be no conflict. Signed-off-by: John Garry --- drivers/iommu/iova.c | 13 + 1 file change