No description
Find a file
2023-11-29 20:12:54 +08:00
.cargo Initial commit 2023-11-29 20:12:54 +08:00
.vim Initial commit 2023-11-29 20:12:54 +08:00
.vscode Initial commit 2023-11-29 20:12:54 +08:00
try-aya Initial commit 2023-11-29 20:12:54 +08:00
try-aya-common Initial commit 2023-11-29 20:12:54 +08:00
try-aya-ebpf Initial commit 2023-11-29 20:12:54 +08:00
xtask Initial commit 2023-11-29 20:12:54 +08:00
.gitignore Initial commit 2023-11-29 20:12:54 +08:00
Cargo.toml Initial commit 2023-11-29 20:12:54 +08:00
README.md Initial commit 2023-11-29 20:12:54 +08:00

try-aya

Prerequisites

  1. Install bpf-linker: cargo install bpf-linker

Build eBPF

cargo xtask build-ebpf

To perform a release build you can use the --release flag. You may also change the target architecture with the --target flag.

Build Userspace

cargo build

Run

RUST_LOG=info cargo xtask run