Component Type: kbuild config
Description: Enable BPF Just In Time compiler
More info: 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)
Build project: Kconfig (Linux kconfig) (Path: kernel\bpf\Kconfig )
Other views: file explorer