linux-xiaomi-chiron/tools/testing/selftests/bpf
Jesper Dangaard Brouer f09b2e382e selftests/bpf: add selftest that use test_libbpf_open
This script test_libbpf.sh will be part of the 'make run_tests'
invocation, but can also be invoked manually in this directory,
and a verbose mode can be enabled via setting the environment
variable $VERBOSE like:

 $ VERBOSE=yes ./test_libbpf.sh

The script contains some tests that are commented out, as they
currently fail.  They are reminders about what we need to improve
for the libbpf loader library.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-02-09 00:25:12 +01:00
..
gnu
include/uapi/linux
.gitignore
bpf_endian.h
bpf_helpers.h
bpf_util.h
cgroup_helpers.c
cgroup_helpers.h
config
dev_cgroup.c
Makefile
sample_map_ret0.c
sample_ret0.c
sockmap_parse_prog.c
sockmap_verdict_prog.c
tcp_client.py
tcp_server.py
test_align.c
test_dev_cgroup.c
test_iptunnel_common.h
test_kmod.sh
test_l4lb.c
test_l4lb_noinline.c
test_libbpf.sh
test_libbpf_open.c
test_lpm_map.c
test_lru_map.c
test_maps.c
test_obj_id.c
test_offload.py
test_pkt_access.c
test_pkt_md_access.c
test_progs.c
test_stacktrace_map.c
test_tag.c
test_tcp_estats.c
test_tcpbpf.h
test_tcpbpf_kern.c
test_tcpbpf_user.c
test_tracepoint.c
test_verifier.c
test_verifier_log.c
test_xdp.c
test_xdp_meta.c
test_xdp_meta.sh
test_xdp_noinline.c
test_xdp_redirect.c
test_xdp_redirect.sh