From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] doc: announce crypto structures rework Date: Tue, 9 May 2017 15:29:50 +0530 Message-ID: <20170509095948.GA8964@jerin> References: <1493402804-163492-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, declan.doherty@intel.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com, zbigniew.bodek@caviumnetworks.com To: Pablo de Lara Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0040.outbound.protection.outlook.com [104.47.34.40]) by dpdk.org (Postfix) with ESMTP id 678204A63 for ; Tue, 9 May 2017 12:00:59 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1493402804-163492-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Fri, 28 Apr 2017 19:06:44 +0100 > From: Pablo de Lara > To: dev@dpdk.org > CC: declan.doherty@intel.com, akhil.goyal@nxp.com, hemant.agrawal@nxp.com, > zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com, Pablo > de Lara > Subject: [PATCH] doc: announce crypto structures rework > X-Mailer: git-send-email 2.7.4 > > 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 Acked-by: Jerin Jacob > --- > 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. > -- > 2.7.4 >