From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 860FBA00E6 for ; Mon, 13 May 2019 09:15:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4DC14293B; Mon, 13 May 2019 09:15:16 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D1DA82082 for ; Mon, 13 May 2019 09:15:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 May 2019 00:15:08 -0700 X-ExtLoop1: 1 Received: from npg-dpdk-stv-wanzhe-compression-clc.sh.intel.com ([10.67.119.1]) by orsmga007.jf.intel.com with ESMTP; 13 May 2019 00:15:04 -0700 From: Zhe To: dts@dpdk.org Cc: Zhe Wan Date: Mon, 13 May 2019 11:02:06 -0400 Message-Id: <1557759726-95720-1-git-send-email-zhe.wan@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH V1] test_plans/short_live: correct grammar and command format 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: Zhe Wan Signed-off-by: Zhe Wan --- test_plans/short_live_test_plan.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_plans/short_live_test_plan.rst b/test_plans/short_live_test_plan.rst index 8ff486f..2df5a6f 100644 --- a/test_plans/short_live_test_plan.rst +++ b/test_plans/short_live_test_plan.rst @@ -1,4 +1,4 @@ -.. Copyright (c) <2016-2017>, Intel Corporation +.. Copyright (c) <2019>, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -34,13 +34,13 @@ Short-lived Application Tests ============================= -This feature is to reduce application start up time, and when exit, do more -clean up so that it could be re-run many times. +This feature is to reduce application start-up time, and do more +cleanup when exit so that it could rerun many times. Prerequisites ------------- -To test this feature, need to using linux time and start testpmd by: create +To test this feature, need to use linux time and start testpmd by: create and mount hugepage, must create more hugepages so that could measure time more obviously:: @@ -49,7 +49,7 @@ obviously:: Bind nic to DPDK:: - ./tools/dpdk_nic_bind.py -b igb_uio xxxx:xx:xx.x + ./usertools/dpdk-devbind.py -b igb_uio device_bus_id Start testpmd using time:: -- 1.8.3.1