From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 904771B2BF for ; Fri, 19 Jan 2018 09:56:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2018 00:56:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,381,1511856000"; d="scan'208";a="12360860" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga002.fm.intel.com with ESMTP; 19 Jan 2018 00:55:59 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX152.ger.corp.intel.com ([169.254.6.87]) with mapi id 14.03.0319.002; Fri, 19 Jan 2018 08:55:58 +0000 From: "De Lara Guarch, Pablo" To: "Nicolau, Radu" , "dev@dpdk.org" CC: "Ananyev, Konstantin" , "Yigit, Ferruh" , "Doherty, Declan" , "akhil.goyal@nxp.com" Thread-Topic: [PATCH v3 1/3] security: add get session size function Thread-Index: AQHTkHOfZibmDovE/0+j+5bca8s/gKN65aFw Date: Fri, 19 Jan 2018 08:55:57 +0000 Message-ID: References: <1516012789-4223-1-git-send-email-radu.nicolau@intel.com> <1516290103-29164-1-git-send-email-radu.nicolau@intel.com> In-Reply-To: <1516290103-29164-1-git-send-email-radu.nicolau@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmVmNWI5OTEtMDk1Yi00ZTQwLTlhMmYtYTBjMjMwMTc5NGNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhtdzE2cVwvc04xXC9GajRXc1BzVHdIZWh4SkgwS2pcL0ZVSjNES2tNd0dwK0k9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 v3 1/3] security: add get session size function 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, 19 Jan 2018 08:56:02 -0000 > -----Original Message----- > From: Nicolau, Radu > Sent: Thursday, January 18, 2018 3:42 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin ; Yigit, Ferruh > ; De Lara Guarch, Pablo > ; Doherty, Declan > ; akhil.goyal@nxp.com; Nicolau, Radu > > Subject: [PATCH v3 1/3] security: add get session size function >=20 > Add function to get security session size. >=20 > Signed-off-by: Radu Nicolau Series applied to dpdk-next-crypto. Thanks, Pablo