Re: [PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC

2018-02-26 Thread poza
On 2018-02-24 05:37, Bjorn Helgaas wrote: On Fri, Feb 23, 2018 at 01:54:01PM +0530, Oza Pawandeep wrote: Current DPC driver does not do recovery, e.g. calling end-point's driver's callbacks, which sanitize the sw. DPC driver implements link_reset callback, and calls pcie_do_recovery. s/pcie_

Re: [PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC

2018-02-23 Thread Bjorn Helgaas
On Fri, Feb 23, 2018 at 01:54:01PM +0530, Oza Pawandeep wrote: > Current DPC driver does not do recovery, e.g. calling end-point's driver's > callbacks, which sanitize the sw. > > DPC driver implements link_reset callback, and calls pcie_do_recovery. s/pcie_do_recovery/pcie_do_recovery()/ > Sign

[PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC

2018-02-23 Thread Oza Pawandeep
Current DPC driver does not do recovery, e.g. calling end-point's driver's callbacks, which sanitize the sw. DPC driver implements link_reset callback, and calls pcie_do_recovery. Signed-off-by: Oza Pawandeep diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index abc514e..f8575da 100644 --- a