• Oded Gabbay's avatar
    habanalabs: cap simulator timeout · ed0fc505
    Oded Gabbay authored
    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: default avatarOded Gabbay <oded.gabbay@gmail.com>
    Reviewed-by: default avatarOmer Shpigelman <oshpigelman@habana.ai>
    ed0fc505
habanalabs.h 55.9 KB