From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2D4CC433DB for ; Tue, 2 Feb 2021 11:49:09 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 31E5A64E9A for ; Tue, 2 Feb 2021 11:49:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 31E5A64E9A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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