[dpdk-dev] [PATCH v2] testpmd: fix port parsing in show port info command

2015-02-15 Thread Thomas Monjalon
> > the port number type should be consistent with librte_cmdline, > > else there is potential endian issue. > > > > Signed-off-by: Xuelin Shi > > Acked-by: Olivier Matz Applied, thanks

[dpdk-dev] [PATCH v2] testpmd: fix port parsing in show port info command

2015-02-06 Thread Olivier MATZ
Hi, On 02/06/2015 02:29 AM, xuelin.shi at freescale.com wrote: > From: Xuelin Shi > > the port number type should be consistent with librte_cmdline, > else there is potential endian issue. > > Signed-off-by: Xuelin Shi > --- > v2 change: > change port type to uint8 > rephrase patch title >

[dpdk-dev] [PATCH v2] testpmd: fix port parsing in show port info command

2015-02-06 Thread xuelin....@freescale.com
From: Xuelin Shi the port number type should be consistent with librte_cmdline, else there is potential endian issue. Signed-off-by: Xuelin Shi --- v2 change: change port type to uint8 rephrase patch title app/test-pmd/cmdline.c | 2 +- 1 file changed, 1