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 14819A052B; Thu, 6 Aug 2020 00:48:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 41B3E1BFF5; Thu, 6 Aug 2020 00:48:49 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id D7C6C37B4 for ; Thu, 6 Aug 2020 00:48:47 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id E9FF7B44; Wed, 5 Aug 2020 18:48:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 05 Aug 2020 18:48:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= Hy6d+hbLSs4pClHX/2UqtB7P1jhzvolLxd66VrTquro=; b=vbffsyjqyLSoDpOb 734tAA/qPRnGggayn4cQx9MbYg8HI9nBJpQNfBcjxGvYhKgN4RJT/Vv83Ya0k9vy ttBaxGqZFleqjG+AlHnEN4oWUdyk7pue37th+3vRFA7p1DtuUTO7nHeKqLieJ9XE lhQkTEZEszPyS31ISi1OFmrDfeCB4YosbnZoZaljhVUqm0oCHYFxboWWDufOgAdT M2Wsj1QJU6TD8sEMOQF23mVM2UuRFJbUqgOVZ+7HgoVPAp8OzOdLz0qjXr6mUuvm y6hXZ4FJCJnhtwpyDuvx60clBlYTEAFlLvV0QY5rIl8mz3RP5e9X2gwtkNWKMT69 ktDUTw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Hy6d+hbLSs4pClHX/2UqtB7P1jhzvolLxd66VrTqu ro=; b=OH2rLZplIWw8kNnAwKlpRFXXHxN0R7Q8PsyY8oO0F1HBsuvycEkcul4np YHT9Zl02wPDLJN1zKfZkxg119uvcofjBKOwG9c6BjN1dR3qV+0IKry9GREZ8li7J T+yOux97Fc/leWQAIwtQQio6fjNjG8Icb1SBr0PpTD9TLL/DSm/z90l8/QxQwmTT lyOaj7DN713BUigx6QAyQZr+LHK/uBhYPVi4hvgyAC74hxqFvxibeoO5NmwwwEtm wbMbLbl4I99UNyL04DSona1NSiMIf44SEJi/4WCIulMdLZchZxfBGMwEvqFXJXf/ L24qznE5+0yjtLUnCWhYXGS+KmFig== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrjeelgdduhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 92106306005F; Wed, 5 Aug 2020 18:48:43 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Thu, 06 Aug 2020 00:48:42 +0200 Message-ID: <2881378.tBGLiHqOl2@thomas> In-Reply-To: <20200713123105.513960-1-bruce.richardson@intel.com> References: <20200713123105.513960-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] Deprecation notice updates 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" 13/07/2020 14:31, Bruce Richardson: > Put in deprecation notices in the 20.08 release for changes coming in 20.11. > > Bruce Richardson (2): > doc: add deprecation notice for make build system removal > doc: add deprecation notice for change of rawdev APIs Applied, thanks