[NFVBENCH-70] Update nfvbenchvm to 0.6
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 02-testpmd-script
index 2136c3a..6f133d1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-DPDK=dpdk-17.08
-DPDK_UNTAR=dpdk-17.08
+DPDK=dpdk-18.02
+DPDK_UNTAR=dpdk-18.02
 
 # pick up the kernel version for the target image
 kernel_version=`ls -t /lib/modules | awk 'NR==1 {print}'`