Re: [PATCH v4 net-next 3/4] soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
From: Alexei Starovoitov <hidden>
Date: 2016-01-04 22:53:41
From: Alexei Starovoitov <hidden>
Date: 2016-01-04 22:53:41
On Mon, Jan 04, 2016 at 05:41:47PM -0500, Craig Gallek wrote:
From: Craig Gallek <redacted> Expose socket options for setting a classic or extended BPF program for use when selecting sockets in an SO_REUSEPORT group. These options can be used on the first socket to belong to a group before bind or on any socket in the group after bind. This change includes refactoring of the existing sk_filter code to allow reuse of the existing BPF filter validation checks. Signed-off-by: Craig Gallek <redacted>
looks good to me. Thanks! Acked-by: Alexei Starovoitov <ast@kernel.org>