From patchwork Thu May 11 00:25:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 24210 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 4D2475592; Thu, 11 May 2017 02:26:11 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A32F3106A for ; Thu, 11 May 2017 02:26:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 49CD620860; Wed, 10 May 2017 20:26:07 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 10 May 2017 20:26:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Jzy Q1hGjFjpg4aic04eV5VkLtM4k0pjhqFXeNxB9EaU=; b=FAhMQ1WL+xDApWAoVdp 51XfNhc2rFWYP4MB7TSTRrFfrE2+cPYvYic9ZXUOVGUTJM2V7BKUjL4txsJFJ0QS i8IRYysr70i5+rBIkvt/hl58Gxauwcx44SetGFDMqY497TLS380Lo1V+KbHGfUgY EfS4sOSrKX7V1fKd8L1l1uas= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=JzyQ1hGjFjpg4aic04eV5VkLtM4k0pjhqFXeNxB9E aU=; b=IcgA3modYt+FQqiDkJ5DvMxD1VLDR4ooFSCry2m69r4jh0vT/TZCh71Hw wUUPn21Q3KncB/993Nv+KZIFWdxSoMKgPNzWXhF8MVOnFlk9h9U+iWd++Fr2rUat zcYvBpxMcURzVdkpj9nRl+V3rS1BIguQ0X9B5ngR1HsM6hu2pQshSrCV5GK+vzbp zMsOohzMiMKzqZpuCE4FyPsb1f5jMXjdkF8V7+66Tw0iX/2LS9vGPTbDUn6oUhnr q67xGv4uQycmGW5oz75SEVLKnywpfvkAZVBcqbUUZCGje3aOlARF2gkNDe9ZQSFr N8v2ICc2p3nbcP6mAJMmeL/7QqYJw== X-ME-Sender: X-Sasl-enc: nkmiHfYTCQBz5/xmJNci+GMXt3BHjeKuaL5rrQNM6ITt 1494462366 Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C562F24950 for ; Wed, 10 May 2017 20:26:06 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 11 May 2017 02:25:54 +0200 Message-Id: <20170511002554.7891-2-thomas@monjalon.net> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170511002554.7891-1-thomas@monjalon.net> References: <20170511002554.7891-1-thomas@monjalon.net> Subject: [dpdk-dev] [PATCH 2/2] doc: postpone unaccomplished deprecation notices 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" Some work remains for VDEV bus move. Not sure if there will be some API or ABI changes. The notice is kept and postponed until the end of this rework. The PCI fields must be removed from cryptodev and the newly introduced eventdev, in order to complete the bus rework. The VLAN flags rework should be completed in 17.08. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f38c13f31..aa9cc57d8 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -29,10 +29,10 @@ Deprecation Notices targets release 17.05. * The VDEV subsystem will be converted as driver of the new bus model. - It will imply some EAL API changes in 17.05. + It may imply some EAL API changes in 17.08. * The struct ``rte_pci_driver`` is planned to be removed from - ``rte_cryptodev_driver`` in 17.05. + ``rte_cryptodev_driver`` and ``rte_eventdev_driver`` in 17.08. * ethdev: An API change is planned for 17.08 for the function ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int`` @@ -64,7 +64,7 @@ Deprecation Notices * The mbuf flags PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT are deprecated and are respectively replaced by PKT_RX_VLAN_STRIPPED and PKT_RX_QINQ_STRIPPED, that are better described. The old flags and - their behavior will be kept until 17.02 and will be removed in 17.05. + their behavior will be kept until 17.05 and will be removed in 17.08. * ethdev: Tx offloads will no longer be enabled by default in 17.08. Instead, the ``rte_eth_txmode`` structure will be extended with