Re: [PATCH 16/16] vfio: account iommu allocations

From: Pasha Tatashin
Date: Wed Nov 29 2023 - 16:36:53 EST


On Tue, Nov 28, 2023 at 6:53 PM Jason Gunthorpe <jgg@xxxxxxxx> wrote:
>
> On Tue, Nov 28, 2023 at 08:49:38PM +0000, Pasha Tatashin wrote:
> > iommu allocations should be accounted in order to allow admins to
> > monitor and limit the amount of iommu memory.
> >
> > Signed-off-by: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
> > ---
> > drivers/vfio/vfio_iommu_type1.c | 8 +++++---
> > 1 file changed, 5 insertions(+), 3 deletions(-)
>
> You should send the seperately and directly to Alex.

Thanks, I will.

>
> Jason