From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 133842A58 for ; Mon, 3 Jul 2017 17:47:23 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP; 03 Jul 2017 08:47:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,304,1496127600"; d="scan'208";a="106607494" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga002.jf.intel.com with ESMTP; 03 Jul 2017 08:47:20 -0700 To: Pablo de Lara , zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com, fiona.trahe@intel.com, john.griffin@intel.com, deepak.k.jain@intel.com Cc: dev@dpdk.org References: <20170629113521.5560-1-pablo.de.lara.guarch@intel.com> <20170702054127.75610-1-pablo.de.lara.guarch@intel.com> From: Declan Doherty Message-ID: <84096f75-1b26-9532-2d89-e43cce689faa@intel.com> Date: Mon, 3 Jul 2017 16:44:25 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170702054127.75610-1-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 00/26] Crypto operation restructuring 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: Mon, 03 Jul 2017 15:47:24 -0000 On 02/07/17 06:41, Pablo de Lara wrote: > This patchset attempts to correct and improve the current crypto operation > (rte_crypto_op) and symmetric crypto operation (rte_crypto_sym_op) structures, > shrinking their sizes to fit both structures into two 64-byte cache lines > (with extra space for the IV and other user data) as one of the goals. > > It also introduces new AEAD algorithm specific parameters, to simplify its setup > with a single transform, instead of a concatenation of a cipher and an authentication transform. > ... > Create patch set Pablo, very tidy and easy to follow considering the amount of code churn! Series Acked-by: Declan Doherty