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:
1a05aff
)
devtools: add mrvl net PMD to test-build
author
Tomasz Duszynski
<tdu@semihalf.com>
Tue, 5 Dec 2017 09:39:21 +0000
(10:39 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000
(18:47 +0100)
Add MRVL NET PMD to test build tool.
Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
Acked-by: Jianbo Liu <jianbo.liu@arm.com>
devtools/test-build.sh
patch
|
blob
|
history
diff --git
a/devtools/test-build.sh
b/devtools/test-build.sh
index
092d3a7
..
b551764
100755
(executable)
--- a/
devtools/test-build.sh
+++ b/
devtools/test-build.sh
@@
-197,6
+197,8
@@
config () # <directory> <target> <options>
sed -ri 's,(SCHED_.*=)n,\1y,' $1/.config
test -z "$LIBMUSDK_PATH" || \
sed -ri 's,(PMD_MRVL_CRYPTO=)n,\1y,' $1/.config
+ test -z "$LIBMUSDK_PATH" || \
+ sed -ri 's,(MRVL_PMD=)n,\1y,' $1/.config
build_config_hook $1 $2 $3
# Explicit enabler/disabler (uppercase)