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.
 
 
Michal Rostecki f3a8f5d003 readme: Fix the cargo run --bin flag
The flag for `cargo run` is `--bin`, not `-bin`.

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
3 years ago
.cargo Add xtask for building ebpf programs 3 years ago
xtask Add xtask for building ebpf programs 3 years ago
{{project-name}} aya isn't optional for the main program 3 years ago
{{project-name}}-common Initial Commit 3 years ago
{{project-name}}-ebpf Add xtask for building ebpf programs 3 years ago
.gitignore Initial Commit 3 years ago
Cargo.toml Add xtask for building ebpf programs 3 years ago
README.md readme: Fix the cargo run --bin flag 3 years ago

README.md

{{project-name}}

Prerequisites

  1. Install a rust stable toolchain: rustup install stable
  2. Install a rust nightly toolchain: rustup install nightly
  3. 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

cargo run --package {{project-name}} --bin {{project-name}}