bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place
In commit da70314917
("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>
This commit is contained in:
parent
849f257f61
commit
8069594673
|
@ -43,6 +43,7 @@ Program types
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
prog_cgroup_sysctl
|
prog_cgroup_sysctl
|
||||||
|
prog_flow_dissector
|
||||||
|
|
||||||
|
|
||||||
.. Links:
|
.. Links:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
==================
|
============================
|
||||||
BPF Flow Dissector
|
BPF_PROG_TYPE_FLOW_DISSECTOR
|
||||||
==================
|
============================
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
|
@ -9,7 +9,6 @@ Contents:
|
||||||
netdev-FAQ
|
netdev-FAQ
|
||||||
af_xdp
|
af_xdp
|
||||||
batman-adv
|
batman-adv
|
||||||
bpf_flow_dissector
|
|
||||||
can
|
can
|
||||||
can_ucan_protocol
|
can_ucan_protocol
|
||||||
device_drivers/freescale/dpaa2/index
|
device_drivers/freescale/dpaa2/index
|
||||||
|
|
Loading…
Reference in New Issue