Re: [PATCH v3 bpf-next 0/3] bpf: Relax the max_entries check for inner map

2020-08-28 Thread Daniel Borkmann
On 8/28/20 3:18 AM, Martin KaFai Lau wrote: v3: - Add map_meta_equal to bpf_map_ops and use it as an explict opt-in support for map-in-map v2: - New BPF_MAP_TYPE_FL to minimize code churns (Alexei) - s/capabilities/properties/ (Andrii) - Describe WHY in commit log (Andrii) People has a u

[PATCH v3 bpf-next 0/3] bpf: Relax the max_entries check for inner map

2020-08-27 Thread Martin KaFai Lau
v3: - Add map_meta_equal to bpf_map_ops and use it as an explict opt-in support for map-in-map v2: - New BPF_MAP_TYPE_FL to minimize code churns (Alexei) - s/capabilities/properties/ (Andrii) - Describe WHY in commit log (Andrii) People has a use case that starts with a smaller inner map firs