selftests, xsk: Rename AF_XDP testing app
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>
Thu, 7 Jul 2022 11:16:12 +0000 (13:16 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 8 Jul 2022 12:22:15 +0000 (14:22 +0200)
commit018a8e75b49cb846ebfa48076bc4fe0bb67c9c24
tree67f87e7fa94bc56e50005144adebfdd524d5047b
parentfb8ddf24c71dc97d6b07ecb7791b4fa5e7f48efc
selftests, xsk: Rename AF_XDP testing app

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
tools/testing/selftests/bpf/.gitignore
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/test_xsk.sh
tools/testing/selftests/bpf/xdpxceiver.c [deleted file]
tools/testing/selftests/bpf/xdpxceiver.h [deleted file]
tools/testing/selftests/bpf/xsk_prereqs.sh
tools/testing/selftests/bpf/xskxceiver.c [new file with mode: 0644]
tools/testing/selftests/bpf/xskxceiver.h [new file with mode: 0644]