From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pablo.de.lara.guarch@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id DF39C1B73E
 for <dev@dpdk.org>; Thu, 10 Jan 2019 15:40:32 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga007.fm.intel.com ([10.253.24.52])
 by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 10 Jan 2019 06:40:32 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.56,461,1539673200"; d="scan'208";a="113695087"
Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59])
 by fmsmga007.fm.intel.com with ESMTP; 10 Jan 2019 06:40:31 -0800
Received: from irsmsx112.ger.corp.intel.com ([169.254.1.84]) by
 IRSMSX151.ger.corp.intel.com ([169.254.4.172]) with mapi id 14.03.0415.000;
 Thu, 10 Jan 2019 14:40:29 +0000
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>, "Ananyev, Konstantin"
 <konstantin.ananyev@intel.com>
CC: "dev@dpdk.org" <dev@dpdk.org>, "akhil.goyal@nxp.com" <akhil.goyal@nxp.com>
Thread-Topic: [PATCH v7 00/10] ipsec: new library for IPsec data-path
 processing
Thread-Index: AQHUqO+/ogU0RGs2uUKw7FDWdJIGIqWojssAgAAD1GA=
Date: Thu, 10 Jan 2019 14:40:28 +0000
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D897803623CA@irsmsx112.ger.corp.intel.com>
References: <1546546586-22009-2-git-send-email-konstantin.ananyev@intel.com>
 <1547130059-9408-1-git-send-email-konstantin.ananyev@intel.com>
 <1589360.MiOzkj7FWM@xps>
In-Reply-To: <1589360.MiOzkj7FWM@xps>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjMzNjA0ZjAtYWFkMy00ZmRjLWI5MzYtN2ZmOGUwMjFmZWI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaWlOaVZJNXN4Q21EUDZIdHVyXC90d0txWEVqSWZoZGwrVkcwV2RabWdidkV3cVBtQ0JoK0wzYmdtVEFyWVpiXC9cLyJ9
x-ctpclassification: CTP_NT
dlp-product: dlpe-windows
dlp-version: 11.0.400.15
dlp-reaction: no-action
x-originating-ip: [163.33.239.180]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v7 00/10] 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Jan 2019 14:40:33 -0000

Hi Thomas,

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Thursday, January 10, 2019 2:25 PM
> To: Ananyev, Konstantin <konstantin.ananyev@intel.com>
> Cc: dev@dpdk.org; akhil.goyal@nxp.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch@intel.com>
> Subject: Re: [PATCH v7 00/10] ipsec: new library for IPsec data-path
> processing
>=20
> 10/01/2019 15:20, Konstantin Ananyev:
> > v6 -> v7
> > - Changes to address Thomas comments:
> >     bump ABI version
> >     remove related deprecation notice
> >     update release notes, ABI changes section
>=20
> You did not update the lib versions in the release notes.
> I think you missed a deprecation notice removal in patch 1.
> Have you checked the doxygen warnings in last patch?
>=20
>=20

It doesn't matter. Fan is modifying that structure too and he is making the=
se changes, so I will drop this patch after applying his patchset. Therefor=
e, this won't be relevant anymore.