From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2EEF01B95A for ; Fri, 11 Jan 2019 01:16:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2019 16:16:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,463,1539673200"; d="scan'208";a="126734061" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 10 Jan 2019 16:16:15 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.116]) by IRSMSX151.ger.corp.intel.com ([169.254.4.172]) with mapi id 14.03.0415.000; Fri, 11 Jan 2019 00:16:14 +0000 From: "Ananyev, Konstantin" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "thomas@monjalon.net" Thread-Topic: [PATCH v8 00/10] examples/ipsec-secgw: make app to use ipsec library Thread-Index: AQHUqSjCnG0onqfZIU66SPzpZzpNf6WpLyWAgAAEE9A= Date: Fri, 11 Jan 2019 00:16:13 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258010D90244D@irsmsx105.ger.corp.intel.com> References: <1547034250-21252-2-git-send-email-konstantin.ananyev@intel.com> <1547154553-15814-1-git-send-email-konstantin.ananyev@intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTlhZjg5MjEtMjEwMy00M2ZlLWIxY2YtMTNlZTk3MzUzNzFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYXJ2Z2RrVVdUTVk5TmExOVBuZ0NMaGxMSVFMUDRRTTdwRnFiNTUzQ3k2NVltT2x2STlINHQrYUdtVktJaGJuaSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v8 00/10] examples/ipsec-secgw: make app to use ipsec library 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, 11 Jan 2019 00:16:17 -0000 >=20 > > -----Original Message----- > > From: Ananyev, Konstantin > > Sent: Thursday, January 10, 2019 9:09 PM > > To: dev@dpdk.org > > Cc: akhil.goyal@nxp.com; De Lara Guarch, Pablo > > ; thomas@monjalon.net; Ananyev, > > Konstantin > > Subject: [PATCH v8 00/10] examples/ipsec-secgw: make app to use ipsec > > library > > > > This patch series depends on the patch series: > > ipsec: new library for IPsec data-path processing to be applied first. > > > > v7 -> v8 > > rebase on top of crypto-next > > check-git-log nit-picks >=20 > Series applied to dpdk-next-crypto. >=20 > Thanks, > Pablo Thanks a lot Pablo. Appreciated your help with it. Konstantin