diff options
author | Andrea Righi <andrea.righi@canonical.com> | 2024-04-06 11:15:42 +0200 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-04-06 09:11:54 -0700 |
commit | 13e8125a22763557d719db996f70c71f77c9509c (patch) | |
tree | 55cc123f3de1470b1741461a5812b14dba737031 /tools/testing/selftests/bpf/prog_tests/sockmap_basic.c | |
parent | 5bd2ed658231b0698211e94efb06393836a4539d (diff) | |
download | linux-13e8125a22763557d719db996f70c71f77c9509c.tar.gz linux-13e8125a22763557d719db996f70c71f77c9509c.tar.bz2 linux-13e8125a22763557d719db996f70c71f77c9509c.zip |
libbpf: ringbuf: Allow to consume up to a certain amount of items
In some cases, instead of always consuming all items from ring buffers
in a greedy way, we may want to consume up to a certain amount of items,
for example when we need to copy items from the BPF ring buffer to a
limited user buffer.
This change allows to set an upper limit to the amount of items consumed
from one or more ring buffers.
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20240406092005.92399-3-andrea.righi@canonical.com
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/sockmap_basic.c')
0 files changed, 0 insertions, 0 deletions