From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Dec 2017 16:04:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,443,1508828400"; d="scan'208";a="14007884" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.73.41]) ([10.255.73.41]) by FMSMGA003.fm.intel.com with ESMTP; 22 Dec 2017 16:04:03 -0800 To: Yanglong Wu , dev@dpdk.org Cc: zhiyong.yang@intel.com References: <20171222064555.122176-1-yanglong.wu@intel.com> <20171222074807.122265-1-yanglong.wu@intel.com> From: Ferruh Yigit Message-ID: <00a3761e-e5b8-9768-100b-696b06e962fe@intel.com> Date: Fri, 22 Dec 2017 16:04:02 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171222074807.122265-1-yanglong.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: fix port_id alloction issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Dec 2017 00:04:05 -0000 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)