Re: [PATCH v4 net-next 0/4] Faster SO_REUSEPORT
From: David Miller <davem@davemloft.net>
Date: 2016-01-05 03:50:29
From: David Miller <davem@davemloft.net>
Date: 2016-01-05 03:50:29
From: Craig Gallek <redacted> 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 the UDP path. I plan to submit a follow-up including the TCP path if the implementation in this series is acceptable.
This series looks great! Applied, thanks Craig.