On Mon, May 2, 2022 at 2:37 PM Takshak Chahande <ctakshak@xxxxxx> wrote: > > This patch adds up test cases that handles 4 combinations: > a) outer map: BPF_MAP_TYPE_ARRAY_OF_MAPS > inner maps: BPF_MAP_TYPE_ARRAY and BPF_MAP_TYPE_HASH > b) outer map: BPF_MAP_TYPE_HASH_OF_MAPS > inner maps: BPF_MAP_TYPE_ARRAY and BPF_MAP_TYPE_HASH > > Signed-off-by: Takshak Chahande <ctakshak@xxxxxx> > Acked-by: Yonghong Song <yhs@xxxxxx> > --- > .../bpf/map_tests/map_in_map_batch_ops.c | 245 ++++++++++++++++++ > 1 file changed, 245 insertions(+) > create mode 100644 tools/testing/selftests/bpf/map_tests/map_in_map_batch_ops.c > > v3->v4: > - Addressed nits; kept this map test together in map_tests/ (Yonghong, Andrii) Looks like it's causing another test to fail in CI. https://github.com/kernel-patches/bpf/runs/6264834580?check_suite_focus=true