Re: [PATCH v2 net-next 2/7] tcp: do not block bh during prequeue processing

2016-04-29 Thread Soheil Hassas Yeganeh
On Thu, Apr 28, 2016 at 11:10 PM, Eric Dumazet wrote: > 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

[PATCH v2 net-next 2/7] tcp: do not block bh during prequeue processing

2016-04-28 Thread Eric Dumazet
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