From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: David Marchand <david.marchand@redhat.com>, dev@dpdk.org
Cc: stable@dpdk.org, Nicolas Chautru <nicolas.chautru@intel.com>,
Hemant Agrawal <hemant.agrawal@nxp.com>,
Akhil Goyal <gakhil@marvell.com>
Subject: Re: [PATCH] app/bbdev: fix link with NXP LA12XX
Date: Thu, 12 Oct 2023 15:53:23 +0200 [thread overview]
Message-ID: <d3e42906-fc0e-c78e-c11b-09bac71a4916@redhat.com> (raw)
In-Reply-To: <20230913135843.601790-1-david.marchand@redhat.com>
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@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@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
Applied to next-baseband/for-main.
Thanks,
Maxime
prev parent reply other threads:[~2023-10-12 13:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-13 13:58 David Marchand
2023-09-13 16:37 ` Chautru, Nicolas
2023-09-15 5:38 ` Hemant Agrawal
2023-09-28 7:32 ` Maxime Coquelin
2023-10-12 13:53 ` Maxime Coquelin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d3e42906-fc0e-c78e-c11b-09bac71a4916@redhat.com \
--to=maxime.coquelin@redhat.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=gakhil@marvell.com \
--cc=hemant.agrawal@nxp.com \
--cc=nicolas.chautru@intel.com \
--cc=stable@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).