From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B65F9A052A; Tue, 2 Feb 2021 17:58:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 27EDA24035F; Tue, 2 Feb 2021 17:58:53 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 1758224034A for ; Tue, 2 Feb 2021 17:58:50 +0100 (CET) IronPort-SDR: HUEGW3AQ/besZVCEiX2KekjCNUzedmUE6gV6Jo2L7zhakVrZuk3a22O55TLNF35CgvpyJFzuSi WVcKqRo48lmA== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="199815004" X-IronPort-AV: E=Sophos;i="5.79,395,1602572400"; d="scan'208";a="199815004" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 08:58:47 -0800 IronPort-SDR: b5RXKsUGl1ghPkIcqzWLODhs2mZqovcPgu4WdAqSYeGyIX3yG+a9gQ/SPTPCpOcfyD1o/aQfwR /WwCBWPPxH2g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,395,1602572400"; d="scan'208";a="433003920" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.223.148]) by orsmga001.jf.intel.com with ESMTP; 02 Feb 2021 08:58:45 -0800 From: Ciara Power To: dev@dpdk.org Cc: akhil.goyal@nxp.com, declan.doherty@intel.com, adamx.dybkowski@intel.com, Ciara Power Date: Tue, 2 Feb 2021 16:58:15 +0000 Message-Id: <20210202165816.3767724-3-ciara.power@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210202165816.3767724-1-ciara.power@intel.com> References: <20210202114847.3724834-1-ciara.power@intel.com> <20210202165816.3767724-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 2/3] doc: fix crypto perf script guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The guide for using the crypto perf graphing script had some incorrect indentation, unnecessary blank lines, and a missing argument in one of the usage examples. These are corrected in this patch. Fixes: f400e0b82bf1 ("app/crypto-perf: add script to graph perf results") Signed-off-by: Ciara Power --- doc/guides/tools/cryptoperf.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst index 86c5a8aa16..7479af60a9 100644 --- a/doc/guides/tools/cryptoperf.rst +++ b/doc/guides/tools/cryptoperf.rst @@ -545,8 +545,7 @@ The following are the application optional command-line options: * ``-h, --help`` - Display usage information and quit - + Display usage information and quit. * ``-f , --file-path `` @@ -555,8 +554,8 @@ The following are the application optional command-line options: .. code-block:: console - ./dpdk-graph-crypto-perf -f /app/dpdk-test-crypto-perf - + ./dpdk-graph-crypto-perf \ + -f /app/dpdk-test-crypto-perf * ``-t , --test-suites `` @@ -574,7 +573,6 @@ The following are the application optional command-line options: ./dpdk-graph-crypto-perf configs/crypto-perf-aesni-mb -t throughput latency - * ``-o , --output-path `` Specify directory to use for output files. @@ -584,7 +582,6 @@ The following are the application optional command-line options: ./dpdk-graph-crypto-perf -o - * ``-v, --verbose`` Enable verbose output. This displays ``dpdk-test-crypto-perf`` app output in real-time. -- 2.25.1