Skip to content

Commit 5a9fd0f

Browse files
tohojoAlexei Starovoitov
authored andcommitted
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>
1 parent 91b9651 commit 5a9fd0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

samples/bpf/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ eBPF sample programs
44
This directory contains a test stubs, verifier test-suite and examples
55
for using eBPF. The examples use libbpf from tools/lib/bpf.
66

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+
713
Build dependencies
814
==================
915

0 commit comments

Comments
 (0)