From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D282CA09EE; Fri, 11 Dec 2020 18:32:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1618C9C2; Fri, 11 Dec 2020 18:31:30 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C3DC1C982 for ; Fri, 11 Dec 2020 18:31:26 +0100 (CET) IronPort-SDR: k+W2hpJ87doorTMI/RsKywvhVpdOSX8qlyi8MGChGYrZduESyvlcIIO53ASWm8ncj5T62iaSmP nEdnlPP8Nkig== X-IronPort-AV: E=McAfee;i="6000,8403,9832"; a="238575063" X-IronPort-AV: E=Sophos;i="5.78,412,1599548400"; d="scan'208";a="238575063" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Dec 2020 09:31:24 -0800 IronPort-SDR: THVmiDM9GfxHrizkLFVBTs6nee/Abev1ZFyavVIqYQkqeAtnELVlF4H92Nkgygv8nhxVhMAjHP N0HYLpmFw7Uw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,412,1599548400"; d="scan'208";a="339240484" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.223.148]) by orsmga006.jf.intel.com with ESMTP; 11 Dec 2020 09:31:23 -0800 From: Ciara Power To: dev@dpdk.org Cc: declan.doherty@intel.com, akhil.goyal@nxp.com, Ciara Power , Thomas Monjalon Date: Fri, 11 Dec 2020 17:31:14 +0000 Message-Id: <20201211173114.1924772-5-ciara.power@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201211173114.1924772-1-ciara.power@intel.com> References: <20201211173114.1924772-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 4/4] maintainers: update crypto perf app maintainers 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" This patch adds a maintainer for the crypto perf test application, to cover the new perf test graphing script. Signed-off-by: Ciara Power --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5e9dc1a1a7..9dd3cb9aef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1585,6 +1585,7 @@ F: doc/guides/tools/comp_perf.rst Crypto performance test application M: Declan Doherty +M: Ciara Power T: git://dpdk.org/next/dpdk-next-crypto F: app/test-crypto-perf/ F: doc/guides/tools/cryptoperf.rst -- 2.25.1