From: Oza Oza <oza.oza@broadcom.com>
To: Bjorn Helgaas <helgaas@kernel.org>
Cc: Sinan Kaya <okaya@codeaurora.org>,
Bjorn Helgaas <bhelgaas@google.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>, Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
Jon Mason <jonmason@broadcom.com>,
BCM Kernel Feedback <bcm-kernel-feedback-list@broadcom.com>,
Andy Gospodarek <gospo@broadcom.com>,
linux-pci <linux-pci@vger.kernel.org>,
linux-kernel@vger.kernel.org,
Oza Pawandeep <oza.pawandeep@gmail.com>,
Timur Tabi <timur@codeaurora.org>,
Alex Williamson <alex.williamson@redhat.com>
Subject: Re: [PATCH v7 1/2] PCI: iproc: Retry request when CRS returned from EP
Date: Thu, 24 Aug 2017 10:10:30 +0530 [thread overview]
Message-ID: <CAMSpPPfVUHHD_f8WOTwh3o54R0U4JvruTZwgrBZL2=WHDVhgKA@mail.gmail.com> (raw)
In-Reply-To: <20170823180029.GD8498@bhelgaas-glaptop.roam.corp.google.com>
On Wed, Aug 23, 2017 at 11:30 PM, Bjorn Helgaas <helgaas@kernel.org> wrote:
> On Wed, Aug 23, 2017 at 09:32:06PM +0530, Oza Oza wrote:
>> On Wed, Aug 23, 2017 at 9:22 PM, Sinan Kaya <okaya@codeaurora.org> wrote:
>> > Hi Oza,
>> >
>> >> In working Enumuration case I get following:
>> >> [ 9.125976] pci 0000:00:00.0: bridge configuration invalid ([bus
>> >> 00-00]), re-configuring
>> >> [ 9.134267] where=0x0 val=0xffff0001
>> >> [ 9.146946] where=0x0 val=0xffff0001
>> >> [ 9.158943] where=0x0 val=0xffff0001
>> >> [ 9.170945] where=0x0 val=0xffff0001
>> >> [ 9.186945] where=0x0 val=0xffff0001
>> >> [ 9.210944] where=0x0 val=0xffff0001
>> >> [ 9.250943] where=0x0 val=0xffff0001
>> >> [ 9.322942] where=0x0 val=0xffff0001
>> >> [ 9.458943] where=0x0 val=0xffff0001
>> >> [ 9.726942] where=0x0 val=0x9538086 >> actual vendor and device id.
>> >>
>> >> so I think I have to retry in RC driver, so the old code still holds good.
>> >> except that I have to do factoring out
>> > You need to return 0xFFFF0001 for vendor ID register and return 0xFFFFFFFF for
>> > other registers like COMMAND register during the CRS period.
>
> The proposal we're trying to implement is to handle this controller as
> an RP that does not support CRS SV. Such an RP would never return
> 0xffff0001 for the vendor/device ID. If it never got a successful
> completion, it would return 0xffffffff.
>
> So I think you do have to either retry (as in your v7 patch) or add a
> delay before we start enumeration.
>
> It looks like we waited somewhere between 320ms and 590ms before this
> device became ready.
>
> The PCI specs do require a delay after a reset (PCIe r3.1, sec 6.6.1)
> before software sends a config request. I don't think there's
> anywhere in the PCI core where we delay before we first enumerate
> devices under a host bridge. I'm not sure we'd *want* such a delay in
> the PCI core, because on many systems the BIOS has already initialized
> the PCI controller, and an additional delay would be unnecessary and
> would only slow down boot.
>
> But it might make sense to add a delay in the PCI controller driver --
> it knows when the reset occurs and probably knows more about the
> firmware environment. I haven't tried to analyze all of sec 6.6.1,
> but this section:
>
> Unless Readiness Notifications mechanisms are used (see Section
> 6.23), the Root Complex and/or system software must allow at least
> 1.0 s after a Conventional Reset of a device, before it may
> determine that a device which fails to return a Successful
> Completion status for a valid Configuration Request is a broken
> device. This period is independent of how quickly Link training
> completes.
>
> Note: This delay is analogous to the Trhfa parameter specified for
> PCI/PCI-X, and is intended to allow an adequate amount of time for
> devices which require self initialization.
>
> makes it sound like a 1sec delay might be needed. That sounds like an
> awful lot, but this device did take close to that amount of time.
>
> I don't care which way you go. You've already implemented the delay
> in the v7 patch, and that's fine with me.
>
Thanks for your inputs Bjorn.
I will have v8 patch which will have;
factored out separate patch + retry implementation of v7 patch.
> Bjorn
next prev parent reply other threads:[~2017-08-24 4:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-21 15:58 [PATCH v7 0/2] PCI: iproc: SOC specific fixes Oza Pawandeep
2017-08-21 15:58 ` [PATCH v7 1/2] PCI: iproc: Retry request when CRS returned from EP Oza Pawandeep
2017-08-22 20:33 ` Bjorn Helgaas
2017-08-23 10:27 ` Oza Oza
2017-08-23 13:51 ` Bjorn Helgaas
2017-08-23 15:42 ` Oza Oza
2017-08-23 15:52 ` Sinan Kaya
2017-08-23 16:02 ` Oza Oza
2017-08-23 18:00 ` Bjorn Helgaas
2017-08-24 4:40 ` Oza Oza [this message]
2017-08-21 15:58 ` [PATCH v7 2/2] PCI: iproc: add device shutdown for PCI RC Oza Pawandeep
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='CAMSpPPfVUHHD_f8WOTwh3o54R0U4JvruTZwgrBZL2=WHDVhgKA@mail.gmail.com' \
--to=oza.oza@broadcom.com \
--cc=alex.williamson@redhat.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bhelgaas@google.com \
--cc=gospo@broadcom.com \
--cc=helgaas@kernel.org \
--cc=jonmason@broadcom.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=okaya@codeaurora.org \
--cc=oza.pawandeep@gmail.com \
--cc=rjui@broadcom.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
--cc=timur@codeaurora.org \
/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;
as well as URLs for NNTP newsgroup(s).