Re: [dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson

2020-09-17 Thread Bruce Richardson
On Thu, Sep 17, 2020 at 05:33:23PM +0200, David Marchand wrote: > On Thu, Sep 17, 2020 at 5:29 PM Bruce Richardson > wrote: > > > > On Thu, Sep 17, 2020 at 05:09:17PM +0200, David Marchand wrote: > > > The headers variable is only used in lib/meson.build context. > > > For drivers, an explicit ins

Re: [dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson

2020-09-17 Thread David Marchand
On Thu, Sep 17, 2020 at 5:29 PM Bruce Richardson wrote: > > On Thu, Sep 17, 2020 at 05:09:17PM +0200, David Marchand wrote: > > The headers variable is only used in lib/meson.build context. > > For drivers, an explicit install_headers() is necessary. > > > > Reproduced while compiling the l2fwd-cr

Re: [dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson

2020-09-17 Thread Bruce Richardson
On Thu, Sep 17, 2020 at 05:09:17PM +0200, David Marchand wrote: > The headers variable is only used in lib/meson.build context. > For drivers, an explicit install_headers() is necessary. > > Reproduced while compiling the l2fwd-crypto example out of meson > (which can be done by adding it in devto

Re: [dpdk-dev] [PATCH] crypto/scheduler: fix header install with meson

2020-09-17 Thread Bruce Richardson
On Thu, Sep 17, 2020 at 05:09:17PM +0200, David Marchand wrote: > The headers variable is only used in lib/meson.build context. > For drivers, an explicit install_headers() is necessary. > > Reproduced while compiling the l2fwd-crypto example out of meson > (which can be done by adding it in devto