From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C38497D08 for ; Fri, 28 Jul 2017 07:39:10 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2017 22:39:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,424,1496127600"; d="scan'208";a="1177236050" Received: from dpdk-test38.sh.intel.com ([10.67.111.97]) by fmsmga001.fm.intel.com with ESMTP; 27 Jul 2017 22:39:01 -0700 From: Marvin Liu To: dts@dpdk.org Cc: Marvin Liu Date: Fri, 28 Jul 2017 01:36:50 -0400 Message-Id: <1501220210-9291-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] doc: fix folder name typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 05:39:12 -0000 Signed-off-by: Marvin Liu diff --git a/doc/dts_gsg/config.rst b/doc/dts_gsg/config.rst index 9c8ef00..203d4d8 100644 --- a/doc/dts_gsg/config.rst +++ b/doc/dts_gsg/config.rst @@ -166,7 +166,7 @@ If enables patch option, DPDK Test Suite will also make patch the unzipped folde .. code-block:: console - [root@tester dcts]# ./dts --patch 1.patch --patch 2.patch + [root@tester dts]# ./dts --patch 1.patch --patch 2.patch Create your own execution configuration --------------------------------------- diff --git a/doc/dts_gsg/review.rst b/doc/dts_gsg/review.rst index b808b30..b48cd1d 100644 --- a/doc/dts_gsg/review.rst +++ b/doc/dts_gsg/review.rst @@ -97,7 +97,7 @@ Since DPDK Test Suite stores test result as RST by default, you may be want to t .. code-block:: console - [root@tester dcts]# cd output/CrownPassCRB1/x86_64-native-linuxapp-gcc/Niantic + [root@tester dts]# cd output/CrownPassCRB1/x86_64-native-linuxapp-gcc/Niantic [root@tester niantic]# rst2pdf TestResult_hello_world.rst [root@tester niantic]# ls TestResult_hello_world.pdf TestResult_hello_world.rst diff --git a/doc/dts_gsg/sys_reqs.rst b/doc/dts_gsg/sys_reqs.rst index 9ecede1..4560031 100644 --- a/doc/dts_gsg/sys_reqs.rst +++ b/doc/dts_gsg/sys_reqs.rst @@ -98,8 +98,8 @@ After configure environment, we need to install DPDK Test Suite into tester. Fir [root@tester ~]# git clone http://dpdk.org/git/tools/dts [root@tester ~]# cd dts - [root@tester dcts]# ls - [root@tester dcts]# conf dep doc dts executions framework nics output test_plans tests tools + [root@tester dts]# ls + [root@tester dts]# conf dep doc dts executions framework nics output test_plans tests tools High Precision Timer (HPET) must be enabled in the platform BIOS if the HPET is to be used. Otherwise, the Time Stamp Counter (TSC) is used by default. The user can then navigate to the HPET option. On the Crystal Forest platform BIOS, the path is: **Advanced -> PCH-IO Configuration -> High Precision Timer** -- 1.9.3