RE: [PATCH 7/9] habanalabs: check TPC vector pipe is empty

2020-08-16 Thread Tomer Tayar
On Sat, Aug 15, 2020 at 21:00 Oded Gabbay wrote: > The driver waits for the TPC vector pipe to be empty before checking if the > TPC kernel has finished executing, but the code doesn't validate that the > pipe was indeed empty, it just wait for it without checking the return > value. > >

[PATCH 7/9] habanalabs: check TPC vector pipe is empty

2020-08-15 Thread Oded Gabbay
The driver waits for the TPC vector pipe to be empty before checking if the TPC kernel has finished executing, but the code doesn't validate that the pipe was indeed empty, it just wait for it without checking the return value. Reported-by: kernel test robot Signed-off-by: Oded Gabbay ---