Re: [PATCH bpf-next v3 0/2] tools: bpftool: support creating outer maps

2020-09-10 Thread Alexei Starovoitov
On Thu, Sep 10, 2020 at 3:27 AM Quentin Monnet wrote: > > This series makes bpftool able to create outer maps (maps of types > array-of-maps and hash-of-maps). This is done by passing the relevant > inner_map_fd, which we do through a new command-line keyword. > > The first two patches also clean

[PATCH bpf-next v3 0/2] tools: bpftool: support creating outer maps

2020-09-10 Thread Quentin Monnet
This series makes bpftool able to create outer maps (maps of types array-of-maps and hash-of-maps). This is done by passing the relevant inner_map_fd, which we do through a new command-line keyword. The first two patches also clean up the function related to dumping map elements. v3: - Add a chec