[dpdk-dev] [PATCH v3] cpu_layout.py: adjust output format to align

2014-06-19 Thread Thomas Monjalon
> > Bug: when "core id" is greater than 9, the cpu_layout.py output doesn't > > align.> > > Socket 0Socket 1 > > - - > > > > Core 9 [4, 16] [10, 22] > > > > Core 10 [5, 17] [11, 23] > > > > Solution: adjust output format to

[dpdk-dev] [PATCH v3] cpu_layout.py: adjust output format to align

2014-06-18 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Shannon Zhao > Sent: Wednesday, June 18, 2014 5:18 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3] cpu_layout.py: adjust output format to align > > Bug: when "core

[dpdk-dev] [PATCH v3] cpu_layout.py: adjust output format to align

2014-06-18 Thread Shannon Zhao
Bug: when "core id" is greater than 9, the cpu_layout.py output doesn't align. Socket 0Socket 1 - - Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Solution: adjust output format to align based on the maximum length of the

[dpdk-dev] [PATCH v3] cpu_layout.py: adjust output format to align

2014-05-29 Thread Shannon Zhao
Bug: when "core id" is greater than 9, the cpu_layout.py output doesn't align. Socket 0Socket 1 - - Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Solution: adjust output format to align based on the maximum length of the