From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] app/testpmd: fix port_id alloction issue Date: Fri, 22 Dec 2017 16:04:02 -0800 Message-ID: <00a3761e-e5b8-9768-100b-696b06e962fe@intel.com> References: <20171222064555.122176-1-yanglong.wu@intel.com> <20171222074807.122265-1-yanglong.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: zhiyong.yang@intel.com To: Yanglong Wu , dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B099B1B41B for ; Sat, 23 Dec 2017 01:04:04 +0100 (CET) In-Reply-To: <20171222074807.122265-1-yanglong.wu@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 12/21/2017 11:48 PM, Yanglong Wu wrote: > In the feature of increasing port_id range from 8 bits to 16 bits, > vlan port_id allocation function was forget to substitute UINT8 with > UINT16, so the vlan port_id was allocated as a inccrete number. > > Fixes:28caa76aea71 ("app/testpmd: fix port id type") > > Signed-off-by: Yanglong Wu Reviewed-by: Zhiyong Yang (carrying existing review tag)