tcp: do not block bh during prequeue processing
authorEric Dumazet <edumazet@google.com>
Fri, 29 Apr 2016 21:16:48 +0000 (14:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 May 2016 21:02:25 +0000 (17:02 -0400)
commitfb3477c0f45aad5dfb2de559949872770e6cd431
tree7c5569a3a438aca4e4aeadcefc94b096e4460deb
parentc10d9310edf5aa4a676991139d1a43ec7d87e56b
tcp: do not block bh during prequeue processing

AFAIK, nothing in current TCP stack absolutely wants BH
being disabled once socket is owned by a thread running in
process context.

As mentioned in my prior patch ("tcp: give prequeue mode some care"),
processing a batch of packets might take time, better not block BH
at all.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c
net/ipv4/tcp_input.c