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
Dave Tucker 7a720ab0c1 aya: Add from_pin for Programs
This commit adds from_pin() which allows the creation of a Program
from a path on bpffs. This is useful to be able to call `attach` or
other APIs for programs that are already loaded to the kernel.

This differs from #444 since it implements this on the concrete program
type, not the Program enum, allowing the user to pass in any additional
context that isn't available from bpf_prog_info.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago
..
elf.rs Make the integration tests handle errors internally. 2 years ago
load.rs aya: Add from_pin for Programs 2 years ago
mod.rs btf: add integration tests for relocations 2 years ago
rbpf.rs aya-obj: add documentation on program names 2 years ago
relocations.rs aya: btf: add support for BTF_KIND_ENUM64 2 years ago
smoke.rs integration-test: Fix the kernel version chceck for smoke test 2 years ago