Skip to content

Commit ace7c17

Browse files
Jack-R-lanternKernel Patches Daemon
authored andcommitted
Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
LWT_SEG6LOCAL no longer supports test_run starting from v6.11 so remove it from the list of program types supported by BPF_PROG_RUN. Add TRACING and NETFILTER to reflect the current set of program types that implement test_run support. Signed-off-by: SungRock Jung <tjdfkr2421@gmail.com>
1 parent 74af854 commit ace7c17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/bpf/bpf_prog_run.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ following types:
3434
- ``BPF_PROG_TYPE_LWT_IN``
3535
- ``BPF_PROG_TYPE_LWT_OUT``
3636
- ``BPF_PROG_TYPE_LWT_XMIT``
37-
- ``BPF_PROG_TYPE_LWT_SEG6LOCAL``
3837
- ``BPF_PROG_TYPE_FLOW_DISSECTOR``
3938
- ``BPF_PROG_TYPE_STRUCT_OPS``
4039
- ``BPF_PROG_TYPE_RAW_TRACEPOINT``
4140
- ``BPF_PROG_TYPE_SYSCALL``
41+
- ``BPF_PROG_TYPE_TRACING``
42+
- ``BPF_PROG_TYPE_NETFILTER``
4243

4344
When using the ``BPF_PROG_RUN`` command, userspace supplies an input context
4445
object and (for program types operating on network packets) a buffer containing

0 commit comments

Comments
 (0)