Re: [PATCH net-next 3/4] soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF

2015-12-29 Thread Craig Gallek
On Sat, Dec 26, 2015 at 2:05 PM, Craig Gallek wrote: > On Thu, Dec 24, 2015 at 11:36 AM, Alexei Starovoitov > wrote: >> On Tue, Dec 22, 2015 at 03:05:09PM -0500, Craig Gallek wrote: >>> + /* temporarily advance data past protocol header */

Re: [PATCH net-next 3/4] soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF

2015-12-26 Thread Craig Gallek
On Thu, Dec 24, 2015 at 11:36 AM, Alexei Starovoitov wrote: > On Tue, Dec 22, 2015 at 03:05:09PM -0500, Craig Gallek wrote: >> From: Craig Gallek >> >> Expose socket options for setting a classic or extended BPF program >> for use when selecting

Re: [PATCH net-next 3/4] soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF

2015-12-24 Thread Alexei Starovoitov
On Tue, Dec 22, 2015 at 03:05:09PM -0500, Craig Gallek wrote: > From: Craig Gallek > > 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

[PATCH net-next 3/4] soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF

2015-12-22 Thread Craig Gallek
From: Craig Gallek 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