From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A8F052BC9 for <dev@dpdk.org>; Fri, 4 Aug 2017 01:36:40 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 381FC20AB6; Thu, 3 Aug 2017 19:36:40 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Aug 2017 19:36:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=QFcTem9mcHFAnqX 3K5D2oks40xwCUVLzAbqgbcFhi+s=; b=jWJ5eim4l4Q1ZI4E4+PQejp31BrbZeR IMM8t+uiOoFkHAw/2A+rMYZ7m8Ed8wmSkH+YMrT+Am2WNag4QQ4I5xNcJmib9NkI 6OFlRrgBv8ntuEYNsnOzhpyotgTAocJ1KpQR8w4ZdelU1DzImcKmV0ACPKiqqZaz Fu8W564vuun0= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=QFcTem9mcHFAnqX3K5D2oks40xwCUVLzAbqgbcFhi+s=; b=EWdih+EZ smie2849rKPdR6Y7d17HI3aqjcLH18sDClYviFYAGI7pl50Sc7V1fXHk807v8qMe zhslM8R8yCdA5+Ud5UZPrm6V7+ML8wvm4tG3Qz3JPeE18AQUTyToi3sCwerS/JJr BBoVoa2TSv1OsAf3Y4BRPeuFNUC/bPUoxc24Qku056GSEbJZhDyaCdtK7H86qCqH GNjpj2i4SLET7RiXAhg4YWzUJxjlzSz7Tpg0bhcORuI3TDLJqbX/BsCggGNS7jjt hbbO9C2uuoo6lLjLP5zvZi2BRraYm985vEmBKK7IA5HXW8kJuo8ISs1+jeJUdC3r 5atMb8DySoqGNg== X-ME-Sender: <xms:iLODWSdT9ZpvsMW3eX_PEzaVL6C_2PP0GJ32mBzyuaFLI_GPqg-efw> X-Sasl-enc: oG7344YFj8r3vMfikbK0juuYD1mbZcUEdtt7LZTVHxPs 1501803399 Received: from xps.localnet (130.20.90.92.rev.sfr.net [92.90.20.130]) by mail.messagingengine.com (Postfix) with ESMTPA id C69292436A; Thu, 3 Aug 2017 19:36:39 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: "Tan, Jianfeng" <jianfeng.tan@intel.com> Cc: dev@dpdk.org, "Mcnamara, John" <john.mcnamara@intel.com>, "Yigit, Ferruh" <ferruh.yigit@intel.com> Date: Fri, 04 Aug 2017 01:36:38 +0200 Message-ID: <13439003.YrlbPIcVjY@xps> In-Reply-To: <B27915DBBA3421428155699D51E4CFE23ED5929A@IRSMSX103.ger.corp.intel.com> References: <1501695251-2199-1-git-send-email-jianfeng.tan@intel.com> <B27915DBBA3421428155699D51E4CFE23ED5929A@IRSMSX103.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Thu, 03 Aug 2017 23:36:40 -0000 > > 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 <jianfeng.tan@intel.com> > > Acked-by: John McNamara <john.mcnamara@intel.com> Applied, thanks