Thread (14 messages) 14 messages, 6 authors, 2016-05-03

Re: [PATCH v3 net-next 6/7] net: do not block BH while processing socket backlog

From: Alexei Starovoitov <hidden>
Date: 2016-04-29 21:47:17

On 4/29/16 2:16 PM, Eric Dumazet wrote:
Socket backlog processing is a major latency source.

With current TCP socket sk_rcvbuf limits, I have sampled __release_sock()
holding cpu for more than 5 ms, and packets being dropped by the NIC
once ring buffer is filled.

All users are now ready to be called from process context,
we can unblock BH and let interrupts be serviced faster.

cond_resched_softirq() could be removed, as it has no more user.

Signed-off-by: Eric Dumazet<edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh<redacted>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help