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

2017-02-03 Thread David Miller
From: Eric Dumazet Date: Thu, 02 Feb 2017 10:50:48 -0800 > From: Eric Dumazet > > Compared to custom busy_poll, the generic NAPI one is simpler and > removes a lot of code. It removes one atomic in the fast path (when > busy poll is not in action) since we do not have to use an extra > spinlock

[PATCH net-next] myri10ge: 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 simpler and removes a lot of code. It removes one atomic in the fast path (when busy poll is not in action) since we do not have to use an extra spinlock. Signed-off-by: Eric Dumazet --- drivers/net/ethernet/myricom/myri1