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 15019A052A; Tue, 2 Feb 2021 17:58:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC28C24034F; Tue, 2 Feb 2021 17:58:51 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 3A75624034A for ; Tue, 2 Feb 2021 17:58:49 +0100 (CET) IronPort-SDR: cvAujHZnesxvDjqSqN1+ox6sMvMEZ2bBhe0/qLqQu5lANk2iSMsI7q0mVLz1d6ukniPB8YjSlL mwy1sOUEM4Qw== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="199814993" X-IronPort-AV: E=Sophos;i="5.79,395,1602572400"; d="scan'208";a="199814993" 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:45 -0800 IronPort-SDR: AMbXXH9nmOT92FCYiW+EFjGJ/xxtHJKpoUWwoMsWZQUa2v/xsNqpfLgcptpwZEzOj95hPFIyST kSbERADCjhQg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,395,1602572400"; d="scan'208";a="433003911" 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:43 -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:14 +0000 Message-Id: <20210202165816.3767724-2-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 1/3] doc: update release notes for crypto perf script 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" Add release note for the new crypto perf graphing script. Signed-off-by: Ciara Power --- doc/guides/rel_notes/release_21_02.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index cc181dfd17..dbfb635861 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -163,6 +163,13 @@ New Features intended for use by developers contributing to the DPDK SDK itself, and is integrated into the build scripts and automated CI for patch contributions. +* **Added python script to run crypto perf tests and graph the results.** + + A new python script was added to automate running crypto performance tests + and output graphed results to PDF files. + See the :doc:`../tools/cryptoperf` guide for more details. + + Removed Items ------------- -- 2.25.1