[PATCH] app/bbdev: fix link with NXP LA12XX

Chautru, Nicolas nicolas.chautru at intel.com
Wed Sep 13 18:37:24 CEST 2023


Acked-by: Nicolas Chautru <nicolas.chautru at intel.com>

> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Wednesday, September 13, 2023 6:59 AM
> To: dev at dpdk.org
> Cc: maxime.coquelin at redhat.com; stable at dpdk.org; Chautru, Nicolas
> <nicolas.chautru at intel.com>; Hemant Agrawal <hemant.agrawal at nxp.com>;
> Akhil Goyal <gakhil at marvell.com>
> Subject: [PATCH] app/bbdev: fix link with NXP LA12XX
> 
> The LA12XX driver was not linked to the dpdk-test-bbdev tool because of what
> looks like a rebase issue.
> 
> Fixes: 2b504721bfda ("app/bbdev: enable la12xx")
> Cc: stable at dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
>  app/test-bbdev/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test-bbdev/meson.build b/app/test-bbdev/meson.build index
> cd6a5089d5..926e0a5271 100644
> --- a/app/test-bbdev/meson.build
> +++ b/app/test-bbdev/meson.build
> @@ -23,6 +23,6 @@ endif
>  if dpdk_conf.has('RTE_BASEBAND_ACC')
>      deps += ['baseband_acc']
>  endif
> -if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_LA12XX')
> +if dpdk_conf.has('RTE_BASEBAND_LA12XX')
>      deps += ['baseband_la12xx']
>  endif
> --
> 2.41.0



More information about the stable mailing list