Re: [PATCH v3 07/10] PCI: Add 'rcec' field to pci_dev for associated RCiEPs

2020-09-02 Thread Sean V Kelley
Hi Bjorn, On Wed, 2020-09-02 at 11:35 -0500, Bjorn Helgaas wrote: > On Wed, Aug 12, 2020 at 09:46:56AM -0700, Sean V Kelley wrote: > > From: Qiuxu Zhuo > > > > When attempting error recovery for an RCiEP associated with an RCEC > > device, > > there needs to be a way to update the Root Error

Re: [PATCH v3 07/10] PCI: Add 'rcec' field to pci_dev for associated RCiEPs

2020-09-02 Thread Bjorn Helgaas
On Wed, Aug 12, 2020 at 09:46:56AM -0700, Sean V Kelley wrote: > From: Qiuxu Zhuo > > When attempting error recovery for an RCiEP associated with an RCEC device, > there needs to be a way to update the Root Error Status, the Uncorrectable > Error Status and the Uncorrectable Error Severity of

[PATCH v3 07/10] PCI: Add 'rcec' field to pci_dev for associated RCiEPs

2020-08-12 Thread Sean V Kelley
From: Qiuxu Zhuo When attempting error recovery for an RCiEP associated with an RCEC device, there needs to be a way to update the Root Error Status, the Uncorrectable Error Status and the Uncorrectable Error Severity of the parent RCEC. So add the 'rcec' field to the pci_dev structure and