summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/Makefile
diff options
context:
space:
mode:
authorCraig Gallek <kraig@google.com>2016-01-04 22:41:48 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-01-05 03:49:59 (GMT)
commit3ca8e4029969d40ab90e3f1ecd83ab1cadd60fbb (patch)
treec3cf3d3cd580a1e759b2914cb79bf6ebcb28eb3f /tools/testing/selftests/net/Makefile
parent538950a1b7527a0a52ccd9337e3fcd304f027f13 (diff)
downloadlinux-3ca8e4029969d40ab90e3f1ecd83ab1cadd60fbb.tar.xz
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 fac4782..41449b5 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