Re: [PATCH net 0/2] Fixes for SO_REUSEPORT and mixed v4/v6 sockets

2016-04-14 Thread David Miller
From: Craig Gallek Date: Tue, 12 Apr 2016 13:11:24 -0400 > From: Craig Gallek > > Recent changes to the datastructures associated with SO_REUSEPORT broke > an existing behavior when equivalent SO_REUSEPORT sockets are created > using both AF_INET and AF_INET6. This patch series restores the pr

[PATCH net 0/2] Fixes for SO_REUSEPORT and mixed v4/v6 sockets

2016-04-12 Thread Craig Gallek
From: Craig Gallek Recent changes to the datastructures associated with SO_REUSEPORT broke an existing behavior when equivalent SO_REUSEPORT sockets are created using both AF_INET and AF_INET6. This patch series restores the previous behavior and includes a test to validate it. This series shou