From patchwork Thu Aug 24 10:48:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Burakov, Anatoly" X-Patchwork-Id: 27847 X-Patchwork-Delegate: pablo.de.lara.guarch@intel.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 021867D4A; Thu, 24 Aug 2017 12:48:13 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id EA53B7D30 for ; Thu, 24 Aug 2017 12:48:10 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2017 03:48:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,421,1498546800"; d="scan'208";a="303912573" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 24 Aug 2017 03:48:08 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id v7OAm7M8002971; Thu, 24 Aug 2017 11:48:07 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id v7OAm7xV029553; Thu, 24 Aug 2017 11:48:07 +0100 Received: (from aburakov@localhost) by sivswdev02.ir.intel.com with LOCAL id v7OAm7Is029549; Thu, 24 Aug 2017 11:48:07 +0100 From: Anatoly Burakov To: dev@dpdk.org Cc: pablo.de.lara.guarch@intel.com, declan.doherty@intel.com, "Burakov, Anatoly" Date: Thu, 24 Aug 2017 11:48:04 +0100 Message-Id: <5333960e82770fd1fc5d0441767922b5aa8c31e3.1503566892.git.anatoly.burakov@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 2/4] doc: document new nb-desc parameter for test-crypto-perf app X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Signed-off-by: Burakov, Anatoly --- doc/guides/tools/cryptoperf.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst index 457f817..985848b 100644 --- a/doc/guides/tools/cryptoperf.rst +++ b/doc/guides/tools/cryptoperf.rst @@ -325,6 +325,10 @@ The following are the appication command-line options: Set the size of digest. +* ``--desc-nb `` + + Set default number of descriptors in cryptodev. + * ``--csv-friendly`` Enable test result output CSV friendly rather than human friendly.