Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - B index

CONFIG_BPF_JIT: Enable BPF Just In Time compiler

General informations

The Linux kernel configuration item CONFIG_BPF_JIT has multiple definitions:

Enable BPF Just In Time compiler found in kernel/bpf/Kconfig

The configuration item CONFIG_BPF_JIT:

Help text

BPF programs are normally handled by a BPF interpreter. This option allows the kernel to generate native code when a program is loaded into the kernel. This will significantly speed-up processing of BPF programs.

Note, an admin should enable this feature changing: /proc/sys/net/core/bpf_jit_enable /proc/sys/net/core/bpf_jit_harden (optional) /proc/sys/net/core/bpf_jit_kallsyms (optional)

enable BPF Just In Time compiler found in net/Kconfig

The configuration item CONFIG_BPF_JIT:

Help text

Berkeley Packet Filter filtering capabilities are normally handled by an interpreter. This option allows kernel to generate a native code when filter is loaded in memory. This should speedup packet sniffing (libpcap/tcpdump).

Note, admin should enable this feature changing: /proc/sys/net/core/bpf_jit_enable /proc/sys/net/core/bpf_jit_harden (optional) /proc/sys/net/core/bpf_jit_kallsyms (optional)

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - B index

Automatically generated (in year 2024). See also LKDDb sources on GitLab