You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/test/integration-ebpf/src
Ershaad Basheer a8ebc164dd maps/ring_buf: fix producer position initialization
The RingBuf caches the last value it read of the producer so it doesn't
need to constantly contend on the actual producer cache line if lots of
messages have yet to be consumed. It was bogus to initialize this cache
at 0. This patch initializes it properly and adds testing.

Fixes: #1309
2 months ago
..
bpf_probe_read.rs chore: Fix clippy panic_handler warnings 8 months ago
lib.rs integration-test: build-dep on integration-ebpf 2 years ago
log.rs chore: Fix clippy panic_handler warnings 8 months ago
map_test.rs chore: Fix clippy panic_handler warnings 8 months ago
memmove_test.rs build(deps): update network-types requirement in the cargo-crates group 7 months ago
name_test.rs chore: Fix clippy panic_handler warnings 8 months ago
pass.rs chore: Fix clippy panic_handler warnings 8 months ago
raw_tracepoint.rs chore: Fix clippy panic_handler warnings 8 months ago
redirect.rs chore: Fix clippy panic_handler warnings 8 months ago
relocations.rs chore: Fix clippy panic_handler warnings 8 months ago
ring_buf.rs chore: Fix clippy panic_handler warnings 8 months ago
ring_buf_pinned.rs maps/ring_buf: fix producer position initialization 2 months ago
simple_prog.rs chore: Fix clippy panic_handler warnings 8 months ago
strncmp.rs chore: Fix clippy panic_handler warnings 8 months ago
tcx.rs chore: Fix clippy panic_handler warnings 8 months ago
test.rs chore: Fix clippy panic_handler warnings 8 months ago
two_progs.rs chore: Fix clippy panic_handler warnings 8 months ago
uprobe_cookie.rs chore: Fix clippy panic_handler warnings 8 months ago
xdp_sec.rs chore: Fix clippy panic_handler warnings 8 months ago