DPDK version bump 81/6681/1
authorNeale Ranns <nranns@cisco.com>
Sun, 14 May 2017 17:39:44 +0000 (10:39 -0700)
committerNeale Ranns <nranns@cisco.com>
Sun, 14 May 2017 17:43:10 +0000 (10:43 -0700)
Change-Id: Ia89d64a2c985ff949969c406f0e6cea03cc8c170
Signed-off-by: Neale Ranns <nranns@cisco.com>
DPDK_STABLE_VER
dpdk-tests/dpdk_scripts/cleanup_dpdk.sh
dpdk-tests/dpdk_scripts/init_dpdk.sh
dpdk-tests/dpdk_scripts/install_dpdk.sh
dpdk-tests/dpdk_scripts/run_l2fwd.sh

index ce75d42..1b3200a 100644 (file)
@@ -1 +1 @@
-17.02-vpp1
+17.05-vpp1
index 7961a5b..505a157 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.02
+DPDK_VERSION=dpdk-17.05
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
 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; }
 
 rmmod igb_uio || \
     { echo "Removing igb_uio failed"; exit 1; }
 
-cd ${PWDDIR}
\ No newline at end of file
+cd ${PWDDIR}
index 20f86f3..bc4870e 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.02
+DPDK_VERSION=dpdk-17.05
 ROOTDIR=/tmp/openvpp-testing
 PWDDIR=$(pwd)
 cd ${ROOTDIR}/${DPDK_VERSION}/
 ROOTDIR=/tmp/openvpp-testing
 PWDDIR=$(pwd)
 cd ${ROOTDIR}/${DPDK_VERSION}/
index a050eb7..d011f37 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.02
+DPDK_VERSION=dpdk-17.05
 DPDK_DIR=${DPDK_VERSION}
 DPDK_PACKAGE=${DPDK_DIR}.tar.xz
 ROOTDIR=/tmp/openvpp-testing
 DPDK_DIR=${DPDK_VERSION}
 DPDK_PACKAGE=${DPDK_DIR}.tar.xz
 ROOTDIR=/tmp/openvpp-testing
index 14c2297..31dc26d 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.02
+DPDK_VERSION=dpdk-17.05
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)