Re: [PATCH net-next 14/16] net/mlx5e: Recover from rx timeout

2019-07-09 Thread Jiri Pirko
Sun, Jul 07, 2019 at 01:53:06PM CEST, tar...@mellanox.com wrote: >From: Aya Levin > >Add support for recovery from rx timeout. On driver open we post NOP >work request on the rx channels to trigger napi in order to fillup the >rx rings. In case napi wasn't scheduled due to a lost interrupt, perfor

[PATCH net-next 14/16] net/mlx5e: Recover from rx timeout

2019-07-07 Thread Tariq Toukan
From: Aya Levin Add support for recovery from rx timeout. On driver open we post NOP work request on the rx channels to trigger napi in order to fillup the rx rings. In case napi wasn't scheduled due to a lost interrupt, perform EQ recovery. Signed-off-by: Aya Levin Signed-off-by: Tariq Toukan