[PATCH v2 0/2] iommu/iova: Make the rcache depot properly flexible

Robin Murphy posted 2 patches 2 years, 3 months ago
There is a newer version of this series
drivers/iommu/iova.c | 94 ++++++++++++++++++++++++++++++--------------
1 file changed, 64 insertions(+), 30 deletions(-)
[PATCH v2 0/2] iommu/iova: Make the rcache depot properly flexible
Posted by Robin Murphy 2 years, 3 months ago
v1: https://lore.kernel.org/linux-iommu/cover.1692033783.git.robin.murphy@arm.com/

Hi all,

Here's a quick update, cleaning up the silly bugs from v1 and taking
John's suggestion to improve the comments.

Cheers,
Robin.


Robin Murphy (2):
  iommu/iova: Make the rcache depot scale better
  iommu/iova: Manage the depot list size

 drivers/iommu/iova.c | 94 ++++++++++++++++++++++++++++++--------------
 1 file changed, 64 insertions(+), 30 deletions(-)

-- 
2.39.2.101.g768bb238c484.dirty
Re: [PATCH v2 0/2] iommu/iova: Make the rcache depot properly flexible
Posted by zhangzekun (A) 2 years, 3 months ago

在 2023/8/22 2:22, Robin Murphy 写道:
> v1: https://lore.kernel.org/linux-iommu/cover.1692033783.git.robin.murphy@arm.com/
>
> Hi all,
>
> Here's a quick update, cleaning up the silly bugs from v1 and taking
> John's suggestion to improve the comments.
>
> Cheers,
> Robin.
>
>
> Robin Murphy (2):
>    iommu/iova: Make the rcache depot scale better
>    iommu/iova: Manage the depot list size
>
>   drivers/iommu/iova.c | 94 ++++++++++++++++++++++++++++++--------------
>   1 file changed, 64 insertions(+), 30 deletions(-)
>

Sorry for the delay, I got some trouble with our performance test 
environment. I had made some performance test for this patches, and the 
result looks good.

Thanks,
Zekun