From patchwork Thu May 11 00:25:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 24209 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 C4B5814EC; Thu, 11 May 2017 02:26:08 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 49AF1106A 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 BBB8A20AE7; Wed, 10 May 2017 20:26:06 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 10 May 2017 20:26:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=wAmQDkFdS37ZL7iS4gesHnRVdsG HlZJto4cutNWDifM=; b=ena+RS3eLs2E6JhaNXx5+Iaatq9wlB4kuPc3nA5J1Qg v0DwNZltY90eVamUJtpZ/8QRDkjSF9HgZfs2dFvnWK232bVzQDhUabg+dm+pCZfZ mR751DxWhLIgQv9Tj/3MrDcZ8EGvEkRi3vkOQJ1yFMQhk2mAIXJyFocYanKbm4PQ = DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=wAmQDk FdS37ZL7iS4gesHnRVdsGHlZJto4cutNWDifM=; b=OCs/7LjkTeHIyZtZwR9g2e iWo3OuVc0QT4TucHdCWl3WKJszqBvYAazgA47PPHSkPtSrAn3JU+dAts7mXtmEyT qzP0iyC15TCuaBJQCCd1+EnZdrBGv7NydkyNCaFmKsPVEu9XXi76ap6azKeLmtBw UJByJzylaA/slE0T5u+j55ioUMloz7/KOMqHqZnyWWgNtt/ckmGY+cq517sSQ04L VJfR0Jl+w7B97PY6vIQfLuhZDXx8IhdywYzH+bVEs/wHB2+j3QLTp43IjglECtMX E6wFhquzZtKnTz7AypiVerak5XH40vlFtvbVh9olPZxR3aLsfaiac7aA/AgrEglg == X-ME-Sender: X-Sasl-enc: nkmyBPceHhB69uN2J9Ei+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 545BB24996 for ; Wed, 10 May 2017 20:26:06 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Thu, 11 May 2017 02:25:53 +0200 Message-Id: <20170511002554.7891-1-thomas@monjalon.net> X-Mailer: git-send-email 2.12.2 Subject: [dpdk-dev] [PATCH 1/2] doc: remove outdated 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 VFIO functions have been exported without any rename, thus no breakage. The struct eth_driver has been removed, but rte_pci_driver is still used in rte_cryptodev_driver. Fixes: a016873eb3c2 ("vfio: export utility functions in map file") Fixes: 9dca21fb80b6 ("ethdev: remove ethdev driver") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f6d28fe97..f38c13f31 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -28,19 +28,10 @@ Deprecation Notices has exposed, like the way we have done with uio-pci-generic. This change targets release 17.05. -* vfio: Some functions are planned to be exported outside librte_eal in 17.05. - VFIO APIs like ``vfio_setup_device``, ``vfio_get_group_fd`` can be used by - subsystem other than EAL/PCI. For that, these need to be exported symbols. - Such APIs are planned to be renamed according to ``rte_*`` naming convention - and exported from librte_eal. - * The VDEV subsystem will be converted as driver of the new bus model. It will imply some EAL API changes in 17.05. -* ``eth_driver`` is planned to be removed in 17.05. This currently serves as - a placeholder for PMDs to register themselves. Changes for ``rte_bus`` will - provide a way to handle device initialization currently being done in - ``eth_driver``. Similarly, ``rte_pci_driver`` is planned to be removed from +* The struct ``rte_pci_driver`` is planned to be removed from ``rte_cryptodev_driver`` in 17.05. * ethdev: An API change is planned for 17.08 for the function