On Thu, Jan 12, 2023 at 04:46:29PM +0800, Lu Baolu wrote: > -int pci_enable_pasid(struct pci_dev *pdev, int features); > +int pci_enable_pasid(struct pci_dev *pdev, int features, bool > transled_only); Please use a named flag so we can grep for it.. Discuss in the commit message that this is a temporary step and that pci_enable_pasid() needs to be moved to the drivers Jason