RE: [PATCH] habanalabs: cap simulator timeout

From: Omer Shpigelman
Date: Thu Jul 18 2019 - 04:52:52 EST


From: Oded Gabbay <oded.gabbay@xxxxxxxxx>
Sent: Thursday, 18 July 2019 11:48

> In the driver timeout functions, we give the simulator a factor of 10 in the
> timeout. This was necessary when the requested timeout is small but if it
> was a few seconds, this can result in a very large timeout which is
> unnecessary.
>
> This patch caps the maximum timeout of the simulator to 10 seconds, which
> is our largest timeout in the code. That is more then enough for anything the
> simulator is doing.
>
> Signed-off-by: Oded Gabbay <oded.gabbay@xxxxxxxxx>

Reviewed-by: Omer Shpigelman <oshpigelman@xxxxxxxxx>