From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B4DAC1C00 for <dev@dpdk.org>; Thu, 11 May 2017 02:55:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 26BC2206A2; Wed, 10 May 2017 20:55:54 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 10 May 2017 20:55:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Y6cX8rqzK0P3kBd bzT0ahljUQNmXaMha2Jzv6Zf1Be4=; b=fUhznsCMdcXEm/1BNnueaJztVfd6uTO u8lUXv5n1jvy6RJvoJd3Lhzfhu4f7R0hInw7/FPKEmrfMpgyrZssChasHUWjRvY4 A2E1TMOvSioS/NfZ1puJ9wdd7P54hu5W479oq01ZDMHHgGNlXtzBvLJ/A5iY6pin jjjo16C4JUrY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=Y6cX8rqzK0P3kBdbzT0ahljUQNmXaMha2Jzv6Zf1Be4=; b=ZurN00Jx KvHzTFAUlAll4bV/eUKr8aivME11MfITliVJh0BxLBdK6efkbwGCYj8XZCgDKw6v O2jsPMSykENPe1uGID2avxlIKVs/57gk5JxX13fzqtBQPdFDPP5j19aLiw1vs/dG u0WuM/Ig0xtPxdAtnssquZqAsBgQC6y2/VLPytyCqVdjeNF7RADia4TXtG92Wcq3 XZgS2ozEsYm2YL4DIECh4IwF38A3GFmL3VNR6bYPmAXN03l51aSJG6BuusrhZlL3 5fQnGsETHMcGLa6+OEwhlRkic/8V50oLBOG4+lbUW+vMGu96iqksrXb6cEHjx1wb Cn4MD8NsoBgb6g== X-ME-Sender: <xms:mrYTWbO2gvpNwjoMYH5KwD9SLx0SWy_nYrOKvVueyM733_XaSm0AFg> X-Sasl-enc: KOiMTl7VDfKpd3vKnBPKfok5jcHI9drW+F92/3nTRXVR 1494464153 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C75687E86A; Wed, 10 May 2017 20:55:53 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Hemant Agrawal <hemant.agrawal@nxp.com>, "Trahe, Fiona" <fiona.trahe@intel.com>, "Doherty, Declan" <declan.doherty@intel.com>, akhil.goyal@nxp.com, zbigniew.bodek@caviumnetworks.com, jerin.jacob@caviumnetworks.com Date: Thu, 11 May 2017 02:55:53 +0200 Message-ID: <8176828.9QoBavqcAX@xps> In-Reply-To: <eb374acd-78bc-ffb3-64d0-3e1c639287f8@nxp.com> References: <1493402804-163492-1-git-send-email-pablo.de.lara.guarch@intel.com> <348A99DA5F5B7549AA880327E580B435891F326D@IRSMSX101.ger.corp.intel.com> <eb374acd-78bc-ffb3-64d0-3e1c639287f8@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 11 May 2017 00:55:55 -0000 > >>> 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 <pablo.de.lara.guarch@intel.com> > >> > >> Acked-by: Declan Doherty <declan.doherty@intel.com> > > Acked-by: Fiona Trahe <fiona.trahe@intel.com> > > Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Applied, thanks