From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5C123FA6F for ; Thu, 9 Feb 2017 17:06:13 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 09 Feb 2017 08:06:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,137,1484035200"; d="scan'208";a="1105192338" Received: from dpdk06.sh.intel.com ([10.239.129.195]) by fmsmga001.fm.intel.com with ESMTP; 09 Feb 2017 08:06:11 -0800 From: Jianfeng Tan To: dev@dpdk.org Cc: thomas.monjalon@6wind.com, john.mcnamara@intel.com, yuanhan.liu@linux.intel.com, stephen@networkplumber.org, Jianfeng Tan Date: Thu, 9 Feb 2017 16:06:46 +0000 Message-Id: <1486656406-144541-4-git-send-email-jianfeng.tan@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486656406-144541-1-git-send-email-jianfeng.tan@intel.com> References: <1485243248-27082-1-git-send-email-jianfeng.tan@intel.com> <1486656406-144541-1-git-send-email-jianfeng.tan@intel.com> Subject: [dpdk-dev] [PATCH v2 3/3] doc: postpone ABI changes in igb_uio 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, 09 Feb 2017 16:06:13 -0000 This ABI changes to remove iomem and ioport mapping in igb_uio. The purpose of this changes was to fix a bug: when DPDK app crashes, those devices by igb_uio are not stopped either DPDK PMD driver or igb_uio driver. Then it has been pointed out by Stephen Hemminger that it has backward compatibility issue: cannot run old version DPDK on modified igb_uio. However, we still have not figure out a new way to fix this bug without this change. Let's postpone this deprecation announcement in case this change cannot be avoided. Fixes: 3bac1dbc1ed ("doc: announce iomem and ioport removal from igb_uio") Suggested-by: Stephen Hemminger Suggested-by: Ferruh Yigit Suggested-by: Thomas Monjalon Signed-off-by: Jianfeng Tan --- doc/guides/rel_notes/deprecation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 755dc65..b49e0a0 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -11,7 +11,7 @@ Deprecation Notices * 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.02. + targets release 17.05. * ABI/API changes are planned for 17.02: ``rte_device``, ``rte_driver`` will be impacted because of introduction of a new ``rte_bus`` hierarchy. This would -- 2.7.4