From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1C9B0A0471 for ; Fri, 19 Jul 2019 16:55:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 53D0E2BC7; Fri, 19 Jul 2019 16:55:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 59C201C01 for ; Fri, 19 Jul 2019 16:55:53 +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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2019 07:55:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,282,1559545200"; d="scan'208";a="367283332" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga005.fm.intel.com with ESMTP; 19 Jul 2019 07:55:51 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.88]) by IRSMSX151.ger.corp.intel.com ([169.254.4.41]) with mapi id 14.03.0439.000; Fri, 19 Jul 2019 15:55:51 +0100 From: "Zhang, Roy Fan" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Ananyev, Konstantin" , "akhil.goyal@nxp.com" CC: "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [RFC] doc: deprecate legacy code path in ipsec-secgw Thread-Index: AQHVN8fl/ZiGSf8mmkuyHgAUM/0qi6bSE/Qw Date: Fri, 19 Jul 2019 14:55:50 +0000 Message-ID: <9F7182E3F746AB4EA17801C148F3C6043366CC08@IRSMSX101.ger.corp.intel.com> References: <1562835937-24141-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1562835937-24141-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmQzOGQ0ZjEtMTZkMC00ZjgyLTg5ZmYtY2EyYmU3MjVkN2ViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMFc0T0hnZmVHcE81d3VUUTBjb2pEVFJEWHZNaUZFTmNWR2JyN3ZBTWRuZ1prWmViZGZZU1NCVHRVd0FLK3dFVyJ9 dlp-product: dlpe-windows dlp-version: 11.0.600.7 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] [RFC] doc: deprecate legacy code path in ipsec-secgw 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Thursday, July 11, 2019 6:06 PM > To: dev@dpdk.org; Ananyev, Konstantin ; > akhil.goyal@nxp.com > Cc: Iremonger, Bernard > Subject: [dpdk-dev] [RFC] doc: deprecate legacy code path in ipsec-secgw >=20 > All the functionality of the legacy code path in now available in the > librte_ipsec library. It is planned to deprecate the legacy code path in = the > 19.11 release and remove the legacy code path in the 20.02 release. >=20 > Signed-off-by: Bernard Iremonger > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index a7796f4..258fee8 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -82,3 +82,8 @@ Deprecation Notices > to set new power environment if power environment was already > initialized. > In this case the function will return -1 unless the environment is uns= et first > (using ``rte_power_unset_env``). Other function usage scenarios will n= ot > change. > + > +* ipsec-secgw: All the ipsec-secgw legacy code path functionality is > +now > + available in the librte_ipsec library. It is planned to deprecate the > +legacy > + code path in the ipsec-secgw application in the 19.11 release and > +remove it > + in the 20.02 release. > -- > 2.7.4 Acked-by: Fan Zhang