mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 08:28:13 +00:00
372642ea83
Rewrite to skel and ASSERT macros as well while we are at it. v3: - replace -f with -A to make it work with busybox ping. -A is available on both busybox and iputils, from the man page: On networks with low RTT this mode is essentially equivalent to flood mode. v2: - don't check result of bpf_map__fd (Yonghong Song) - remove from .gitignore (Andrii Nakryiko) - move ping_command into network_helpers (Andrii Nakryiko) - remove assert() (Andrii Nakryiko) Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20210804205524.3748709-1-sdf@google.com
42 lines
591 B
Text
42 lines
591 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
bpf-helpers*
|
|
bpf-syscall*
|
|
test_verifier
|
|
test_maps
|
|
test_lru_map
|
|
test_lpm_map
|
|
test_tag
|
|
FEATURE-DUMP.libbpf
|
|
fixdep
|
|
test_dev_cgroup
|
|
/test_progs*
|
|
!test_progs.h
|
|
test_verifier_log
|
|
feature
|
|
test_sock
|
|
test_sock_addr
|
|
urandom_read
|
|
test_sockmap
|
|
test_lirc_mode2_user
|
|
get_cgroup_id_user
|
|
test_skb_cgroup_id_user
|
|
test_cgroup_storage
|
|
test_flow_dissector
|
|
flow_dissector_load
|
|
test_tcpnotify_user
|
|
test_libbpf
|
|
test_tcp_check_syncookie_user
|
|
test_sysctl
|
|
xdping
|
|
test_cpp
|
|
*.skel.h
|
|
*.lskel.h
|
|
/no_alu32
|
|
/bpf_gcc
|
|
/tools
|
|
/runqslower
|
|
/bench
|
|
*.ko
|
|
*.tmp
|
|
xdpxceiver
|
|
xdp_redirect_multi
|