Skip to content

Commit 65dce59

Browse files
anakryikoAlexei Starovoitov
authored and
Alexei Starovoitov
committed
docs/bpf: Remove source code links
Make path to bench_ringbufs.c just a text, not a special link. Fixes: 97abb2b ("docs/bpf: Add BPF ring buffer design notes") Reported-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 2b1667e commit 65dce59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/bpf/ringbuf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ a self-pacing notifications of new data being availability.
197197
being available after commit only if consumer has already caught up right up to
198198
the record being committed. If not, consumer still has to catch up and thus
199199
will see new data anyways without needing an extra poll notification.
200-
Benchmarks (see tools/testing/selftests/bpf/benchs/bench_ringbufs.c_) show that
200+
Benchmarks (see tools/testing/selftests/bpf/benchs/bench_ringbufs.c) show that
201201
this allows to achieve a very high throughput without having to resort to
202202
tricks like "notify only every Nth sample", which are necessary with perf
203203
buffer. For extreme cases, when BPF program wants more manual control of

0 commit comments

Comments
 (0)