From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9771C7618B for ; Fri, 26 Jul 2019 14:06:41 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 82FF121850 for ; Fri, 26 Jul 2019 14:06:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=nxp.com header.i=@nxp.com header.b="KymYuwXu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 82FF121850 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D655A1C487; Fri, 26 Jul 2019 16:06:40 +0200 (CEST) Received: from EUR03-VE1-obe.outbound.protection.outlook.com (mail-eopbgr50048.outbound.protection.outlook.com [40.107.5.48]) by dpdk.org (Postfix) with ESMTP id F37191C486 for ; Fri, 26 Jul 2019 16:06:39 +0200 (CEST) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=F4LHUp4LWVQkGNil3JrI8d007p/zSuDrEmWMNcJH09EjG6Mux8psoaH6FwstxRyQtc5dDuaGJDtYCiu86W61OnMqOIBAWu312pvlOdqRQ7cx0e4G8hcJ9DPmYvaeaAOaI/3hfAqhb4/dUQ2Jw91uleaWtFV70q7Y7stxB5LX36L+gJlDhfCMKfCvYT6iXnPmUo29j39agncWeCG0npEK8uXI5xyVXVE5S/HHTxFE33IdTw8GQLYhur2jh/x/DYmJsaKBMyNVsIa4jg1O0jN8NYCHJgH1giQq7y91UiRZxdh9kOCSaK3iJ34Y85SCp5hNNudHgF89+ibcEu3axBaclA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=fbJyWpQlMOw7qiNUKdel2nfCXIhy04wZhEeZl/l05BI=; b=h4EvE/S7J9XPPp1Kj08ATddSmqaUQ4p+2pF+PziXvsP8Q5Q1TeioXOLlRqVYWNbHzreKsr1McCma1k9Xt6x7Ban1qHm/OqMqHHmQ2D60VFpfVUDcGcTeYeoJG7UzIRpqQLbCzoUcSK7Ns/ejintOjjh+lBETIFE15fV9fPun7w3HJtaw0dRO7mey6mfWp0r9eexVoycOWVZl4KRTEJjGz/0jRRCQu32qPokwqVUnnyFrDzwiNd3GIVijkx36fB34vYugJ1R/U48jrixwfwbPntnMOtXtTlo6EQYwukCM8mUQ1/mKSDbTDUPv0nLsrbmNzYA//Q/dgjZCIz8UI8C3Cw== ARC-Authentication-Results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=nxp.com;dmarc=pass action=none header.from=nxp.com;dkim=pass header.d=nxp.com;arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nxp.com; s=selector2; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=fbJyWpQlMOw7qiNUKdel2nfCXIhy04wZhEeZl/l05BI=; b=KymYuwXuUHfUQ9+JUqJkQhfqtBBtRCBALdoPxOPzBm9j03jGi/YHLbBQgBSWlq7PrREG8bO+vO4n7AUcGoKQn+7mLoGoT+4mjWF/cCFzx8IoZKO/hE0jBmOzkEqRE8Z6ktD73LS8p5DT1q6vg7Prm2ETI/QtIrpGxnFp9hXSKII= Received: from VE1PR04MB6639.eurprd04.prod.outlook.com (20.179.235.82) by VE1PR04MB6383.eurprd04.prod.outlook.com (20.179.232.14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2115.13; Fri, 26 Jul 2019 14:06:39 +0000 Received: from VE1PR04MB6639.eurprd04.prod.outlook.com ([fe80::964:4ddc:346b:e2ec]) by VE1PR04MB6639.eurprd04.prod.outlook.com ([fe80::964:4ddc:346b:e2ec%7]) with mapi id 15.20.2115.005; Fri, 26 Jul 2019 14:06:39 +0000 From: Akhil Goyal To: Akhil Goyal , Bernard Iremonger , "dev@dpdk.org" , "konstantin.ananyev@intel.com" , Anoob Joseph , Jerin Jacob Thread-Topic: [dpdk-dev] [PATCH] doc: deprecate legacy code path in ipsec-secgw Thread-Index: AQHVQ7tXVUEIE5bsbESF36Im9XG9iA== Date: Fri, 26 Jul 2019 14:06:38 +0000 Message-ID: References: <1562835937-24141-1-git-send-email-bernard.iremonger@intel.com> <1563963154-7177-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: Accept-Language: en-IN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=akhil.goyal@nxp.com; x-originating-ip: [92.120.0.6] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 510f308d-4ffb-4f1a-ddc3-08d711d27a65 x-ms-office365-filtering-ht: Tenant x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(4618075)(2017052603328)(7193020); SRVR:VE1PR04MB6383; x-ms-traffictypediagnostic: VE1PR04MB6383: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:9508; x-forefront-prvs: 01106E96F6 x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(4636009)(346002)(376002)(366004)(396003)(39860400002)(136003)(199004)(189003)(44832011)(11346002)(5660300002)(14454004)(446003)(486006)(476003)(110136005)(256004)(68736007)(52536014)(81156014)(81166006)(305945005)(478600001)(186003)(26005)(2501003)(6436002)(66476007)(76176011)(229853002)(76116006)(7696005)(71190400001)(71200400001)(9686003)(25786009)(53936002)(55016002)(2906002)(6246003)(316002)(8936002)(99286004)(3846002)(7736002)(2201001)(74316002)(6116002)(102836004)(6506007)(86362001)(66946007)(66446008)(66556008)(64756008)(66066001)(33656002); DIR:OUT; SFP:1101; SCL:1; SRVR:VE1PR04MB6383; H:VE1PR04MB6639.eurprd04.prod.outlook.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:1; MX:1; received-spf: None (protection.outlook.com: nxp.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: RLhFjMJ0SO+j7Eyiv9D+QsT/vUk/z8zhoIvnZAscuR/saPq+WpBZP/xtTOhx9+U/6Gp3IEVD2W+KPszuct0sJsG6zSUkSiLwGhlxIsN/Nwcot25XcfQKPikJY14zImmbW+OJHpHLPnr3EzTl5q8qMLUzPLm4YhEGl7ZWuceII1p5IEaB+CGsnMyvktbSGPCxDjjNmcTZ4rYnEs3j56D3KkEV3k3cD8LaUJgD/oGJ+P4U5lPifXjsBxeCQoDBse7DPuNdnFWfbj5DvbEhuWrSrUZq31kVg5TsS9KjlZERHaosytJ914Xwv/hKo6LQE9tbQVnEDmqWaXZG9cWzKZ3+F0pRMkA3neyLY4zqkVoDs/1p6Of/QKbdnu2zGHNGtpyIOBTuUhLwjXCMb0xbepTeMdI364+AyJ1PTRkN4g55R0o= Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: nxp.com X-MS-Exchange-CrossTenant-Network-Message-Id: 510f308d-4ffb-4f1a-ddc3-08d711d27a65 X-MS-Exchange-CrossTenant-originalarrivaltime: 26 Jul 2019 14:06:39.0165 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 686ea1d3-bc2b-4c6f-a92c-d99c5c301635 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: akhil.goyal@nxp.com X-MS-Exchange-Transport-CrossTenantHeadersStamped: VE1PR04MB6383 Subject: Re: [dpdk-dev] [PATCH] 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" Hi Anoob, Could you please Ack this patch if there is no issue? Thanks, Akhil > +Anoob, Jerin >=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. > > > > Signed-off-by: Bernard Iremonger > > Acked-by: Konstantin Ananyev > > Acked-by: Fan Zhang > > Acked-by: Akhil Goyal > > --- > > doc/guides/rel_notes/deprecation.rst | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/doc/guides/rel_notes/deprecation.rst > > b/doc/guides/rel_notes/deprecation.rst > > index 37b8592..8efe234 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -78,3 +78,8 @@ Deprecation Notices > > to set new power environment if power environment was already initia= lized. > > In this case the function will return -1 unless the environment is u= nset first > > (using ``rte_power_unset_env``). Other function usage scenarios will= not > > change. > > + > > +* ipsec-secgw: All the ipsec-secgw legacy code path functionality is n= ow > > + available in the librte_ipsec library. It is planned to deprecate th= e legacy > > + code path in the ipsec-secgw application in the 19.11 release and re= move it > > + in the 20.02 release. > > -- > > 2.7.4