From: Eric Dumazet
Date: Fri, 03 Jun 2016 11:52:49 -0700
> From: Eric Dumazet
>
> I am not sure mlx4_en_netpoll() is doing anything useful right now.
>
> mlx4 has different NAPI structures for RX and TX, and netpoll only wants
> to drain TX queues.
>
> Lets schedule NAPI polls on TX, not RX.
Acked-by: Tariq Toukan
Thanks Eric.
Totally untested patch, I would appreciate some feedback before merge,
thanks !
I'm testing it, and will reply shortly.
Regards,
Tariq
From: Eric Dumazet
I am not sure mlx4_en_netpoll() is doing anything useful right now.
mlx4 has different NAPI structures for RX and TX, and netpoll only wants
to drain TX queues.
Lets schedule NAPI polls on TX, not RX.
Signed-off-by: Eric Dumazet
Cc: Maciej Żenczykowski
Cc: Eric W. Biederma