[dpdk-dev] [PATCH 6/7] devtools/test-build: add MRVL NET PMD to test-build

Tomasz Duszynski tdu at semihalf.com
Fri Dec 1 16:19:51 CET 2017


Add MRVL NET PMD to test build tool.

Signed-off-by: Tomasz Duszynski <tdu at semihalf.com>
---
 devtools/test-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devtools/test-build.sh b/devtools/test-build.sh
index 092d3a7..78609c9 100755
--- a/devtools/test-build.sh
+++ b/devtools/test-build.sh
@@ -197,6 +197,7 @@ 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
+		sed -ri           's,(MRVL_PMD=)n,\1y,' $1/.config
 		build_config_hook $1 $2 $3
 
 		# Explicit enabler/disabler (uppercase)
-- 
2.7.4



More information about the dev mailing list