From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] eventdev: change port_id to uint16_t Date: Thu, 10 May 2018 20:59:43 +0100 Message-ID: <33b05f1b-5425-0648-d1c2-31cd01d79d67@intel.com> References: <1525789656-4173-1-git-send-email-lei.a.yao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Lei , nikhil.rao@intel.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 074C51BBBE for ; Thu, 10 May 2018 21:59:45 +0200 (CEST) In-Reply-To: <1525789656-4173-1-git-send-email-lei.a.yao@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 5/8/2018 3:27 PM, Lei wrote: > From: yao > > From 17.11, port_id is changed from uint8_t to uint16_t.But in eventdev, > it still use the old fashion. This patch fix this issue. > > Signed-off-by: Lei Yao Acked-by: Ferruh Yigit This issue also cause build error when CONFIG_RTE_MAX_ETHPORTS more than 255 More detail related the build error can be found at: https://dpdk.org/dev/patchwork/patch/39658/