Re: [PATCH 5/6] accel/habanalabs: remove duplicated disable pci msg

2023-03-24 Thread Stanislaw Gruszka
On Thu, Mar 23, 2023 at 01:35:24PM +0200, Oded Gabbay wrote: > From: Tal Cohen > > The disable pci message is sent in reset device. It informs the FW not > to raise more EQs. The Driver may ignore received EQs, when the device > is in disabled mode. > The duplication happens when hard reset is

[PATCH 5/6] accel/habanalabs: remove duplicated disable pci msg

2023-03-23 Thread Oded Gabbay
From: Tal Cohen The disable pci message is sent in reset device. It informs the FW not to raise more EQs. The Driver may ignore received EQs, when the device is in disabled mode. The duplication happens when hard reset is scheduled during compute reset and also performs 'escalate_reset_flow'.