From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] cpu_layout.py: adjust output format to align Date: Thu, 19 Jun 2014 01:03:50 +0200 Message-ID: <3654617.qcB8tURc7F@xps13> References: <2140757.fj3Ic02JMu@xps13> <1403065095-11092-1-git-send-email-zhaoshenglong@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: 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" > > Bug: when "core id" is greater than 9, the cpu_layout.py output doesn't > > align.> > > Socket 0 Socket 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 > > "core id" and "processor" > > > > Socket 0 Socket 1 > > -------- -------- > > > > Core 9 [4, 16] [10, 22] > > > > Core 10 [5, 17] [11, 23] > > > > Signed-off-by: Shannon Zhao > > Acked-by: Pablo de Lara Applied for version 1.7.0. Thanks -- Thomas