OSDN Git Service

bpf, docs: Split general purpose eBPF documentation out of filter.rst
authorChristoph Hellwig <hch@lst.de>
Fri, 19 Nov 2021 16:32:15 +0000 (17:32 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 30 Nov 2021 18:52:11 +0000 (10:52 -0800)
commit88691e9e1ef59fa917b2bc2df47d550e7635e73c
tree5e4524cc09d810a8f43fab759ac738875442e2dc
parentbc84e959e5aed4a79597d03e810fd1d7067b4ff7
bpf, docs: Split general purpose eBPF documentation out of filter.rst

filter.rst starts out documenting the classic BPF and then spills into
introducing and documentating eBPF.  Move the eBPF documentation into
rwo new files under Documentation/bpf/ for the instruction set and
the verifier and link to the BPF documentation from filter.rst.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20211119163215.971383-6-hch@lst.de
Documentation/bpf/index.rst
Documentation/bpf/instruction-set.rst [new file with mode: 0644]
Documentation/bpf/verifier.rst [new file with mode: 0644]
Documentation/networking/filter.rst