Open grantseltzer opened 3 years ago
We should expose all of the bpf_map api, just being careful about what is deprecated and/or discouraged when 1.0 is released.
Low-level API:
BPFMap bpf_map__btf_key_type_id, bpf_map__btf_value_type_id, bpf_map__inner_map and bpf_map__set_inner_map_fd are being added by https://github.com/aquasecurity/libbpfgo/pull/366.
bpf_map__btf_key_type_id
bpf_map__btf_value_type_id
bpf_map__inner_map
bpf_map__set_inner_map_fd
We should expose all of the bpf_map api, just being careful about what is deprecated and/or discouraged when 1.0 is released.
Low-level API: