On 11/07, Andrii Nakryiko wrote: > This patch set adds ability to memory-map BPF array maps (single- and > multi-element). The primary use case is memory-mapping BPF array maps, created > to back global data variables, created by libbpf implicitly. This allows for > much better usability, along with avoiding syscalls to read or update data > completely. Just wondering: is it something that you plan to extend to other map types?