> > On Thu, Sep 03, 2020 at 06:05:35PM -0700, Nicolas Chautru wrote: > > The meson for the turbo_sw PMD is updated to prevent the > > requirement for any device specific toplevel flags to be > > passed down (unlike what used to be the case with make). > > The linking to the optional libraries is purely auto > > detected at build time and flags are then set appropriately. > > > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > > --- > > drivers/baseband/turbo_sw/meson.build | 43 ++++++++++++++++++------------ > ----- > > 1 file changed, 22 insertions(+), 21 deletions(-) > > > > From a meson viewpoint this all looks good, and glad to see the driver > taking advantage of the dynamic probing. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > Applied to dpdk-next-crypto Thanks.