aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorCraig Gallek <kraig@google.com>2016-01-04 17:41:48 -0500
committerDavid S. Miller <davem@davemloft.net>2016-01-04 22:49:59 -0500
commit3ca8e4029969d40ab90e3f1ecd83ab1cadd60fbb (patch)
treec3cf3d3cd580a1e759b2914cb79bf6ebcb28eb3f /tools/testing/selftests/net/Makefile
parentsoreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF (diff)
downloadlinux-dev-3ca8e4029969d40ab90e3f1ecd83ab1cadd60fbb.tar.xz
linux-dev-3ca8e4029969d40ab90e3f1ecd83ab1cadd60fbb.zip
soreuseport: BPF selection functional test
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 <kraig@google.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
-rw-r--r--tools/testing/selftests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile
index fac4782c51d8..41449b5ad0a9 100644
--- a/tools/testing/selftests/net/Makefile
+++ b/tools/testing/selftests/net/Makefile
@@ -4,7 +4,7 @@ CFLAGS = -Wall -O2 -g
CFLAGS += -I../../../../usr/include/
-NET_PROGS = socket psock_fanout psock_tpacket
+NET_PROGS = socket psock_fanout psock_tpacket reuseport_bpf
all: $(NET_PROGS)
%: %.c