Re: [PATCH 03/14] powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev

2020-07-13 Thread Oliver O'Halloran
On Mon, Jul 13, 2020 at 6:56 PM Alexey Kardashevskiy wrote: > > > > On 06/07/2020 11:36, Oliver O'Halloran wrote: > > Drivers that do not support the PCI error handling callbacks are handled by > > tearing down the device and re-probing them. If the device to be removed is > > a virtual function

Re: [PATCH 03/14] powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev

2020-07-13 Thread Alexey Kardashevskiy
On 06/07/2020 11:36, Oliver O'Halloran wrote: > Drivers that do not support the PCI error handling callbacks are handled by > tearing down the device and re-probing them. If the device to be removed is > a virtual function we need to know the index of the index of the VF so that Too many

[PATCH 03/14] powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev

2020-07-05 Thread Oliver O'Halloran
Drivers that do not support the PCI error handling callbacks are handled by tearing down the device and re-probing them. If the device to be removed is a virtual function we need to know the index of the index of the VF so that we can remove it with the pci_iov_{add|remove}_virtfn() API.