On Fri, Jun 19, 2020 at 02:11:40PM -0700, Andrey Ignatov wrote: > v1->v2: > - move btf id cache to a new bpf_map_ops.map_btf_id field (Martin, Andrii); > - don't check btf names for collisions (Martin); > - drop btf_find_by_name_kind_next() patch since it was needed only for > collision check; > - don't fall back to `struct bpf_map` if a map type doesn't specify both > map_btf_name and map_btf_id; > > This patch set adds support to access bpf map fields from bpf programs > using btf_struct_access(). Acked-by: Martin KaFai Lau <kafai@xxxxxx>