From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] testpmd: fix incorrect port_id word size Date: Wed, 31 Jan 2018 23:22:30 +0100 Message-ID: <3264128.6vgjGZLeKr@xps> References: <20180119132722.11120-1-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , Wenzhuo Lu , Jingjing Wu To: Remy Horton Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id A5C161B84C for ; Wed, 31 Jan 2018 23:23:17 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/01/2018 14:33, Ferruh Yigit: > On 1/19/2018 1:27 PM, Remy Horton wrote: > > "app/testpmd: fix incorrect port id word size" ? > > > The word size of port_id is now 16 bits, but there were parsing directives > > that assumed it was still of type UINT8, resulting in incorrect commandline > > parse results. > > > > Fixes: f14a210a65fe ("app: fix port id type") > > Cc: stable@dpdk.org > > > Signed-off-by: Remy Horton > > Reviewed-by: Ferruh Yigit Applied, thanks