From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: remove unnecessary deprecation announcement Date: Fri, 04 Aug 2017 01:36:38 +0200 Message-ID: <13439003.YrlbPIcVjY@xps> References: <1501695251-2199-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Yigit, Ferruh" To: "Tan, Jianfeng" Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A8F052BC9 for ; Fri, 4 Aug 2017 01:36:40 +0200 (CEST) In-Reply-To: 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 Applied, thanks