Re: [PATCH v3 net] soreuseport: Fix TCP listener hash collision

2016-05-01 Thread David Miller
From: Craig Gallek Date: Thu, 28 Apr 2016 19:24:32 -0400 > From: Craig Gallek > > I forgot to include a check for listener port equality when deciding > if two sockets should belong to the same reuseport group. This was > not caught previously because it's only necessary when two listening > s

Re: [PATCH v3 net] soreuseport: Fix TCP listener hash collision

2016-04-28 Thread Eric Dumazet
On Thu, 2016-04-28 at 19:24 -0400, Craig Gallek wrote: > From: Craig Gallek > > I forgot to include a check for listener port equality when deciding > if two sockets should belong to the same reuseport group. This was > not caught previously because it's only necessary when two listening > socke

[PATCH v3 net] soreuseport: Fix TCP listener hash collision

2016-04-28 Thread Craig Gallek
From: Craig Gallek I forgot to include a check for listener port equality when deciding if two sockets should belong to the same reuseport group. This was not caught previously because it's only necessary when two listening sockets for the same user happen to hash to the same listener bucket. Th