diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2022-03-09 11:53:43 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-03-09 23:19:22 +0100 |
commit | 1a7551f15097dff30cf0853117b2f8077bb84f0a (patch) | |
tree | 9bc91a44bc93fcac31619fcc7287383751a948bc /Documentation/bpf/index.rst | |
parent | bpf: Add "live packet" mode for XDP in BPF_PROG_RUN (diff) | |
download | linux-1a7551f15097dff30cf0853117b2f8077bb84f0a.tar.xz linux-1a7551f15097dff30cf0853117b2f8077bb84f0a.zip |
Documentation/bpf: Add documentation for BPF_PROG_RUN
This adds documentation for the BPF_PROG_RUN command; a short overview of
the command itself, and a more verbose description of the "live packet"
mode for XDP introduced in the previous commit.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20220309105346.100053-3-toke@redhat.com
Diffstat (limited to 'Documentation/bpf/index.rst')
-rw-r--r-- | Documentation/bpf/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/bpf/index.rst b/Documentation/bpf/index.rst index ef5c996547ec..96056a7447c7 100644 --- a/Documentation/bpf/index.rst +++ b/Documentation/bpf/index.rst @@ -21,6 +21,7 @@ that goes into great technical depth about the BPF Architecture. helpers programs maps + bpf_prog_run classic_vs_extended.rst bpf_licensing test_debug |