RE: [PATCH] habanalabs: count dropped CS because max CS in-flight

2020-09-07 Thread Tomer Tayar
On Fri, Sep 4, 2020 at 18:11 Oded Gabbay wrote: > There is a case where the user reaches the maximum number of CS in-flight. > In that case, the driver rejects the new CS of the user with EAGAIN. Count > that event so the user can query the driver later to see if it happened. > > Signed-off-by:

[PATCH] habanalabs: count dropped CS because max CS in-flight

2020-09-04 Thread Oded Gabbay
There is a case where the user reaches the maximum number of CS in-flight. In that case, the driver rejects the new CS of the user with EAGAIN. Count that event so the user can query the driver later to see if it happened. Signed-off-by: Oded Gabbay ---