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 8C861A0540; Mon, 20 Jul 2020 14:41:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5D6DB2BC8; Mon, 20 Jul 2020 14:41:01 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 586E81DBB for ; Mon, 20 Jul 2020 14:41:00 +0200 (CEST) IronPort-SDR: DJOfp1GLgqF4hbQLlsbyNTNYNz6OfXKU1nqqmLXqSLdDQUekKXp36VhVtwQbe6ad418EtvMJ1k SpPjstaNhqIQ== X-IronPort-AV: E=McAfee;i="6000,8403,9687"; a="214578331" X-IronPort-AV: E=Sophos;i="5.75,375,1589266800"; d="scan'208";a="214578331" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2020 05:40:56 -0700 IronPort-SDR: EX8R/nYw7P5h9kLjA1odNpDTErmsqvTMyOzLqD7SxX01LF/2inohNh/HSayWHxM0U3SuEU2HOw XJmunuaJrB1Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,375,1589266800"; d="scan'208";a="271422841" Received: from silpixa00399912.ir.intel.com (HELO silpixa00399912.ger.corp.intel.com) ([10.237.223.64]) by fmsmga008.fm.intel.com with ESMTP; 20 Jul 2020 05:40:54 -0700 From: David Coyle To: akhil.goyal@nxp.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com Cc: dev@dpdk.org, brendan.ryan@intel.com, mairtin.oloingsigh@intel.com, David Coyle Date: Mon, 20 Jul 2020 13:16:19 +0100 Message-Id: <20200720121621.23628-1-david.coyle@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200716153600.66071-1-david.coyle@intel.com> References: <20200716153600.66071-1-david.coyle@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] improve security instance setup 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" These patches make some improvements to the security instance setup for the QAT SYM and AESNI-MB PMDs. David Coyle (2): crypto/qat: improve security instance setup crypto/aesni-mb: improve security instance setup drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 18 +++++----- drivers/crypto/qat/qat_sym_pmd.c | 42 ++++++++++++---------- 2 files changed, 33 insertions(+), 27 deletions(-) -- 2.17.1