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 0670E199AC for ; Sat, 20 Jan 2018 14:33:56 +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; 20 Jan 2018 05:33:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,386,1511856000"; d="scan'208";a="21268807" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.20.25]) ([10.252.20.25]) by FMSMGA003.fm.intel.com with ESMTP; 20 Jan 2018 05:33:54 -0800 To: Remy Horton , dev@dpdk.org Cc: Wenzhuo Lu , Jingjing Wu References: <20180119132722.11120-1-remy.horton@intel.com> From: Ferruh Yigit Message-ID: Date: Sat, 20 Jan 2018 13:33:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180119132722.11120-1-remy.horton@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1] testpmd: fix incorrect port_id word size 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, 20 Jan 2018 13:33:57 -0000 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