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 C94A8A052A; Tue, 2 Feb 2021 12:49:08 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2884F24029C; Tue, 2 Feb 2021 12:49:04 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 6E4FA240270 for ; Tue, 2 Feb 2021 12:49:02 +0100 (CET) IronPort-SDR: OBS/4H0UcVsjExPBC7CMDiDpGZwWPK1OuNktL5Fz32VsKFGF3AubWSy1tFa7s0Y2N05+ZYgAWC doyQWJlqWR7w== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="167946389" X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="167946389" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 03:49:00 -0800 IronPort-SDR: DNOaF4afnDZKfii/kGSz5MlPdDZ9yMexTiLP/4EXKpRL8CbPDNQB0Q8lommwSnQlgT3WWp1VTG GN27tJ49JGAw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,394,1602572400"; d="scan'208";a="406134704" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.223.148]) by fmsmga004.fm.intel.com with ESMTP; 02 Feb 2021 03:48:56 -0800 From: Ciara Power To: dev@dpdk.org Cc: akhil.goyal@nxp.com, declan.doherty@intel.com, Ciara Power Date: Tue, 2 Feb 2021 11:48:46 +0000 Message-Id: <20210202114847.3724834-2-ciara.power@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210202114847.3724834-1-ciara.power@intel.com> References: <20210202114847.3724834-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 1/2] 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index cc181dfd17..dc8a55f2b3 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -163,6 +163,12 @@ 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