Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

samples/bpf: Add note to README about the XDP utilities moved to xdp-tools

To help users find the XDP utilities, add a note to the README about the
new location and the conversion documentation in the commit messages.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/r/20230824102255.1561885-8-toke@redhat.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Toke Høiland-Jørgensen and committed by
Alexei Starovoitov
5a9fd0f7 91b96513

+6
+6
samples/bpf/README.rst
··· 4 4 This directory contains a test stubs, verifier test-suite and examples 5 5 for using eBPF. The examples use libbpf from tools/lib/bpf. 6 6 7 + Note that the XDP-specific samples have been removed from this directory and 8 + moved to the xdp-tools repository: https://github.com/xdp-project/xdp-tools 9 + See the commit messages removing each tool from this directory for how to 10 + convert specific command invocations between the old samples and the utilities 11 + in xdp-tools. 12 + 7 13 Build dependencies 8 14 ================== 9 15