Update the dpdk version to 17.08 77/8877/7
authorPeter Mikus <pmikus@cisco.com>
Wed, 18 Oct 2017 14:07:46 +0000 (14:07 +0000)
committerPeter Mikus <pmikus@cisco.com>
Thu, 19 Oct 2017 12:37:06 +0000 (12:37 +0000)
Change-Id: Idcf705d40f45c10c3c4dee694a80202d576b8026
Signed-off-by: Peter Mikus <pmikus@cisco.com>
bootstrap-verify-perf-DPDK.sh
docs/report/vpp_performance_tests/test_environment.rst
resources/tools/testbed-setup/playbooks/01-host-setup.yaml
tests/dpdk/dpdk_scripts/cleanup_dpdk.sh
tests/dpdk/dpdk_scripts/init_dpdk.sh
tests/dpdk/dpdk_scripts/install_dpdk.sh
tests/dpdk/dpdk_scripts/run_l2fwd.sh
tests/dpdk/dpdk_scripts/run_l3fwd.sh

index 1b8a885..10989fb 100755 (executable)
@@ -24,7 +24,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 # Reservation dir
 RESERVATION_DIR="/tmp/reservation_dir"
 
 # Reservation dir
 RESERVATION_DIR="/tmp/reservation_dir"
 
-PYBOT_ARGS="-W 150"
+PYBOT_ARGS=""
 
 ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml)
 
 
 ARCHIVE_ARTIFACTS=(log.html output.xml report.html output_perf_data.xml)
 
@@ -83,7 +83,7 @@ case "$TEST_TAG" in
               -s "tests.dpdk.perf" \
               --exclude SKIP_PATCH \
               -i NDRPDRDISC \
               -s "tests.dpdk.perf" \
               --exclude SKIP_PATCH \
               -i NDRPDRDISC \
-              tests/dpdk/
+              tests/
         RETURN_STATUS=$(echo $?)
         ;;
     PERFTEST_SHORT )
         RETURN_STATUS=$(echo $?)
         ;;
     PERFTEST_SHORT )
@@ -93,7 +93,7 @@ case "$TEST_TAG" in
               -v DPDK_TEST:True \
               -s "tests.dpdk.perf" \
               -i NDRCHK \
               -v DPDK_TEST:True \
               -s "tests.dpdk.perf" \
               -i NDRCHK \
-              tests/dpdk/
+              tests/
         RETURN_STATUS=$(echo $?)
         ;;
    PERFTEST_NIGHTLY )
         RETURN_STATUS=$(echo $?)
         ;;
    PERFTEST_NIGHTLY )
@@ -103,7 +103,7 @@ case "$TEST_TAG" in
               -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \
               -v DPDK_TEST:True \
               -s "tests.dpdk.perf" \
               -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \
               -v DPDK_TEST:True \
               -s "tests.dpdk.perf" \
-              tests/dpdk/
+              tests/
         RETURN_STATUS=$(echo $?)
         ;;
     * )
         RETURN_STATUS=$(echo $?)
         ;;
     * )
index 494799f..705f98f 100644 (file)
@@ -2138,7 +2138,7 @@ TG Configuration - TRex
 \r
 **DPDK version**\r
 \r
 \r
 **DPDK version**\r
 \r
-DPDK v17.05\r
+DPDK v17.08\r
 \r
 **TG Build Script used**\r
 \r
 \r
 **TG Build Script used**\r
 \r
index a9e9989..7333885 100644 (file)
     copy: src=files/requirements.txt dest=/tmp/requirements.txt
   - name: Install PIP requirements
     pip: requirements=/tmp/requirements.txt
     copy: src=files/requirements.txt dest=/tmp/requirements.txt
   - name: Install PIP requirements
     pip: requirements=/tmp/requirements.txt
+  - name: Install libnuma-dev
+    apt: name=libnuma-dev state=present
   - name: IRQ pinning
     lineinfile:
         dest: /etc/rc.local
   - name: IRQ pinning
     lineinfile:
         dest: /etc/rc.local
index 48e1a29..e1e0ef5 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.05
+DPDK_VERSION=dpdk-17.08
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
index bc4870e..d8432d8 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.05
+DPDK_VERSION=dpdk-17.08
 ROOTDIR=/tmp/openvpp-testing
 PWDDIR=$(pwd)
 cd ${ROOTDIR}/${DPDK_VERSION}/
 ROOTDIR=/tmp/openvpp-testing
 PWDDIR=$(pwd)
 cd ${ROOTDIR}/${DPDK_VERSION}/
index 126e8ca..2b50c67 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.05
+DPDK_VERSION=dpdk-17.08
 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 20c41d6..ec54827 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.05
+DPDK_VERSION=dpdk-17.08
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
 ROOTDIR=/tmp/openvpp-testing
 TESTPMDLOG=screenlog.0
 PWDDIR=$(pwd)
index 3363d71..ecc8eb6 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Setting variables
 set -x
 
 # Setting variables
-DPDK_VERSION=dpdk-17.05
+DPDK_VERSION=dpdk-17.08
 ROOTDIR=/tmp/openvpp-testing
 L3FWDLOG=screenlog.0
 PWDDIR=$(pwd)
 ROOTDIR=/tmp/openvpp-testing
 L3FWDLOG=screenlog.0
 PWDDIR=$(pwd)