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 8563237B0 for ; Fri, 5 May 2017 17:33:44 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 05 May 2017 08:33:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,293,1491289200"; d="scan'208";a="964872015" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.86]) ([163.33.228.86]) by orsmga003.jf.intel.com with ESMTP; 05 May 2017 08:33:41 -0700 To: "De Lara Guarch, Pablo" , "dev@dpdk.org" References: <1493402804-163492-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "zbigniew.bodek@caviumnetworks.com" , "jerin.jacob@caviumnetworks.com" From: Declan Doherty Message-ID: Date: Fri, 5 May 2017 16:33:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1493402804-163492-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto structures rework 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: Fri, 05 May 2017 15:33:45 -0000 On 28/04/2017 7:06 PM, De Lara Guarch, Pablo wrote: > The current crypto operation and symmetric crypto operation > structures will be reworked for correctness and improvement, > reducing also their sizes, to fit into less cache lines, > as stated in the following RFC: > > http://dpdk.org/dev/patchwork/patch/24011/ > > Signed-off-by: Pablo de Lara > --- > doc/guides/rel_notes/deprecation.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index a3e7c72..6045557 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -81,3 +81,6 @@ Deprecation Notices > > - ``rte_crpytodev_scheduler_mode_get``, replaced by ``rte_cryptodev_scheduler_mode_get`` > - ``rte_crpytodev_scheduler_mode_set``, replaced by ``rte_cryptodev_scheduler_mode_set`` > + > +* cryptodev: the structures ``rte_crypto_op``, ``rte_crypto_sym_op`` and ``rte_crypto_sym_xform`` > + will be restructured in 17.08, for correctness and improvement. > Acked-by: Declan Doherty