numam-dpdk/lib/librte_bpf
Thomas Monjalon f8e9989606 remove useless constructor headers
A constructor is usually declared with RTE_INIT* macros.
As it is a static function, no need to declare before its definition.
The macro is used directly in the function definition.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-07-12 00:00:35 +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 remove useless constructor headers 2018-07-12 00:00:35 +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