Searched hist:a5d9265e017f081f0dc133c0e2f45103d027b874 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-prog.rst | diff a5d9265e017f081f0dc133c0e2f45103d027b874 Tue Feb 19 08:13:32 CST 2019 Alban Crequy <alban@kinvolk.io> bpf: bpftool, fix documentation for attach types
bpftool has support for attach types "stream_verdict" and "stream_parser" but the documentation was referring to them as "skb_verdict" and "skb_parse". The inconsistency comes from commit b7d3826c2ed6 ("bpf: bpftool, add support for attaching programs to maps").
This patch changes the documentation to match the implementation: - "bpftool prog help" - man pages - bash completion
Signed-off-by: Alban Crequy <alban@kinvolk.io> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | diff a5d9265e017f081f0dc133c0e2f45103d027b874 Tue Feb 19 08:13:32 CST 2019 Alban Crequy <alban@kinvolk.io> bpf: bpftool, fix documentation for attach types
bpftool has support for attach types "stream_verdict" and "stream_parser" but the documentation was referring to them as "skb_verdict" and "skb_parse". The inconsistency comes from commit b7d3826c2ed6 ("bpf: bpftool, add support for attaching programs to maps").
This patch changes the documentation to match the implementation: - "bpftool prog help" - man pages - bash completion
Signed-off-by: Alban Crequy <alban@kinvolk.io> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | diff a5d9265e017f081f0dc133c0e2f45103d027b874 Tue Feb 19 08:13:32 CST 2019 Alban Crequy <alban@kinvolk.io> bpf: bpftool, fix documentation for attach types
bpftool has support for attach types "stream_verdict" and "stream_parser" but the documentation was referring to them as "skb_verdict" and "skb_parse". The inconsistency comes from commit b7d3826c2ed6 ("bpf: bpftool, add support for attaching programs to maps").
This patch changes the documentation to match the implementation: - "bpftool prog help" - man pages - bash completion
Signed-off-by: Alban Crequy <alban@kinvolk.io> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|