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
astoycos 5478cac008 feat(aya): Implement TCX
This commit adds the initial support for TCX
bpf links. This is a new, multi-program, attachment
type allows for the caller to specify where
they would like to be attached relative to other
programs at the attachment point using the LinkOrder
type.

Signed-off-by: astoycos <astoycos@redhat.com>
Co-authored-by: Andre Fredette <afredette@redhat.com>
Co-authored-by: Dave Tucker <dave@dtucker.co.uk>
Co-authored-by: Tamir Duberstein <tamird@gmail.com>
3 months ago
..
bpf_probe_read.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago
lib.rs integration-test: build-dep on integration-ebpf 2 years ago
log.rs aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr` 6 months ago
map_test.rs aya,integration-test: improve integration tests for info API 5 months ago
memmove_test.rs feat(aya-ebpf): Add integration test for memmove implementation 7 months ago
name_test.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago
pass.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago
redirect.rs Appease `static_mut_refs` 4 months ago
relocations.rs Appease `static_mut_refs` 4 months ago
ring_buf.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago
simple_prog.rs aya,integration-test: improve integration tests for info API 5 months ago
tcx.rs feat(aya): Implement TCX 3 months ago
test.rs test/integration-ebpf: added integration tests for kretprobe & uretprobe 9 months ago
two_progs.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago
xdp_sec.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago