Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place

In commit da7031491786 ("bpf: Document BPF_PROG_TYPE_CGROUP_SYSCTL")
Andrey proposes to put per-prog type docs under Documentation/bpf/

Let's move flow dissector documentation there as well.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

authored by

Stanislav Fomichev and committed by
Alexei Starovoitov
80695946 849f257f

+4 -4
+1
Documentation/bpf/index.rst
··· 43 43 :maxdepth: 1 44 44 45 45 prog_cgroup_sysctl 46 + prog_flow_dissector 46 47 47 48 48 49 .. Links:
+3 -3
Documentation/networking/bpf_flow_dissector.rst Documentation/bpf/prog_flow_dissector.rst
··· 1 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 - ================== 4 - BPF Flow Dissector 5 - ================== 3 + ============================ 4 + BPF_PROG_TYPE_FLOW_DISSECTOR 5 + ============================ 6 6 7 7 Overview 8 8 ========
-1
Documentation/networking/index.rst
··· 9 9 netdev-FAQ 10 10 af_xdp 11 11 batman-adv 12 - bpf_flow_dissector 13 12 can 14 13 can_ucan_protocol 15 14 device_drivers/freescale/dpaa2/index