]> git.droids-corp.org - dpdk.git/blobdiff - devtools/test-build.sh
kni: remove KNI vhost support
[dpdk.git] / devtools / test-build.sh
index 0f131fcc670891e9008c86c73ea054fa26a6cf8d..84d3165e26df21a23a49268299664e96d421e35c 100755 (executable)
@@ -194,7 +194,6 @@ config () # <directory> <target> <options>
                sed -ri        's,(PMD_OPENSSL=)n,\1y,' $1/.config
                test "$DPDK_DEP_SSL" != y || \
                sed -ri            's,(PMD_QAT=)n,\1y,' $1/.config
                sed -ri        's,(PMD_OPENSSL=)n,\1y,' $1/.config
                test "$DPDK_DEP_SSL" != y || \
                sed -ri            's,(PMD_QAT=)n,\1y,' $1/.config
-               sed -ri        's,(KNI_VHOST.*=)n,\1y,' $1/.config
                sed -ri           's,(SCHED_.*=)n,\1y,' $1/.config
                build_config_hook $1 $2 $3
 
                sed -ri           's,(SCHED_.*=)n,\1y,' $1/.config
                build_config_hook $1 $2 $3