-
- Downloads
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
Showing
- tools/testing/selftests/bpf/.gitignore 1 addition, 1 deletiontools/testing/selftests/bpf/.gitignore
- tools/testing/selftests/bpf/Makefile 2 additions, 2 deletionstools/testing/selftests/bpf/Makefile
- tools/testing/selftests/bpf/test_xsk.sh 3 additions, 3 deletionstools/testing/selftests/bpf/test_xsk.sh
- tools/testing/selftests/bpf/xsk_prereqs.sh 2 additions, 2 deletionstools/testing/selftests/bpf/xsk_prereqs.sh
- tools/testing/selftests/bpf/xskxceiver.c 2 additions, 2 deletionstools/testing/selftests/bpf/xskxceiver.c
- tools/testing/selftests/bpf/xskxceiver.h 3 additions, 3 deletionstools/testing/selftests/bpf/xskxceiver.h
Loading
Please register or sign in to comment