Re: [PATCH net-next] sfc: don't rearm interrupts if busy polling

2017-02-06 Thread David Miller
From: Bert Kenward Date: Mon, 6 Feb 2017 16:50:55 + > Since commit 364b6055738b ("net: busy-poll: return busypolling status > to drivers"), napi_complete_done() returns a boolean that can be used > by drivers to conditionally rearm interrupts. > > Testing with a 7142 shows a small latency im

[PATCH net-next] sfc: don't rearm interrupts if busy polling

2017-02-06 Thread Bert Kenward
Since commit 364b6055738b ("net: busy-poll: return busypolling status to drivers"), napi_complete_done() returns a boolean that can be used by drivers to conditionally rearm interrupts. Testing with a 7142 shows a small latency improvement of ~100 ns. Signed-off-by: Bert Kenward Cc: Eric Dumazet