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.
aya/ebpf/aya-ebpf
Abhijit Gadgil 23d82dc0aa aya-ebpf: `XdpContext` adjust_{head|tail|meta} API
Added new public API for the `XdpContext`:
- `adjust_head` : To grow the packet buffer at the beginning
- `adjist_tail` : To grow the packet buffer at the end
- `adjust_meta` : To grow metadata area

These API are handy for packet processing when additional headers etc.
are to be pushed to the packet.

Also added these APIs using `cargo xtask public-api --bless`

Refs: #948
6 months ago
..
src aya-ebpf: `XdpContext` adjust_{head|tail|meta} API 6 months ago
CHANGELOG.md Release aya-ebpf v0.1.0 7 months ago
Cargo.toml Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 7 months ago
build.rs Allowlist expected cfgs 6 months ago