Re: [PATCH 1/1] PCI: Add translated request only opt-in for pci_enable_pasid()

From: Jason Gunthorpe
Date: Thu Jan 12 2023 - 07:38:44 EST


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