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
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
..
tests aya/maps/ring_buf: fix producer position initialization 4 weeks ago
lib.rs aya/maps/ring_buf: fix producer position initialization 4 weeks ago
tests.rs aya,aya-obj: add feature probing program type 5 months ago
utils.rs integration-test: kernel_assert anti-condition 7 months ago