commit | eda58bf7860a028f207e8d4201d86191b898bbee | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Sun Nov 10 18:48:06 2019 +0200 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Thu Nov 21 11:35:45 2019 +0200 |
tree | 615b01eea5488f84f6e098692ea64babaa2a6969 | |
parent | bd4c8cb17d4e8f9e01ce48e3f2009307a58e60d2 [diff] |
habanalabs: don't print error when queues are full If the queues are full and we return -EAGAIN to the user, there is no need to print an error, as that case isn't an error and the user is expected to re-submit the work. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com> Reviewed-by: Omer Shpigelman <oshpigelman@habana.ai>