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
Mohammad Javad Pooladkhay 4859705fbc aya: fix tc name limit
The buffer for attributes should be sized to hold at least 256 bytes, based on `CLS_BPF_NAME_LEN = 256` from the kernel:
https://github.com/torvalds/linux/blob/02aee814/net/sched/cls_bpf.c#L28

This commit also includes integration tests with an eBPF program of type classifier with a 256-byte-long name.

Fixes: #610

integration-ebpf: fix Cargo.toml formatting
2 years ago
..
bpf aya: Fix (func|line)_info multiple progs in section 2 years ago
src aya: fix tc name limit 2 years ago
Cargo.toml integration-test: Remove runtime toolchain deps 2 years ago
build.rs integration-test: Remove runtime toolchain deps 2 years ago