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 loading and execution framework") > > > > Signed-off-by: Junxiao Shi <g...@mail1.yoursunny.com> > > --- > > -install_headers = files('bpf_def.h', > > +install_headers('bpf_def.h', > > 'rte_bpf.h', > > 'rte_bpf_ethdev.h') > > > Yes, good catch. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks