Re: [PATCH V2 09/10] iommu/ipmmu-vmsa: Use refcount for the micro-TLBs

2022-01-27 Thread Oleksandr
On 27.01.22 13:48, Julien Grall wrote: Hi Oleksandr, Hi Julien On 20/12/2021 21:15, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko Reference-count the micro-TLBs as several bus masters can be connected to the same micro-TLB (and drop TODO comment). This wasn't an issue so far,

Re: [PATCH V2 09/10] iommu/ipmmu-vmsa: Use refcount for the micro-TLBs

2022-01-27 Thread Julien Grall
Hi Oleksandr, On 20/12/2021 21:15, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko Reference-count the micro-TLBs as several bus masters can be connected to the same micro-TLB (and drop TODO comment). This wasn't an issue so far, since the platform devices (this driver deals with) get

[PATCH V2 09/10] iommu/ipmmu-vmsa: Use refcount for the micro-TLBs

2021-12-20 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko Reference-count the micro-TLBs as several bus masters can be connected to the same micro-TLB (and drop TODO comment). This wasn't an issue so far, since the platform devices (this driver deals with) get assigned/deassigned together during domain creation/destruction.