RE: [PATCH 1/6] habanalabs: don't wait for ASIC CPU after reset

From: Omer Shpigelman
Date: Mon Mar 30 2020 - 02:01:46 EST


On Sat, Mar 28, 2020 at 11:53 AM, Oded Gabbay <oded.gabbay@xxxxxxxxx> wrote:
> Upon reset of the ASIC, the driver would have waited for the CPU to come out
> of reset before finishing the reset process. This was done for the purpose of
> making the CPU available to answer FLR requests. However, when a VM shuts
> down, the driver isn't removed so a reset never happens.
> Therefore, remove this waiting period as we don't need it.
>
> Signed-off-by: Oded Gabbay <oded.gabbay@xxxxxxxxx>

Reviewed-by: Omer Shpigelman <oshpigelman@xxxxxxxxx>