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

Thomas Monjalon thomas.monjalon at 6wind.com
Tue May 27 12:30:16 CEST 2014


Hi,

Your patch doesn't apply correctly.
Could you check it, please?

I have also a comment inlined:

2014-05-27 17:41, Shannon Zhao:
> -               print "\t", core_map[(s,c)],
> +               print core_map[(s,c)],"\t",

Is it possible to fix a minimum alignment of 2 characters?
It could prevent from such alignment problem:

Core 11 [9, 33]         [21, 45] 
Core 12 [10, 34]        [22, 46] 

Thanks
-- 
Thomas


More information about the dev mailing list