Recently, xsk part of libbpf was moved to selftests/bpf directory and lives on its own because there is an AF_XDP testing application that needs it called xdpxceiver. That name makes it a bit hard to indicate who maintains it as there are other XDP samples in there, whereas this one is strictly about AF_XDP. Do s/xdpxceiver/xskxceiver so that it will be easier to figure out who maintains it. A follow-up patch will correct MAINTAINERS file. Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20220707111613.49031-2-maciej.fijalkowski@intel.com
47 lines
650 B
Plaintext
47 lines
650 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
bpftool
|
|
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-no_alu32
|
|
/test_progs-bpf_gcc
|
|
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
|
|
*.subskel.h
|
|
*.skel.h
|
|
*.lskel.h
|
|
/no_alu32
|
|
/bpf_gcc
|
|
/tools
|
|
/runqslower
|
|
/bench
|
|
*.ko
|
|
*.tmp
|
|
xskxceiver
|
|
xdp_redirect_multi
|
|
xdp_synproxy
|