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-test/src/tests
Ershaad Basheer fa1fa41733 aya/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
4 weeks ago
..
bpf_probe_read.rs integration-test: add missing `test_log` decorator 3 months ago
btf_relocations.rs integration-test: add missing `test_log` decorator 3 months ago
elf.rs integration-test: add missing `test_log` decorator 3 months ago
feature_probe.rs integration-test: add missing `test_log` decorator 3 months ago
info.rs integration-test: add missing `test_log` decorator 3 months ago
iter.rs integration-test: add missing `test_log` decorator 3 months ago
load.rs integration-test: add missing `test_log` decorator 3 months ago
log.rs integration-test: add missing `test_log` decorator 3 months ago
raw_tracepoint.rs integration-test: add missing `test_log` decorator 3 months ago
rbpf.rs integration-test: add missing `test_log` decorator 3 months ago
relocations.rs integration-test: add missing `test_log` decorator 3 months ago
ring_buf.rs aya/maps/ring_buf: fix producer position initialization 4 weeks ago
smoke.rs integration-test: add missing `test_log` decorator 3 months ago
strncmp.rs integration-test: add missing `test_log` decorator 3 months ago
tcx.rs integration-test: add missing `test_log` decorator 3 months ago
uprobe_cookie.rs integration-test: add missing `test_log` decorator 3 months ago
xdp.rs integration-test: add missing `test_log` decorator 3 months ago