From: Gavin Shan <gwshan@linux.vnet.ibm.com>
To: "Matthew R. Ochs" <mrochs@linux.vnet.ibm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org,
Uma Krishnan <ukrishn@linux.vnet.ibm.com>
Subject: Re: [PATCH] PCI: Increase VPD access timeout
Date: Wed, 30 Nov 2016 10:25:58 +1100 [thread overview]
Message-ID: <20161129232558.GA14170@gwshan> (raw)
In-Reply-To: <1480442440-11540-1-git-send-email-mrochs@linux.vnet.ibm.com>
On Tue, Nov 29, 2016 at 12:00:40PM -0600, Matthew R. Ochs wrote:
>The PCI core uses a fixed 50ms timeout when waiting for VPD accesses to
>complete. When an access does not complete within this period, a warning
>is logged and an error returned to the caller.
>
>While this default timeout is valid for most hardware, some devices can
>experience longer access delays under certain circumstances. For example,
>one of the IBM CXL Flash devices can take up to ~120ms in a worst-case
>scenario. These types of devices can benefit from an extended timeout.
>
>To support devices with a longer access delay, increase the timeout in
>pci_vpd_wait() to 125ms. The PCI specification is silent with respect to
>VPD delays, therefore there is no concern for violating a threshold.
>
>Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
>---
> drivers/pci/access.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/pci/access.c b/drivers/pci/access.c
>index d11cdbb..61b5a6b 100644
>--- a/drivers/pci/access.c
>+++ b/drivers/pci/access.c
>@@ -355,7 +355,7 @@ static size_t pci_vpd_size(struct pci_dev *dev, size_t old_size)
> static int pci_vpd_wait(struct pci_dev *dev)
> {
> struct pci_vpd *vpd = dev->vpd;
>- unsigned long timeout = jiffies + msecs_to_jiffies(50);
>+ unsigned long timeout = jiffies + msecs_to_jiffies(125);
> unsigned long max_sleep = 16;
> u16 status;
> int ret;
>--
>2.1.0
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-pci" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2016-11-29 23:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-29 18:00 [PATCH] PCI: Increase VPD access timeout Matthew R. Ochs
2016-11-29 23:25 ` Gavin Shan [this message]
2016-12-02 18:43 ` Uma Krishnan
2017-01-04 21:05 ` Matthew R. Ochs
2017-02-03 17:18 ` Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161129232558.GA14170@gwshan \
--to=gwshan@linux.vnet.ibm.com \
--cc=bhelgaas@google.com \
--cc=linux-pci@vger.kernel.org \
--cc=mrochs@linux.vnet.ibm.com \
--cc=ukrishn@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox