Home
last modified time | relevance | path

Searched hist:"362108 b5adddac6f496acc40696e499defd56d62" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.cdiff 362108b5adddac6f496acc40696e499defd56d62 Thu Feb 02 12:50:48 CST 2017 Eric Dumazet <edumazet@google.com> myri10ge: get rid of custom busy poll code

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 <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>