DPDK version bump
[csit.git] / dpdk-tests / dpdk_scripts / cleanup_dpdk.sh
index 7961a5b..505a157 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.02
+DPDK_VERSION=dpdk-17.05
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
@@ -60,4 +60,4 @@ if2_name=`./usertools/dpdk-devbind.py --s | grep "${port2_pci}" | sed -n 's/.*if
 rmmod igb_uio || \
     { echo "Removing igb_uio failed"; exit 1; }
 
-cd ${PWDDIR}
\ No newline at end of file
+cd ${PWDDIR}