net/sfc: make TSO a datapath-dependent feature
[dpdk.git] / devtools / test-build.sh
index 0f131fc..5fed4c1 100755 (executable)
@@ -146,7 +146,7 @@ config () # <directory> <target> <options>
        fi
        if [ ! -e $1/.config ] || $reconfig ; then
                echo "================== Configure $1"
-               make -j$J T=$2 O=$1 config
+               make T=$2 O=$1 config
 
                echo 'Customize configuration'
                # Built-in options (lowercase)
@@ -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,(KNI_VHOST.*=)n,\1y,' $1/.config
                sed -ri           's,(SCHED_.*=)n,\1y,' $1/.config
                build_config_hook $1 $2 $3