Re: [dpdk-dev] [PATCH] bpf: properly install headers in meson build

2020-02-05 Thread Thomas Monjalon
28/01/2020 14:51, Bruce Richardson: > On Mon, Jan 27, 2020 at 02:38:00PM -0700, Junxiao Shi wrote: > > 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: 94972f3 ("bpf: add BPF lo

Re: [dpdk-dev] [PATCH] bpf: properly install headers in meson build

2020-01-28 Thread Bruce Richardson
On Mon, Jan 27, 2020 at 02:38:00PM -0700, Junxiao Shi wrote: > 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: 94972f3 ("bpf: add BPF loading and execution framework") > > Signed-off-

[dpdk-dev] [PATCH] bpf: properly install headers in meson build

2020-01-27 Thread Junxiao Shi
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: 94972f3 ("bpf: add BPF loading and execution framework") Signed-off-by: Junxiao Shi --- lib/librte_bpf/meson.build | 2 +- 1 file changed, 1