patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] app/bbdev: fix link with NXP LA12XX
@ 2023-09-13 13:58 David Marchand
  2023-09-13 16:37 ` Chautru, Nicolas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Marchand @ 2023-09-13 13:58 UTC (permalink / raw)
  To: dev; +Cc: maxime.coquelin, stable, Nicolas Chautru, Hemant Agrawal, Akhil Goyal

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-12 13:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 13:58 [PATCH] app/bbdev: fix link with NXP LA12XX 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 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).