numam-dpdk/lib/librte_bpf
Junxiao Shi 0e8d1ea327 bpf: fix headers install with meson
Previously, when librte_bpf is built with meson+ninja, its
headers such as bpf_def is not installed to the system.
This commit fixes this problem.

Fixes: 94972f35a0 ("bpf: add BPF loading and execution framework")
Cc: stable@dpdk.org

Signed-off-by: Junxiao Shi <git@mail1.yoursunny.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2020-02-06 09:20:07 +01:00
..
bpf_def.h bpf: fix pseudo calls for program loaded from ELF 2019-06-05 18:34:56 +02:00
bpf_exec.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
bpf_impl.h bpf/arm: add build infrastructure 2019-10-12 14:20:21 +02:00
bpf_jit_arm64.c bpf/arm: fix clang build 2019-11-21 00:30:39 +01:00
bpf_jit_x86.c bpf: fix x86 JIT for immediate loads 2018-11-13 23:18:53 +01:00
bpf_load_elf.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
bpf_load.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
bpf_pkt.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00
bpf_validate.c bpf: hide internal program argument type 2019-10-12 14:27:19 +02:00
bpf.c bpf/arm: add build infrastructure 2019-10-12 14:20:21 +02:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build bpf: fix headers install with meson 2020-02-06 09:20:07 +01:00
rte_bpf_ethdev.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_bpf_version.map bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf.h bpf: hide internal program argument type 2019-10-12 14:27:19 +02:00