diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2023-08-24 13:22:50 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2023-08-24 18:43:50 +0300 |
commit | 5a9fd0f778ebb2076fa1098df23e741c794d9992 (patch) | |
tree | 4b4eee3ba4c119c71c21748038b77b65a161e3da /samples | |
parent | 91b965136d536a981ed22097bc2b72625f5c4211 (diff) | |
download | linux-5a9fd0f778ebb2076fa1098df23e741c794d9992.tar.xz |
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>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/bpf/README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index f16fc48e55a5..cabe2d216997 100644 --- a/samples/bpf/README.rst +++ b/samples/bpf/README.rst @@ -4,6 +4,12 @@ eBPF sample programs This directory contains a test stubs, verifier test-suite and examples for using eBPF. The examples use libbpf from tools/lib/bpf. +Note that the XDP-specific samples have been removed from this directory and +moved to the xdp-tools repository: https://github.com/xdp-project/xdp-tools +See the commit messages removing each tool from this directory for how to +convert specific command invocations between the old samples and the utilities +in xdp-tools. + Build dependencies ================== |