diff options
author | Christoph Hellwig <hch@lst.de> | 2021-12-23 11:19:04 +0100 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-12-31 01:31:44 +0100 |
commit | 41db511a3a1622aa97064a3447e878eeb1a594b7 (patch) | |
tree | 1105771e7235feea137fff881d4b02369f8baca7 /Documentation/bpf/index.rst | |
parent | bpf, docs: Fix verifier references (diff) | |
download | linux-41db511a3a1622aa97064a3447e878eeb1a594b7.tar.xz linux-41db511a3a1622aa97064a3447e878eeb1a594b7.zip |
bpf, docs: Split the comparism to classic BPF from instruction-set.rst
Split the introductory that explain eBPF vs classic BPF and how it maps
to hardware from the instruction set specification into a standalone
document. This duplicates a little bit of information but gives us a
useful reference for the eBPF instrution set that is not encumbered by
classic BPF.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211223101906.977624-3-hch@lst.de
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 91ba5a62026b..ef5c996547ec 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 + classic_vs_extended.rst bpf_licensing test_debug other |