Re: [PATCH v3 01/13] iommu: Change type of pasid to unsigned int

From: Andy Lutomirski
Date: Wed Jun 17 2020 - 15:40:36 EST


On Wed, Jun 17, 2020 at 11:24 AM Fenghua Yu <fenghua.yu@xxxxxxxxx> wrote:
>
> PASID is defined as a few different types in iommu including "int",
> "u32", and "unsigned int". To be consistent and to match with ioasid's
> type, define PASID and its variations (e.g. max PASID) as "unsigned int".
>
> No PASID type change in uapi.

Is PASID in the uapi at all?

--Andy