Re: [PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-16 Thread Sinan Kaya
On 4/16/2018 9:27 AM, Bjorn Helgaas wrote: >>> We realized that DPC and hotplug is heavily integrated today. We >>> have use cases for systems without hotplug support but still >>> support DPC. That's the problem we are trying to solve with this >>> patchset. > Apparently there's a problem with sys

Re: [PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-16 Thread poza
On 2018-04-16 18:57, Bjorn Helgaas wrote: On Mon, Apr 16, 2018 at 11:33:13AM +0530, p...@codeaurora.org wrote: On 2018-04-16 09:23, Sinan Kaya wrote: > On 4/15/2018 11:16 PM, Bjorn Helgaas wrote: > > On Mon, Apr 09, 2018 at 10:41:48AM -0400, Oza Pawandeep wrote: > > > This patch set brings in er

Re: [PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-16 Thread Bjorn Helgaas
On Mon, Apr 16, 2018 at 11:33:13AM +0530, p...@codeaurora.org wrote: > On 2018-04-16 09:23, Sinan Kaya wrote: > > On 4/15/2018 11:16 PM, Bjorn Helgaas wrote: > > > On Mon, Apr 09, 2018 at 10:41:48AM -0400, Oza Pawandeep wrote: > > > > This patch set brings in error handling support for DPC > > > >

Re: [PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-15 Thread poza
On 2018-04-16 09:23, Sinan Kaya wrote: On 4/15/2018 11:16 PM, Bjorn Helgaas wrote: On Mon, Apr 09, 2018 at 10:41:48AM -0400, Oza Pawandeep wrote: This patch set brings in error handling support for DPC The current implementation of AER and error message broadcasting to the EP driver is tight

Re: [PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-15 Thread Sinan Kaya
On 4/15/2018 11:16 PM, Bjorn Helgaas wrote: > On Mon, Apr 09, 2018 at 10:41:48AM -0400, Oza Pawandeep wrote: >> This patch set brings in error handling support for DPC >> >> The current implementation of AER and error message broadcasting to the >> EP driver is tightly coupled and limited to AER se

Re: [PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-15 Thread Bjorn Helgaas
On Mon, Apr 09, 2018 at 10:41:48AM -0400, Oza Pawandeep wrote: > This patch set brings in error handling support for DPC > > The current implementation of AER and error message broadcasting to the > EP driver is tightly coupled and limited to AER service driver. > It is important to factor out bro

[PATCH v13 0/6] Address error and recovery for AER and DPC

2018-04-09 Thread Oza Pawandeep
This patch set brings in error handling support for DPC The current implementation of AER and error message broadcasting to the EP driver is tightly coupled and limited to AER service driver. It is important to factor out broadcasting and other link handling callbacks. So that not only when AER ge