Re: [PATCH] PCI/portdrv: Enable error reporting on managed ports

2018-10-11 Thread Bjorn Helgaas
On Thu, Oct 11, 2018 at 07:58:47PM +0800, Dongdong Liu wrote: > Hi Bjorn > > > commit 15a6711649915ca3e9d1086dc88ff4b616b99aac > > Author: Bjorn Helgaas > > Date: Tue Oct 9 17:25:25 2018 -0500 > > > > PCI/AER: Enable reporting for ports enumerated after AER driver > > registration > > >

Re: [PATCH] PCI/portdrv: Enable error reporting on managed ports

2018-10-11 Thread Dongdong Liu
Hi Bjorn commit 15a6711649915ca3e9d1086dc88ff4b616b99aac Author: Bjorn Helgaas Date: Tue Oct 9 17:25:25 2018 -0500 PCI/AER: Enable reporting for ports enumerated after AER driver registration Previously we enabled AER error reporting only for Switch Ports that were enumerated pr

Re: [PATCH] PCI/portdrv: Enable error reporting on managed ports

2018-10-09 Thread Bjorn Helgaas
On Tue, Oct 09, 2018 at 07:51:58PM +, Derrick, Jonathan wrote: > On Tue, 2018-10-09 at 12:56 -0500, Bjorn Helgaas wrote: > > On Tue, Sep 04, 2018 at 12:33:09PM -0600, Jon Derrick wrote: > > > During probe, the port driver will disable error reporting and > > > assumes it will be enabled later b

Re: [PATCH] PCI/portdrv: Enable error reporting on managed ports

2018-10-09 Thread Derrick, Jonathan
Hi Bjorn, On Tue, 2018-10-09 at 12:56 -0500, Bjorn Helgaas wrote: > On Tue, Sep 04, 2018 at 12:33:09PM -0600, Jon Derrick wrote: > > During probe, the port driver will disable error reporting and > > assumes > > it will be enabled later by the AER driver's pci_walk_bus() > > sequence. > > This may

Re: [PATCH] PCI/portdrv: Enable error reporting on managed ports

2018-10-09 Thread Bjorn Helgaas
On Tue, Sep 04, 2018 at 12:33:09PM -0600, Jon Derrick wrote: > During probe, the port driver will disable error reporting and assumes > it will be enabled later by the AER driver's pci_walk_bus() sequence. > This may not be the case for host-bridge enabled root ports, who will > enable first error

[PATCH] PCI/portdrv: Enable error reporting on managed ports

2018-09-04 Thread Jon Derrick
During probe, the port driver will disable error reporting and assumes it will be enabled later by the AER driver's pci_walk_bus() sequence. This may not be the case for host-bridge enabled root ports, who will enable first error reporting on the bus during the root port probe, and then disable err