Re: [PATCH v4 net-next 1/4] soreuseport: define reuseport groups

2016-01-04 Thread Eric Dumazet
On Mon, 2016-01-04 at 17:41 -0500, Craig Gallek wrote: > From: Craig Gallek > Acked-by: Eric Dumazet -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v4 net-next 1/4] soreuseport: define reuseport groups

2016-01-04 Thread Craig Gallek
From: Craig Gallek struct sock_reuseport is an optional shared structure referenced by each socket belonging to a reuseport group. When a socket is bound to an address/port not yet in use and the reuseport flag has been set, the structure will be allocated and attached to the newly bound socket.