From patchwork Wed Aug 2 17:34:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jianfeng Tan X-Patchwork-Id: 27393 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 C6AE399A9; Wed, 2 Aug 2017 19:32:52 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4D15A996E for ; Wed, 2 Aug 2017 19:32:50 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Aug 2017 10:32:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,312,1498546800"; d="scan'208";a="135185667" Received: from dpdk06.sh.intel.com ([10.67.111.82]) by fmsmga006.fm.intel.com with ESMTP; 02 Aug 2017 10:32:48 -0700 From: Jianfeng Tan To: dev@dpdk.org Cc: ferruh.yigit@intel.com, john.mcnamara@intel.com, thomas@monjalon.net, Jianfeng Tan Date: Wed, 2 Aug 2017 17:34:11 +0000 Message-Id: <1501695251-2199-1-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] doc: remove unnecessary deprecation announcement 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" The original purpose of this deprecation is to make sure pci devices are reset whenever DPDK apps crash. Since the commit b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file") from Shijith can fix this problem without deprecating anything, now there is no need to deprecate iomem and ioport mapping in igb_uio. Fixes: 3bac1dbc1ed5 ("doc: announce iomem and ioport removal from igb_uio") Signed-off-by: Jianfeng Tan Acked-by: John McNamara --- doc/guides/rel_notes/deprecation.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index f6bd910..72aa404 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -23,11 +23,6 @@ Deprecation Notices Accompanying this evolution, device command line parameters will thus support explicit bus definition in a device declaration. -* igb_uio: iomem mapping and sysfs files created for iomem and ioport in - igb_uio will be removed, because we are able to detect these from what Linux - has exposed, like the way we have done with uio-pci-generic. This change - targets release 17.05. - * The VDEV subsystem will be converted as driver of the new bus model. It may imply some EAL API changes in 17.08.