From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH] doc: remove iomem and ioport handling in igb_uio Date: Fri, 11 Nov 2016 10:12:22 +0800 Message-ID: <330ff7fe-77e3-5ec9-7d2b-081ecb741877@intel.com> References: <1472696197-37614-1-git-send-email-jianfeng.tan@intel.com> <1474523045-2674-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: ferruh.yigit@intel.com, david.marchand@6wind.com, thomas.monjalon@6wind.com To: Jianfeng Tan , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id EF3042BDF for ; Fri, 11 Nov 2016 03:12:26 +0100 (CET) In-Reply-To: <1474523045-2674-1-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 22/09/2016 13:44, Jianfeng Tan wrote: [..] > > Suggested-by: Yigit, Ferruh > Signed-off-by: Jianfeng Tan Acked-by: Remy Horton > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -57,3 +57,8 @@ Deprecation Notices > * API will change for ``rte_port_source_params`` and ``rte_port_sink_params`` > structures. The member ``file_name`` data type will be changed from > ``char *`` to ``const char *``. This change targets release 16.11. As an aside I don't think changing a structure entry to const will affect its binary layout, so this ought not be an ABI break..