aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/options.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2016-04-29 14:16:48 -0700
committerDavid S. Miller <davem@davemloft.net>2016-05-02 17:02:25 -0400
commitfb3477c0f45aad5dfb2de559949872770e6cd431 (patch)
tree7c5569a3a438aca4e4aeadcefc94b096e4460deb /net/dccp/options.c
parenttcp: do not assume TCP code is non preemptible (diff)
downloadlinux-dev-fb3477c0f45aad5dfb2de559949872770e6cd431.tar.xz
linux-dev-fb3477c0f45aad5dfb2de559949872770e6cd431.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions