From: Quentin Monnet Date: Fri, 14 Dec 2018 13:55:57 +0000 (+0000) Subject: tools: bpftool: add doc for -m option to bpftool-prog.rst X-Git-Tag: v5.4-rc1~1957^2~15^2~16^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc6cd664609b92aa437ed3f384e332faab5949c8;p=platform%2Fkernel%2Flinux-rpi.git tools: bpftool: add doc for -m option to bpftool-prog.rst The --mapcompat|-m option has been documented on the main bpftool.rst page, and on the interactive help. As this option is useful for loading programs with maps with the "bpftool prog load" command, it should also appear in the related bpftool-prog.rst documentation page. Let's add it. Signed-off-by: Quentin Monnet Reviewed-by: Jakub Kicinski Signed-off-by: Daniel Borkmann --- diff --git a/tools/bpf/bpftool/Documentation/bpftool-prog.rst b/tools/bpf/bpftool/Documentation/bpftool-prog.rst index bb1aeb98..b41e96a 100644 --- a/tools/bpf/bpftool/Documentation/bpftool-prog.rst +++ b/tools/bpf/bpftool/Documentation/bpftool-prog.rst @@ -158,6 +158,9 @@ OPTIONS When showing BPF programs, show file names of pinned programs. + -m, --mapcompat + Allow loading maps with unknown map definitions. + EXAMPLES ======== **# bpftool prog show**