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

Maxime Coquelin maxime.coquelin at redhat.com
Thu Sep 28 09:32:27 CEST 2023



On 9/13/23 15:58, David Marchand wrote:
> 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

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the stable mailing list