Re: [PATCH net-next] be2net: get rid of custom busy poll code

2017-02-03 Thread David Miller
From: Eric Dumazet Date: Thu, 02 Feb 2017 10:16:00 -0800 > From: Eric Dumazet > > Compared to custom busy_poll, the generic NAPI one is better, since > it allows to use GRO, and it removes a lot of code and extra locked > operations in fast path. > > Signed-off-by: Eric Dumazet Applied.

[PATCH net-next] be2net: get rid of custom busy poll code

2017-02-02 Thread Eric Dumazet
From: Eric Dumazet Compared to custom busy_poll, the generic NAPI one is better, since it allows to use GRO, and it removes a lot of code and extra locked operations in fast path. Signed-off-by: Eric Dumazet Cc: Sathya Perla Cc: Ajit Khaparde Cc: Sriharsha Basavapatna --- drivers/net/ethern