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

2014-06-18 Thread Shannon Zhao
m length of the "core id" and "processor" Socket 0Socket 1 Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Signed-off-by: Shannon Zhao --- tools/cpu_layout.py | 18 -- 1 file changed, 12

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

2014-05-27 Thread Shannon Zhao
Socket 1 - - Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Signed-off-by: Shannon Zhao --- tools/cpu_layout.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cpu_layout.py b/tools/cpu_layout.py index 9

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

2014-05-28 Thread Shannon Zhao
utput format to align Socket 0Socket 1 - - Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Signed-off-by: Shannon Zhao --- tools/cpu_layout.py | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/tools/cpu_layout.py b/tools/

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

2014-05-29 Thread Shannon Zhao
m length of the "core id" and "processor" Socket 0Socket 1 - - Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Signed-off-by: Shannon Zhao --- tools/cpu_layout.py | 16 1 file changed, 12 insert

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

2014-05-29 Thread Shannon Zhao
Hi Thomas, Thanks for your advice. I'll modify the patch and send it as 'patch v3' later. On 2014/5/29 15:22, Thomas Monjalon wrote: > Hi Shannon, > > I feel this version is better but it's really complicated to read. > >> +max_processor_len=len(str(len(cores)*len(sockets)*2-1)) >> +max_core_ma

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

2014-05-29 Thread Shannon Zhao
m length of the "core id" and "processor" Socket 0Socket 1 Core 9 [4, 16] [10, 22] Core 10 [5, 17] [11, 23] Signed-off-by: Shannon Zhao --- tools/cpu_layout.py | 14 ++ 1 file changed, 10 insertio