• Oded Gabbay's avatar
    habanalabs: rate limit error msg on waiting for CS · 018e0e35
    Oded Gabbay authored
    In case a user submits a CS, and the submission fails, and the user doesn't
    check the return value and instead use the error return value as a valid
    sequence number of a CS and ask to wait on it, the driver will print an
    error and return an error code for that wait.
    
    The real problem happens if now the user ignores the error of the wait, and
    try to wait again and again. This can lead to a flood of error messages
    from the driver and even soft lockup event.
    Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
    Reviewed-by: default avatarTomer Tayar <ttayar@habana.ai>
    018e0e35
context.c 5.13 KB