Re: [PATCH 6/6] accel/habanalabs: send disable pci when compute ctx is active

2023-03-24 Thread Stanislaw Gruszka
On Thu, Mar 23, 2023 at 01:35:25PM +0200, Oded Gabbay wrote: > From: Tal Cohen > > Fix an issue in hard reset flow in which the driver didn't send a > disable pci message if there was an active compute context. > In hard reset, disable pci message should be sent no matter if > a compute context

[PATCH 6/6] accel/habanalabs: send disable pci when compute ctx is active

2023-03-23 Thread Oded Gabbay
From: Tal Cohen Fix an issue in hard reset flow in which the driver didn't send a disable pci message if there was an active compute context. In hard reset, disable pci message should be sent no matter if a compute context exists or not. Signed-off-by: Tal Cohen Reviewed-by: Oded Gabbay