mbox series

[bpf-next,0/2] bpf: add bpffs/bpftool dump for prog_array and map_in_map maps

Message ID 20180907002605.1408960-1-yhs@fb.com
Headers show
Series bpf: add bpffs/bpftool dump for prog_array and map_in_map maps | expand

Message

Yonghong Song Sept. 7, 2018, 12:26 a.m. UTC
The support to dump program array and map_in_map maps
for bpffs and bpftool is added. Patch #1 added bpffs support
and Patch #2 added bpftool support. Please see
individual patches for example output.

Yonghong Song (2):
  bpf: add bpffs pretty print for program array map
  tools/bpf: bpftool: support prog array map and map of maps

 kernel/bpf/arraymap.c   | 25 ++++++++++++++++++++++++-
 tools/bpf/bpftool/map.c | 11 +++--------
 2 files changed, 27 insertions(+), 9 deletions(-)

Comments

Alexei Starovoitov Sept. 11, 2018, 9:20 p.m. UTC | #1
On Thu, Sep 06, 2018 at 05:26:03PM -0700, Yonghong Song wrote:
> The support to dump program array and map_in_map maps
> for bpffs and bpftool is added. Patch #1 added bpffs support
> and Patch #2 added bpftool support. Please see
> individual patches for example output.

Applied, Thanks