numam-dpdk/lib/librte_bpf
Konstantin Ananyev 3d5cf3005e bpf: add missed experimental tags
- add EXPERIMENTAL tag for the section in MAINTAINERS.
- add EXPERIMENTAL tag to BPF public API files.
- add attribute __rte_experimental to BPF public API declarations.

Fixes: 94972f35a0 ("bpf: add BPF loading and execution framework")
Fixes: 5dba93ae5f ("bpf: add ability to load eBPF program from ELF object file")
Fixes: a93ff62a89 ("bpf: introduce basic Rx/Tx filters")

Reported-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2018-05-14 17:42:43 +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: add missed experimental tags 2018-05-14 17:42:43 +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 missed experimental tags 2018-05-14 17:42:43 +02:00