Re: [PATCH v2 net-next 4/4] soreuseport: BPF selection functional test

2015-12-29 Thread Alexei Starovoitov
On Tue, Dec 29, 2015 at 12:29:10PM -0500, Craig Gallek wrote: > From: Craig Gallek > > This program will build classic and extended BPF programs and > validate the socket selection logic when used with > SO_ATTACH_REUSEPORT_CBPF and SO_ATTACH_REUSEPORT_EBPF. > > It also validates the re-programi

[PATCH v2 net-next 4/4] soreuseport: BPF selection functional test

2015-12-29 Thread Craig Gallek
From: Craig Gallek This program will build classic and extended BPF programs and validate the socket selection logic when used with SO_ATTACH_REUSEPORT_CBPF and SO_ATTACH_REUSEPORT_EBPF. It also validates the re-programing flow and several edge cases. Signed-off-by: Craig Gallek --- tools/tes