-
I was perf debugging my program and came across the following:
![aya-flamegraph](https://user-images.githubusercontent.com/21412/161351928-b37de743-2b57-49ea-85dd-89dc2316857e.png)
On the left, …
-
-
Aya ide ti mang @fataelislami pikeun nyieun fitur pengingat. Ngke pengingat ieu teh bakal ngingetan user yèn aya kecap anyar anu siap dipaenkeun. Ayeuna mang @fataelislami keur implementasi fitur eta.…
-
### aya ebpf program
```
#![no_std]
#![no_main]
#[warn(unused_imports)]
#[no_mangle]
#[link_section = "license"]
pub static LICENSE: [u8; 4] = *b"GPL\0";
use aya_bpf::cty::{c_long, c_uchar…
-
-
Same as https://github.com/aya-rs/bpf-linker/issues/29, the book is missing to document the need for `libpolly-15-dev`, and apparently also the need for `zlib1g-dev` in the case of ubuntu 22.04.1. Se…
je-vv updated
2 weeks ago
-
https://cohere.com/blog/aya-expanse-connecting-our-world
-
The Classifier BPF source contains a hashmap in `maps` section. It is referenced by a program in `egress` section as documented in `tc-bpf` manual.
However, when loading via `Bpf::load_file(xx)`, I…
-
`cargo xtask build` of this program crashes.
```rust
#![no_std]
#![no_main]
use aya_ebpf::{
bindings::xdp_action,
helpers::bpf_ktime_get_ns,
macros::{map, xdp},
maps::LruHa…
l2dy updated
3 months ago
-
The text eval team will need to start their first annotation
- [x] Initialize a workspace and dataset in the dev instance for the text eval team
Workspace name: `text-eval-team`
Dataset name: `AYA-RT…