From patchwork Mon Mar 1 11:28:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Power, Ciara" X-Patchwork-Id: 88321 X-Patchwork-Delegate: gakhil@marvell.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E3C13A054F; Mon, 1 Mar 2021 12:28:43 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6831A22A257; Mon, 1 Mar 2021 12:28:43 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id BDA6022A23C for ; Mon, 1 Mar 2021 12:28:41 +0100 (CET) IronPort-SDR: l2uslgCd/R+RPcABa8AEzLiWQkXP9BLMMYExY3BmhM2qEURQh5x6eEfU4e9DO31iEn+XEk0xLc lGx6eYcpMulw== X-IronPort-AV: E=McAfee;i="6000,8403,9909"; a="250485188" X-IronPort-AV: E=Sophos;i="5.81,215,1610438400"; d="scan'208";a="250485188" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 03:28:40 -0800 IronPort-SDR: npkWLnai4+r3LtuwetScWTgaLgy6VU2e/214Immi1SI3hZqAtzVW1oSN1IRNkSpd+xxzVzYG1N Yd8gDj4kIMvg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,215,1610438400"; d="scan'208";a="366679249" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.223.148]) by orsmga003.jf.intel.com with ESMTP; 01 Mar 2021 03:28:39 -0800 From: Ciara Power To: dev@dpdk.org Cc: adamx.dybkowski@intel.com, Ciara Power , Declan Doherty Date: Mon, 1 Mar 2021 11:28:31 +0000 Message-Id: <20210301112831.1655621-1-ciara.power@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: fix dpdk-graph-crypto-perf dependencies 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 script dependencies list was incomplete, this patch adds missing modules and removes an unnecessary entry. The installation command was also added. Fixes: f400e0b82bf1 ("app/crypto-perf: add script to graph perf results") Signed-off-by: Ciara Power --- doc/guides/tools/cryptoperf.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst index 7479af60a9..be3109054d 100644 --- a/doc/guides/tools/cryptoperf.rst +++ b/doc/guides/tools/cryptoperf.rst @@ -471,13 +471,9 @@ Dependencies The following python modules must be installed to run the script: -* img2pdf - -* plotly - -* pandas +.. code-block:: console -* glob + pip3 install img2pdf plotly pandas psutil kaleido Test Configuration