Re: [dpdk-dev] [PATCH] usertools: fix cpu_layout script for multithreads of more than 2

2017-04-30 Thread Thomas Monjalon
28/04/2017 14:25, Andriy Berestovskyy: > Works fine on ThunderX and does not brake Intel either. > > Reviewed-by: Andriy Berestovskyy > Tested-by: Andriy Berestovskyy > > Andriy > > On 28.04.2017 13:58, Thomas Monjalon wrote: > > Andriy, please would you like to review this patch? > > > > 28/0

Re: [dpdk-dev] [PATCH] usertools: fix cpu_layout script for multithreads of more than 2

2017-04-28 Thread Andriy Berestovskyy
Works fine on ThunderX and does not brake Intel either. Reviewed-by: Andriy Berestovskyy Tested-by: Andriy Berestovskyy Andriy On 28.04.2017 13:58, Thomas Monjalon wrote: Andriy, please would you like to review this patch? 28/04/2017 12:34, Gowrishankar: From: Gowrishankar Muthukrishnan

Re: [dpdk-dev] [PATCH] usertools: fix cpu_layout script for multithreads of more than 2

2017-04-28 Thread Thomas Monjalon
Andriy, please would you like to review this patch? 28/04/2017 12:34, Gowrishankar: > From: Gowrishankar Muthukrishnan > > Current usertools/cpu_layout.py is broken to handle multithreads of count more > than 2 as in IBM powerpc P8 servers. Below patch addressed this issue. Also, > added minor e

[dpdk-dev] [PATCH] usertools: fix cpu_layout script for multithreads of more than 2

2017-04-28 Thread Gowrishankar
From: Gowrishankar Muthukrishnan Current usertools/cpu_layout.py is broken to handle multithreads of count more than 2 as in IBM powerpc P8 servers. Below patch addressed this issue. Also, added minor exception catch on failing to open unavailable sys file in case of multithread=off configuration