Re: [PATCH v4 net-next 0/4] Faster SO_REUSEPORT

2016-01-04 Thread David Miller
From: Craig Gallek Date: Mon, 4 Jan 2016 17:41:44 -0500 > This series contains two optimizations for the SO_REUSEPORT feature: > Faster lookup when selecting a socket for an incoming packet and > the ability to select the socket from the group using a BPF program. > > This series only includes

[PATCH v4 net-next 0/4] Faster SO_REUSEPORT

2016-01-04 Thread Craig Gallek
From: Craig Gallek This series contains two optimizations for the SO_REUSEPORT feature: Faster lookup when selecting a socket for an incoming packet and the ability to select the socket from the group using a BPF program. This series only includes the UDP path. I plan to submit a follow-up incl