Home
last modified time | relevance | path

Searched hist:"031 ebc1aac3dc26c5ef9f5236ad35366bd57de61" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dprog.cdiff 031ebc1aac3dc26c5ef9f5236ad35366bd57de61 Fri Apr 12 08:29:34 CDT 2019 Quentin Monnet <quentin.monnet@netronome.com> tools: bpftool: remove blank line after btf_id when listing programs

Commit 569b0c77735d ("tools/bpftool: show btf id in program information")
made bpftool print an empty line after each program entry when listing
the BPF programs loaded on the system (plain output). This is especially
confusing when some programs have an associated BTF id, and others
don't. Let's remove the blank line.

Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>