aya/test/integration-ebpf
Michal Rostecki 0b58d3eb6d bpf: Add `bpf_strncmp` helper
The `bpf_strncmp` helper allows for better string comparison in eBPF
programs.

Added in https://github.com/torvalds/linux/commit/c5fb19937455095573a19.
..
.cargo integration-ebpf: add cargo config
src bpf: Add `bpf_strncmp` helper
Cargo.toml bpf: Add `bpf_strncmp` helper
build.rs Appease clippy
rust-toolchain.toml integration-test: use nightly toolchain with ebpf