Re: [PATCH V3 1/2] PCI: add CRS support to error handling path

2016-11-10 Thread Sinan Kaya
On 10/3/2016 1:36 AM, Sinan Kaya wrote: > The PCIE spec allows an endpoint device to extend the initialization time > beyond 1 second by issuing Configuration Request Retry Status (CRS) for a > vendor ID read request. > > This basically means "I'm busy now, please call me back later". > > There a

[PATCH V3 1/2] PCI: add CRS support to error handling path

2016-10-02 Thread Sinan Kaya
The PCIE spec allows an endpoint device to extend the initialization time beyond 1 second by issuing Configuration Request Retry Status (CRS) for a vendor ID read request. This basically means "I'm busy now, please call me back later". There are two moving parts to CRS support from the SW perspec