Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1027626ybi; Thu, 30 May 2019 10:22:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqyjLwo96KZIof1bs3zfOrV/z5nMxYo0GpLThK/m8QOllfTpmO8mD0/Rv2DfZIaVKd4fUrXR X-Received: by 2002:a63:ec42:: with SMTP id r2mr4813677pgj.262.1559236950039; Thu, 30 May 2019 10:22:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559236950; cv=none; d=google.com; s=arc-20160816; b=xFAZXHB+bBtllteOedO4k0+qPqN13dulJ/Ag6HqXNIgik2yMihQn4QNDCssSGFAErP moRcKt6CNwHGUAMkYt4m0aVwLg3SyAPboqEvOKEBauLGbxh2EeD5Y8pqii+6JLFu/94a EbS08HugA52882SYi2jaK1Qu14gR4tfyUYLJqOyLq5eBR+y5kcFDq4cxiH4O6barSNQa iEqJsoXF333QeQ5dX9k96Q8JqlKw6ZA9cy71YVClFWIDOd5nUFZYGkSGzBeTan/d1rLD QOwpeEp8EcEfIoHBuHputqnHalr8CSOzHWX2Z9ALe5Mlmp/bLdxpc0P4dF6Ez8ihojf6 UWQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=egumgVzPyTcy3jfQCccVxf27ZRKo8nXzUN7Thdn1LiA=; b=UZ/fL+RP6VpKADG/pL01pYNWHL81wwH/S5dT41h2OpkEFMYTTYMNMiXbgRRJTV3ecP 7RVqAC7xzSK6DXBc+MUU1YPSKv94sNKb6LI3MK++bokgRs8O1J449vZ8plCxpsSIeAlw AmMbFfP9LMtaUvHn0HYraU4ogdJeM36pnvbdYWw0mBkLnEyUhylG8Cd5//te6sHiDLTo SdPP1OqwLx8fyxsPM83/lepISYR/oip5ehTs0dTLBp5c8bUKgCWyGXxv8SaJ/zei35xx BMp3gXKHSqDYzLNVfR6vcVi/k+sCOeR1b4QhR2l8pKBkJBydSKVRiqKkylW/62mKq3qr s3tQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p19si3176644plo.212.2019.05.30.10.22.13; Thu, 30 May 2019 10:22:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726617AbfE3RU5 (ORCPT + 99 others); Thu, 30 May 2019 13:20:57 -0400 Received: from mga18.intel.com ([134.134.136.126]:48336 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725961AbfE3RU4 (ORCPT ); Thu, 30 May 2019 13:20:56 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2019 10:20:56 -0700 X-ExtLoop1: 1 Received: from araj-mobl1.jf.intel.com ([10.251.6.93]) by orsmga002.jf.intel.com with ESMTP; 30 May 2019 10:20:55 -0700 Date: Thu, 30 May 2019 10:20:55 -0700 From: "Raj, Ashok" To: Bjorn Helgaas Cc: sathyanarayanan.kuppuswamy@linux.intel.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, keith.busch@intel.com, Ashok Raj Subject: Re: [PATCH v2 1/5] PCI/ATS: Add PRI support for PCIe VF devices Message-ID: <20190530172055.GB18559@araj-mobl1.jf.intel.com> References: <20190529225714.GE28250@google.com> <20190529230426.GB5108@araj-mobl1.jf.intel.com> <20190530131738.GK28250@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190530131738.GK28250@google.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 30, 2019 at 08:17:38AM -0500, Bjorn Helgaas wrote: > On Wed, May 29, 2019 at 04:04:27PM -0700, Raj, Ashok wrote: > > On Wed, May 29, 2019 at 05:57:14PM -0500, Bjorn Helgaas wrote: > > > On Mon, May 06, 2019 at 10:20:03AM -0700, sathyanarayanan.kuppuswamy@linux.intel.com wrote: > > > > From: Kuppuswamy Sathyanarayanan > > > > > > > > When IOMMU tries to enable PRI for VF device in > > > > iommu_enable_dev_iotlb(), it always fails because PRI support for PCIe > > > > VF device is currently broken in PCIE driver. Current implementation > > > > expects the given PCIe device (PF & VF) to implement PRI capability > > > > before enabling the PRI support. But this assumption is incorrect. As > > > > per PCIe spec r4.0, sec 9.3.7.11, all VFs associated with PF can only > > > > use the Page Request Interface (PRI) of the PF and not implement it. > > > > Hence we need to create exception for handling the PRI support for PCIe > > > > VF device. > > > > > > > > Since PRI is shared between PF/VF devices, following rules should apply. > > > > > > > > 1. Enable PRI in VF only if its already enabled in PF. > > > > 2. When enabling/disabling PRI for VF, instead of configuring the > > > > registers just increase/decrease the usage count (pri_ref_cnt) of PF. > > > > 3. Disable PRI in PF only if pr_ref_cnt is zero. > > > > > > s/pr_ref_cnt/pri_ref_cnt/ > > > > > > > Cc: Ashok Raj > > > > Cc: Keith Busch > > > > Suggested-by: Ashok Raj > > > > Signed-off-by: Kuppuswamy Sathyanarayanan > > > > --- > > > > drivers/pci/ats.c | 53 +++++++++++++++++++++++++++++++++++++++++++-- > > > > include/linux/pci.h | 1 + > > > > 2 files changed, 52 insertions(+), 2 deletions(-) > > > > > > > > diff --git a/drivers/pci/ats.c b/drivers/pci/ats.c > > > > index 97c08146534a..5582e5d83a3f 100644 > > > > --- a/drivers/pci/ats.c > > > > +++ b/drivers/pci/ats.c > > > > @@ -181,12 +181,39 @@ int pci_enable_pri(struct pci_dev *pdev, u32 reqs) > > > > u16 control, status; > > > > u32 max_requests; > > > > int pos; > > > > + struct pci_dev *pf; > > > > > > > > if (WARN_ON(pdev->pri_enabled)) > > > > return -EBUSY; > > > > > > > > pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_PRI); > > > > - if (!pos) > > > > + > > > > + if (pdev->is_virtfn) { > > > > + /* > > > > + * Per PCIe r4.0, sec 9.3.7.11, VF must not implement PRI > > > > + * Capability. > > > > + */ > > > > + if (pos) { > > > > + dev_err(&pdev->dev, "VF must not implement PRI"); > > > > + return -EINVAL; > > > > + } > > > > > > This seems gratuitous. It finds implementation errors, but since we > > > correctly use the PF here anyway, it doesn't *need* to prevent PRI on > > > the VF from working. > > > > > > I think you should just have: > > > > > > if (pdev->is_virtfn) { > > > pf = pci_physfn(pdev); > > > if (!pf->pri_enabled) > > > return -EINVAL; > > > > This would be incorrect. Since if we never did any bind_mm to the PF > > PRI would not have been enabled. Currently this is done in the IOMMU > > driver, and not in the device driver. > > This is functionally the same as the original patch, only omitting the > "VF must not implement PRI" check. > > > I suppose we should enable PF capability if its not enabled. Same > > comment would be applicable for PASID as well. > > Operating on a device other than the one the driver owns opens the > issue of mutual exclusion and races, so would require careful > scrutiny. Are PRI/PASID things that could be *always* enabled for the > PF at enumeration-time, or do we have to wait until a driver claims > the VF? If the latter, are there coordination issues between drivers > of different VFs? I suppose that's a reasonably good alternative. You mean we could do this when VF's are being created? Otherwise we can do this as its done today, on demand for all normal PF's. Cheers, Ashok