Hi,
> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Yanglong Wu > Sent: Tuesday, January 2, 2018 1:36 PM > To: [email protected] > Cc: Yang, Zhiyong <[email protected]>; Wu, Yanglong > <[email protected]> > Subject: [dpdk-dev] [PATCH v3] app/testpmd: fix port_id alloction issue > > 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 <[email protected]> > Reviewed-by: Zhiyong Yang <[email protected]> Acked-by: Wenzhuo Lu <[email protected]>

