From patchwork Thu Jul 16 15:35:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Coyle, David" X-Patchwork-Id: 74265 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2D9F9A0546; Thu, 16 Jul 2020 18:00:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FD0E1BF74; Thu, 16 Jul 2020 18:00:12 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 93EAE1BE9C for ; Thu, 16 Jul 2020 18:00:10 +0200 (CEST) IronPort-SDR: pj5ae9CqsFEQbp0By6Iio7PlWXIoMVkVzSNvndf9EPjfCRV5QsE6YP6Rt/RwQKrtioIUTdhQ2/ IW2a6/ESUbSg== X-IronPort-AV: E=McAfee;i="6000,8403,9684"; a="234275706" X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="234275706" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2020 09:00:07 -0700 IronPort-SDR: 4FElj7sExysML492SCWLlH2onEWzEl0aAm+R3sC2b/A+v4xR2gVr5+EoCatPfJVFUDIzhqXTkE caB3N7zrCT8Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="486152246" Received: from silpixa00399912.ir.intel.com (HELO silpixa00399912.ger.corp.intel.com) ([10.237.223.64]) by fmsmga006.fm.intel.com with ESMTP; 16 Jul 2020 09:00:05 -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: Thu, 16 Jul 2020 16:35:58 +0100 Message-Id: <20200716153600.66071-1-david.coyle@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 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 minor 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 | 13 ++++--------- drivers/crypto/qat/qat_sym_pmd.c | 9 +++------ 2 files changed, 7 insertions(+), 15 deletions(-)