Re: [PATCH net-next v3 6/7] soreuseport: fast reuseport TCP socket selection

2016-02-10 Thread David Miller
From: Craig Gallek Date: Tue, 9 Feb 2016 19:19:01 -0500 > diff --git a/net/ipv6/inet6_hashtables.c b/net/ipv6/inet6_hashtables.c > index 19913e9e09e0..1ec87f62bdd7 100644 > --- a/net/ipv6/inet6_hashtables.c > +++ b/net/ipv6/inet6_hashtables.c ... > @@ -283,7 +297,7 @@ int inet6_hash(struct sock

Re: [PATCH net-next v3 6/7] soreuseport: fast reuseport TCP socket selection

2016-02-09 Thread kbuild test robot
Hi Craig, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Craig-Gallek/Faster-SO_REUSEPORT-for-TCP/20160210-074230 config: i386-allmodconfig (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=i386

[PATCH net-next v3 6/7] soreuseport: fast reuseport TCP socket selection

2016-02-09 Thread Craig Gallek
From: Craig Gallek This change extends the fast SO_REUSEPORT socket lookup implemented for UDP to TCP. Listener sockets with SO_REUSEPORT and the same receive address are additionally added to an array for faster random access. This means that only a single socket from the group must be found i