From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 2/5] ethdev: increase port_id range Date: Mon, 25 Sep 2017 12:37:12 +0100 Message-ID: <044eece2-d213-a5fa-7d1a-a4c1a621ebba@intel.com> References: <20170921083243.57991-1-zhiyong.yang@intel.com> <20170925032231.72897-1-zhiyong.yang@intel.com> <20170925032231.72897-3-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas@monjalon.net, adrien.mazarguil@6wind.com To: Zhiyong Yang , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 0A8A92C01 for ; Mon, 25 Sep 2017 13:37:16 +0200 (CEST) In-Reply-To: <20170925032231.72897-3-zhiyong.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/25/2017 4:22 AM, Zhiyong Yang wrote: > Extend port_id definition from uint8_t to uint16_t in lib and drivers > data structures, specifically rte_eth_dev_data. Modify the APIs, > drivers and app using port_id at the same time. > > Fix some checkpatch issues from the original code and remove some > unnecessary cast operations. > > release_17_11 and deprecation have been updated in this patch. > > Signed-off-by: Zhiyong Yang > Acked-by: Adrien Mazarguil Reviewed-by: Ferruh Yigit This is very hard to be sure everything covered. Also this patch will cause lots of merge conflict against next-net. I would suggest getting this patch as soon as possible, to give more time to possible fixes. Thanks, ferruh