isovalent / ebpf-docs

An effort to comprehensively document eBPF
https://ebpf-docs.dylanreimerink.nl/
BSD 2-Clause "Simplified" License
177 stars 18 forks source link

kfuncs: Add bpf_arena_alloc_pages and bpf_arena_free_pages kfuncs #38

Closed dylandreimerink closed 2 months ago

dylandreimerink commented 2 months ago

This commit adds two new kfuncs, bpf_arena_alloc_pages and bpf_arena_free_pages. These kfuncs are used to allocate and free pages from BPF arenas.