Test BPF filter functionality

modulename: test_bpf.ko

configname: CONFIG_TEST_BPF

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Runtime Testing
└─>Test BPF filter functionality
In linux kernel since version 3.10 (release Date: 2013-06-30)  
This builds the "test_bpf" module that runs various test vectors
against the BPF interpreter or BPF JIT compiler depending on the
current setting. This is in particular useful for BPF JIT compiler
development, but also to run regression tests against changes in
the interpreter code. It also enables test stubs for eBPF maps and
verifier used by user space verifier testsuite.

If unsure, say N.

source code:
depends
CONFIG_MODULES
CONFIG_NET
CONFIG_RUNTIME_TESTING_MENU