From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4C0101BE9D for ; Thu, 5 Jul 2018 16:14:04 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2018 07:14:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,312,1526367600"; d="scan'208";a="242857794" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga005.fm.intel.com with ESMTP; 05 Jul 2018 07:13:59 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.139]) by IRSMSX152.ger.corp.intel.com ([163.33.192.66]) with mapi id 14.03.0319.002; Thu, 5 Jul 2018 15:13:59 +0100 From: "De Lara Guarch, Pablo" To: Hemant Agrawal , "Nicolau, Radu" , "akhil.goyal@nxp.com" , "Doherty, Declan" , "borisp@mellanox.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] security: remove experimental tag from security APIs Thread-Index: AQHUE3ZmqFf5K+8CaE6pCxjTi13KWKSAoyUw Date: Thu, 5 Jul 2018 14:13:58 +0000 Message-ID: References: <1530690841-27356-1-git-send-email-hemant.agrawal@nxp.com> <1530695113-12477-1-git-send-email-hemant.agrawal@nxp.com> In-Reply-To: <1530695113-12477-1-git-send-email-hemant.agrawal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2M1ZTg1NmMtODE1NC00OTQzLWI4ZjgtMDVjN2FjOWUxNjgwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiXC80ODR5VTFqVVJOb1c2cElnWko4aGZ2U1ZxRXk1eUJFSkJEcnZwcGE5d1wvVUdBaDF1WGpXZVwvRmN3XC9IS0tuZVgifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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 v2] security: remove experimental tag from security APIs 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, 05 Jul 2018 14:14:04 -0000 Hi Hemant, > -----Original Message----- > From: Hemant Agrawal [mailto:hemant.agrawal@nxp.com] > Sent: Wednesday, July 4, 2018 10:05 AM > To: Nicolau, Radu ; akhil.goyal@nxp.com; Doherty, > Declan ; De Lara Guarch, Pablo > ; borisp@mellanox.com > Cc: dev@dpdk.org > Subject: [PATCH v2] security: remove experimental tag from security APIs >=20 > Signed-off-by: Hemant Agrawal > --- > v2: fix the release version >=20 > doc/guides/rel_notes/release_18_08.rst | 7 +++++++ > lib/librte_security/rte_security.c | 18 +++++++++--------- > lib/librte_security/rte_security.h | 28 +++++++++++++---------= ------ > lib/librte_security/rte_security_driver.h | 2 -- > lib/librte_security/rte_security_version.map | 2 +- > 5 files changed, 30 insertions(+), 27 deletions(-) CFLAGS +=3D -DALLOW_EXPERIMENTAL_API can be removed from Makefile in the li= brary and the ipsec-secgw application (same for meson.build). Apart from this, the rest looks good to me.