On Thu, 2016-02-04 at 10:35 -0500, Craig Gallek wrote:
> From: Craig Gallek <kr...@google.com>
> 
> 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 in the listener list before any socket in the group can
> be used to receive a packet.  Previously, every socket in the group
> needed to be considered before handing off the incoming packet.

Acked-by: Eric Dumazet <eduma...@google.com>


Reply via email to