aya/test/integration-ebpf
Tuetuopay 0647927e32 xdp: add support for chained xdp programs in {cpu,dev}map
set/insert functions can now take an optional bpf program fd to run once
the packet has been redirected from the main probe
..
.cargo integration-ebpf: add cargo config
src xdp: add support for chained xdp programs in {cpu,dev}map
Cargo.toml macros: add 'map' option to xdp macro
build.rs integration-test: Remove cargo symlink workaround
rust-toolchain.toml integration-test: use nightly toolchain with ebpf