numam-dpdk/lib/librte_bpf
Konstantin Ananyev a93ff62a89 bpf: introduce basic Rx/Tx filters
Introduce API to install BPF based filters on ethdev RX/TX path.
Current implementation is pure SW one, based on ethdev RX/TX
callback mechanism.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-05-12 00:36:34 +02:00
..
bpf_def.h bpf: add BPF loading and execution framework 2018-05-12 00:35:15 +02:00
bpf_exec.c bpf: add BPF loading and execution framework 2018-05-12 00:35:15 +02:00
bpf_impl.h bpf: add BPF loading and execution framework 2018-05-12 00:35:15 +02:00
bpf_jit_x86.c bpf: add JIT compilation for x86_64 ISA 2018-05-12 00:36:27 +02:00
bpf_load_elf.c bpf: add ability to load eBPF program from ELF object file 2018-05-12 00:35:20 +02:00
bpf_load.c bpf: add ability to load eBPF program from ELF object file 2018-05-12 00:35:20 +02:00
bpf_pkt.c bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
bpf_validate.c bpf: add more checks 2018-05-12 00:35:23 +02:00
bpf.c bpf: add JIT compilation for x86_64 ISA 2018-05-12 00:36:27 +02:00
Makefile bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
meson.build bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf_ethdev.h bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf_version.map bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf.h bpf: add ability to load eBPF program from ELF object file 2018-05-12 00:35:20 +02:00