Re: [PATCH 2/8] iommu/vt-d: Add entry_sync support for PASID entry updates

From: Baolu Lu

Date: Thu Mar 12 2026 - 03:53:03 EST


On 3/11/26 20:23, Jason Gunthorpe wrote:
On Wed, Mar 11, 2026 at 04:42:37PM +0800, Baolu Lu wrote:
switch (pgtt) {
case PASID_ENTRY_PGTT_FL_ONLY:
/* AW, PGTT */
ue->val[0] |= SM_PASID0_AW | SM_PASID0_PGTT;
Probably don't need the comments too 🙂

Yeah, the code itself is self-explained.

Thanks,
baolu