From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/testpmd: fix port_id alloction issue Date: Wed, 10 Jan 2018 00:27:04 +0100 Message-ID: <2624486.knYaX70hJV@xps> References: <20171222074807.122265-1-yanglong.wu@intel.com> <20180102053542.128402-1-yanglong.wu@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B709BF3@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Lu, Wenzhuo" , "Yang, Zhiyong" , stable@dpdk.org To: "Wu, Yanglong" Return-path: In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B709BF3@shsmsx102.ccr.corp.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" > > 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") Cc: stable@dpdk.org > > Signed-off-by: Yanglong Wu > > Reviewed-by: Zhiyong Yang > Acked-by: Wenzhuo Lu Applied, thanks