Re: [PATCH 04/11] powerpc/powernv/ioda: Release opencapi device

2019-11-19 Thread Frederic Barrat
Le 10/09/2019 à 02:56, Alastair D'Silva a écrit : On Mon, 2019-09-09 at 17:45 +0200, Frederic Barrat wrote: With hotplug, an opencapi device can now go away. It needs to be released, mostly to clean up its PE state. We were previously not defining any device callback. We can reuse the standar

Re: [PATCH 04/11] powerpc/powernv/ioda: Release opencapi device

2019-11-18 Thread Andrew Donnellan
On 10/9/19 1:45 am, Frederic Barrat wrote: With hotplug, an opencapi device can now go away. It needs to be released, mostly to clean up its PE state. We were previously not defining any device callback. We can reuse the standard PCI release callback, it does a bit too much for an opencapi device

Re: [PATCH 04/11] powerpc/powernv/ioda: Release opencapi device

2019-09-09 Thread Alastair D'Silva
On Mon, 2019-09-09 at 17:45 +0200, Frederic Barrat wrote: > With hotplug, an opencapi device can now go away. It needs to be > released, mostly to clean up its PE state. We were previously not > defining any device callback. We can reuse the standard PCI release > callback, it does a bit too much f

[PATCH 04/11] powerpc/powernv/ioda: Release opencapi device

2019-09-09 Thread Frederic Barrat
With hotplug, an opencapi device can now go away. It needs to be released, mostly to clean up its PE state. We were previously not defining any device callback. We can reuse the standard PCI release callback, it does a bit too much for an opencapi device, but it's harmless, and only needs minor tun