Re: [PATCH v3 3/7] iommu/sva: Support allocation of global PASIDs outside SVA

From: Jacob Pan
Date: Mon Apr 03 2023 - 16:40:56 EST


Hi Baolu,

On Sat, 1 Apr 2023 21:16:39 +0800, Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
wrote:

> > +/**
> > + * @brief
> > + * Reserve a PASID from the SVA global number space.
> > + *
> > + * @param min starting range, inclusive
> > + * @param max ending range, inclusive
> > + * @return The reserved PASID on success or IOMMU_PASID_INVALID on
> > failure.
> > + */
>
> Nit: the comments here also need to be changed accordingly.
good catch! will fix.

Thanks,

Jacob