From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id F3771234 for ; Thu, 30 Mar 2017 17:49:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490888950; x=1522424950; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=96sL8OdI0S5FhhFHN/0AZ+HBv4Hm9U/9TaZkqgqMmeI=; b=DfIzGhuOXCqzjWqBCFRLLhNYOqZ9HCDirDCPtWCKHLjaAJ0iax3iz5om XjzZnK9G5TYiBptE2mhCOi6HUECG/A==; Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 08:48:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,247,1486454400"; d="scan'208";a="71948649" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga004.jf.intel.com with ESMTP; 30 Mar 2017 08:48:44 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by IRSMSX107.ger.corp.intel.com ([169.254.10.107]) with mapi id 14.03.0319.002; Thu, 30 Mar 2017 16:48:43 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [PATCH v2] crypto/aesni_mb: process crypto op on dequeue Thread-Index: AQHSqVqSBw7uEixTUE+a29m7bHlR46GthlXQ Date: Thu, 30 Mar 2017 15:48:42 +0000 Message-ID: References: <20170303101553.17373-1-declan.doherty@intel.com> <20170330133453.1501-1-declan.doherty@intel.com> In-Reply-To: <20170330133453.1501-1-declan.doherty@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzQ5ODM0YWQtOTQ2Yy00YWZkLWI2MWMtYThkNDYxMzY2NWNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlNBSXNHc0R5UkJ3aG9PMVJ0XC9EQ2pDdTlSa0tHNUFYVlRadktpbjFUd0E0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: process crypto op on dequeue 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: , X-List-Received-Date: Thu, 30 Mar 2017 15:49:10 -0000 > -----Original Message----- > From: Doherty, Declan > Sent: Thursday, March 30, 2017 2:35 PM > To: dev@dpdk.org > Cc: Doherty, Declan; De Lara Guarch, Pablo > Subject: [PATCH v2] crypto/aesni_mb: process crypto op on dequeue >=20 > moving the crypto processing from the enqueue burst to the dequeue > burst, > to remove the requirement to continually call the > rte_cryptodev_burst_enqueue function to guarantee that all operations get > flushed from the multi-buffer managers buffers. >=20 > Signed-off-by: Declan Doherty > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Thanks, Pablo