git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b73d2f3
)
app/bbdev: enable la12xx
author
Hemant Agrawal
<hemant.agrawal@nxp.com>
Sun, 17 Oct 2021 06:53:30 +0000
(12:23 +0530)
committer
Akhil Goyal
<gakhil@marvell.com>
Mon, 18 Oct 2021 18:12:11 +0000
(20:12 +0200)
Enabled NXP la12xx bbdev driver in test bbdev app
for unit testing.
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Acked-by: Nicolas Chautru <nicolas.chautru@intel.com>
app/test-bbdev/meson.build
patch
|
blob
|
history
diff --git
a/app/test-bbdev/meson.build
b/app/test-bbdev/meson.build
index
edb9dee
..
a726a5b
100644
(file)
--- a/
app/test-bbdev/meson.build
+++ b/
app/test-bbdev/meson.build
@@
-23,3
+23,6
@@
endif
if dpdk_conf.has('RTE_BASEBAND_ACC100')
deps += ['baseband_acc100']
endif
+if dpdk_conf.has('RTE_LIBRTE_PMD_BBDEV_LA12XX')
+ deps += ['baseband_la12xx']
+endif