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 A7F71A0546; Thu, 16 Jul 2020 17:56:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8E0E41BEA8; Thu, 16 Jul 2020 17:56:28 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 211C52C36 for ; Thu, 16 Jul 2020 17:56:26 +0200 (CEST) IronPort-SDR: FDqE6VHPtJyw1T+soaPX8VxHa62eNJvEXJHddaL/MU+uL+Xe/BgL+EVDf7IkdOOYuEWGptezLv YpXE3nN+8tpQ== X-IronPort-AV: E=McAfee;i="6000,8403,9684"; a="150794656" X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="150794656" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jul 2020 08:56:26 -0700 IronPort-SDR: /Scq5IKVxvAXsDfzNHvWgP5g5Sz3vJ379q19TQYytyTdhaRI+qwx7SEwpUEAV14p8N51bPU+to YAiWaJu2viYw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,359,1589266800"; d="scan'208";a="325181555" Received: from silpixa00399912.ir.intel.com (HELO silpixa00399912.ger.corp.intel.com) ([10.237.223.64]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jul 2020 08:56:24 -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:32:16 +0100 Message-Id: <20200716153218.65491-1-david.coyle@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/2] improve DOCSIS session creation 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 improve the DOCSIS session creating in the QAT and AESNI-MB PMDs David Coyle (2): crypto/qat: improve DOCSIS session creation crypto/aesni_mb: improve DOCSIS session creation .../crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 11 ++++--- drivers/crypto/qat/qat_sym_session.c | 32 +++++++++---------- 2 files changed, 21 insertions(+), 22 deletions(-) -- 2.17.1