linux/tools/testing/selftests/bpf
Jakub Sitnicki eecd618b45 selftests/bpf: Mark SYN cookie test skipped for UDP sockets
SYN cookie test with reuseport BPF doesn't make sense for UDP sockets. We
don't run it but the test_progs test runner doesn't know about it. Mark the
test as skipped so the test_progs can report correctly how many tests were
skipped.

Fixes: 7ee0d4e97b ("selftests/bpf: Switch reuseport tests for test_progs framework")
Reported-by: Lorenz Bauer <lmb@cloudflare.com>
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200212103208.438419-1-jakub@cloudflare.com
2020-02-12 17:44:44 +01:00
..
gnu
include/uapi/linux
map_tests selftests/bpf: Add batch ops testing to array bpf map 2020-01-15 14:00:35 -08:00
prog_tests selftests/bpf: Mark SYN cookie test skipped for UDP sockets 2020-02-12 17:44:44 +01:00
progs selftest/bpf: Add test for allowed trampolines count 2020-01-25 07:12:40 -08:00
verifier
.gitignore selftests: Refactor build to remove tools/lib/bpf from include path 2020-01-20 16:37:46 -08:00
Makefile selftests/bpf: Improve bpftool changes detection 2020-01-24 11:09:21 +01:00
bpf_legacy.h
bpf_rand.h
bpf_rlimit.h
bpf_tcp_helpers.h bpf: tcp: Add bpf_cubic example 2020-01-22 16:30:10 -08:00
bpf_trace_helpers.h selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
bpf_util.h selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
cgroup_helpers.c
cgroup_helpers.h
config
flow_dissector_load.c
flow_dissector_load.h
get_cgroup_id_user.c
netcnt_common.h
tcp_client.py
tcp_server.py
test_align.c
test_bpftool_build.sh
test_btf.c selftests/bpf: Don't check for btf fd in test_btf 2020-01-20 22:49:03 +01:00
test_btf.h
test_cgroup_storage.c
test_cpp.cpp selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
test_dev_cgroup.c
test_flow_dissector.c
test_flow_dissector.sh selftests/bpf: Add test based on port range for BPF flow dissector 2020-01-27 11:25:07 +01:00
test_ftrace.sh
test_hashmap.c selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
test_iptunnel_common.h
test_kmod.sh
test_lirc_mode2.sh
test_lirc_mode2_user.c
test_lpm_map.c
test_lru_map.c
test_lwt_ip_encap.sh
test_lwt_seg6local.sh
test_maps.c
test_maps.h
test_netcnt.c
test_offload.py
test_progs.c selftests/bpf: Add whitelist/blacklist of test names to test_progs 2020-01-15 18:38:39 -08:00
test_progs.h selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
test_select_reuseport_common.h
test_skb_cgroup_id.sh
test_skb_cgroup_id_user.c
test_sock.c selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
test_sock_addr.c
test_sock_addr.sh
test_sock_fields.c
test_socket_cookie.c
test_sockmap.c selftests: bpf: Use a temporary file in test_sockmap 2020-01-24 22:12:13 +01:00
test_sockmap_kern.h selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
test_stub.c
test_sysctl.c selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
test_tag.c
test_tc_edt.sh
test_tc_tunnel.sh
test_tcp_check_syncookie.sh
test_tcp_check_syncookie_user.c
test_tcpbpf.h
test_tcpbpf_user.c
test_tcpnotify.h
test_tcpnotify_user.c
test_tunnel.sh
test_verifier.c
test_verifier_log.c
test_xdp_meta.sh
test_xdp_redirect.sh
test_xdp_veth.sh
test_xdp_vlan.sh
test_xdp_vlan_mode_generic.sh
test_xdp_vlan_mode_native.sh
test_xdping.sh
trace_helpers.c
trace_helpers.h selftests: Use consistent include paths for libbpf 2020-01-20 16:37:45 -08:00
urandom_read.c
with_addr.sh
with_tunnels.sh
xdping.c
xdping.h