From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9D4E07CDE for ; Fri, 18 Aug 2017 23:32:05 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Aug 2017 14:32:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,393,1498546800"; d="scan'208";a="1207378340" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga002.fm.intel.com with ESMTP; 18 Aug 2017 14:32:03 -0700 Received: from PAE-i-server5.iil.intel.com (pae-i-server5.iil.intel.com [143.185.141.162]) by imail001.iil.intel.com with ESMTP id v7ILWU3Y024800; Sat, 19 Aug 2017 00:32:30 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Sat, 19 Aug 2017 00:32:09 +0300 Message-Id: <20170818213209.12610-1-rami.rosen@intel.com> X-Mailer: git-send-email 2.11.0 Subject: [dts] [PATCH] test_plans: fix typos in multiple pthread test plan. 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, 18 Aug 2017 21:32:07 -0000 This patch fixes two trivial typos in multiple pthread test plan. Signed-off-by: Rami Rosen --- test_plans/multiple_pthread_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/multiple_pthread_test_plan.rst b/test_plans/multiple_pthread_test_plan.rst index 4deeb1a778c7..8dad22d4a5ec 100644 --- a/test_plans/multiple_pthread_test_plan.rst +++ b/test_plans/multiple_pthread_test_plan.rst @@ -46,7 +46,7 @@ etc of a collection of processes. Now, it's focus on the CPU usage. Prerequisites ------------- Support igb_uio driver, kernel is 3.11+. -Use "modeprobe uio" "modprobe igb_uio" and then +Use "modprobe uio" "modprobe igb_uio" and then use "./tools/dpdk_nic_bind.py --bind=igb_uio device_bus_id" to bind the ports. Assuming that an Intel's DPDK build has been set up and the testpmd @@ -78,7 +78,7 @@ which means start 9 EAL thread:: Test Case 1: Basic operation ---------------------------- -To run the application, start the testpmd with the lcoress all running with +To run the application, start the testpmd with the lcores all running with threads and also the unique core assigned, command as follows:: ./x86_64-native-linuxapp-gcc/app/testpmd --lcores='0@8,(4-5)@9' -n 4 -- -i -- 2.11.0