patches for DPDK stable branches
 help / color / mirror / Atom feed
From: "Chautru, Nicolas" <nicolas.chautru@intel.com>
To: David Marchand <david.marchand@redhat.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "maxime.coquelin@redhat.com" <maxime.coquelin@redhat.com>,
	"stable@dpdk.org" <stable@dpdk.org>,
	Hemant Agrawal <hemant.agrawal@nxp.com>,
	 Akhil Goyal <gakhil@marvell.com>
Subject: RE: [PATCH] app/bbdev: fix link with NXP LA12XX
Date: Wed, 13 Sep 2023 16:37:24 +0000	[thread overview]
Message-ID: <BY5PR11MB44516C8C301113A581F78AC1F8F0A@BY5PR11MB4451.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230913135843.601790-1-david.marchand@redhat.com>

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

> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: Wednesday, September 13, 2023 6:59 AM
> To: dev@dpdk.org
> Cc: maxime.coquelin@redhat.com; stable@dpdk.org; Chautru, Nicolas
> <nicolas.chautru@intel.com>; Hemant Agrawal <hemant.agrawal@nxp.com>;
> Akhil Goyal <gakhil@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@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
> --
> 2.41.0


  reply	other threads:[~2023-09-13 16:37 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 [this message]
2023-09-15  5:38 ` Hemant Agrawal
2023-09-28  7:32 ` Maxime Coquelin
2023-10-12 13:53 ` Maxime Coquelin

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=BY5PR11MB44516C8C301113A581F78AC1F8F0A@BY5PR11MB4451.namprd11.prod.outlook.com \
    --to=nicolas.chautru@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=maxime.coquelin@redhat.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).