Re: [PATCH net-next 4/4] tcp: Enable 2nd listener hashtable in TCP

2017-12-01 Thread Eric Dumazet
On Thu, 2017-11-30 at 15:23 -0800, Martin KaFai Lau wrote: > Enable the second listener hashtable in TCP. > The scale is the same as UDP which is one slot per 2MB. > > Signed-off-by: Martin KaFai Lau > --- >  net/ipv4/tcp.c | 3 +++ >  1 file changed, 3 insertions(+) > Reviewed-by: Eric Dumazet

[PATCH net-next 4/4] tcp: Enable 2nd listener hashtable in TCP

2017-11-30 Thread Martin KaFai Lau
Enable the second listener hashtable in TCP. The scale is the same as UDP which is one slot per 2MB. Signed-off-by: Martin KaFai Lau --- net/ipv4/tcp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index bf97317e6c97..180311636023 100644 --- a/net/ipv4/tc