linux/tools/bpf/bpftool
Roman Gushchin 49a086c201 bpftool: implement prog load command
Add the prog load command to load a bpf program from a specified
binary file and pin it to bpffs.

Usage description and examples are given in the corresponding man
page.

Syntax:
$ bpftool prog load OBJ FILE

FILE is a non-existing file on bpffs.

Signed-off-by: Roman Gushchin <guro@fb.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Cc: Martin KaFai Lau <kafai@fb.com>
Cc: Quentin Monnet <quentin.monnet@netronome.com>
Cc: David Ahern <dsahern@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2017-12-14 13:37:13 +01:00
..
Documentation bpftool: implement prog load command 2017-12-14 13:37:13 +01:00
bash-completion tools: bpftool: add bash completion for bpftool 2017-10-29 18:37:33 +09:00
Makefile tools: bpftool: create "uninstall", "doc-uninstall" make targets 2017-12-08 20:14:16 +01:00
common.c bpftool: implement prog load command 2017-12-14 13:37:13 +01:00
jit_disasm.c tools: bpf: handle long path in jit disasm 2017-11-02 20:25:27 +09:00
json_writer.c tools: bpftool: add JSON output for `bpftool prog dump xlated *` command 2017-10-24 01:25:08 +01:00
json_writer.h tools: bpftool: add JSON output for `bpftool prog dump xlated *` command 2017-10-24 01:25:08 +01:00
main.c tools: bpftool: make error message from getopt_long() JSON-friendly 2017-11-30 02:09:29 +01:00
main.h bpftool: implement prog load command 2017-12-14 13:37:13 +01:00
map.c tools: bpftool: optionally show filenames of pinned objects 2017-11-11 12:35:41 +09:00
prog.c bpftool: implement prog load command 2017-12-14 13:37:13 +01:00