From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 787D7326B for ; Thu, 3 Aug 2017 12:43:17 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2017 03:43:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,315,1498546800"; d="scan'208";a="135581900" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga006.fm.intel.com with ESMTP; 03 Aug 2017 03:43:15 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.9]) by IRSMSX104.ger.corp.intel.com ([169.254.5.26]) with mapi id 14.03.0319.002; Thu, 3 Aug 2017 11:43:15 +0100 From: "Mcnamara, John" To: "Tan, Jianfeng" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "thomas@monjalon.net" Thread-Topic: [PATCH] doc: remove unnecessary deprecation announcement Thread-Index: AQHTC7VipT7wsMafS0OPNivpkpf6FKJycyPA Date: Thu, 3 Aug 2017 10:43:14 +0000 Message-ID: References: <1501695251-2199-1-git-send-email-jianfeng.tan@intel.com> In-Reply-To: <1501695251-2199-1-git-send-email-jianfeng.tan@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTgxMjZlYjctNGNlOC00OGM4LWI0YWQtZWI2NGQyMmI4ZmFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkZkRTRkcUYwcGFJXC9WVlZORjVrRklBdDYyWEdVVE11U1Rha1ljd3JHZUFZPSJ9 dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 10:43:17 -0000 > -----Original Message----- > From: Tan, Jianfeng > Sent: Wednesday, August 2, 2017 6:34 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Mcnamara, John > ; thomas@monjalon.net; Tan, Jianfeng > > Subject: [PATCH] doc: remove unnecessary deprecation announcement >=20 > 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. >=20 > Fixes: 3bac1dbc1ed5 ("doc: announce iomem and ioport removal from > igb_uio") >=20 > Signed-off-by: Jianfeng Tan Acked-by: John McNamara