From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CA3B41B949 for ; Fri, 11 Jan 2019 00:59:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 15:59:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,463,1539673200"; d="scan'208";a="309414905" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga006.fm.intel.com with ESMTP; 10 Jan 2019 15:59:51 -0800 Received: from irsmsx112.ger.corp.intel.com ([169.254.1.84]) by IRSMSX103.ger.corp.intel.com ([169.254.3.60]) with mapi id 14.03.0415.000; Thu, 10 Jan 2019 23:59:50 +0000 From: "De Lara Guarch, Pablo" To: "Ananyev, Konstantin" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "thomas@monjalon.net" Thread-Topic: [PATCH v8 0/9] ipsec: new library for IPsec data-path processing Thread-Index: AQHUqShip7gbyDX7C0efyC30z0MHi6WpLSAQ Date: Thu, 10 Jan 2019 23:59:50 +0000 Message-ID: References: <1547130059-9408-2-git-send-email-konstantin.ananyev@intel.com> <1547154394-14875-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: <1547154394-14875-1-git-send-email-konstantin.ananyev@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmYxZTlkMmYtYTI0Yy00ZDczLWFkMDgtMmJiYTYzNzQ3YjI0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNUo5N2NWVERDQ29BWUErMDdVZ2M4OEZnWTdTWVdwNm0reHFZQ1YzejQ1MzlqS1ZIdTRMM3JVc0lycEllTUpsRiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v8 0/9] ipsec: new library for IPsec data-path processing 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: Thu, 10 Jan 2019 23:59:54 -0000 > -----Original Message----- > From: Ananyev, Konstantin > Sent: Thursday, January 10, 2019 9:06 PM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; De Lara Guarch, Pablo > ; thomas@monjalon.net; Ananyev, > Konstantin > Subject: [PATCH v8 0/9] ipsec: new library for IPsec data-path processing >=20 > v7 -> v8 > - update release notes with new version for librte_security > - rebase on top of crypto-next Series applied to dpdk-next-crypto. Thanks, Pablo