From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eventdev: change port_id to uint16_t Date: Fri, 11 May 2018 11:00:32 +0200 Message-ID: <2342302.sue3H7Idtu@xps> References: <1525789656-4173-1-git-send-email-lei.a.yao@intel.com> <33b05f1b-5425-0648-d1c2-31cd01d79d67@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , nikhil.rao@intel.com, jerin.jacob@cavium.com To: Lei Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D600C1BD37 for ; Fri, 11 May 2018 11:00:35 +0200 (CEST) In-Reply-To: <33b05f1b-5425-0648-d1c2-31cd01d79d67@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/05/2018 21:59, Ferruh Yigit: > 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/ Another patch was been pushed in next-eventdev: https://dpdk.org/dev/patchwork/patch/39706/