From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cpu_layout.py: adjust output format to align Date: Tue, 27 May 2014 12:30:16 +0200 Message-ID: <2531802.9vWkcExQfx@xps13> References: <53845DC5.3000400@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Shannon Zhao Return-path: In-Reply-To: <53845DC5.3000400-hv44wF8Li93QT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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