DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] Remove the extra blank lines in the output
@ 2015-12-08 18:52 Keith Wiles
  2016-03-24 20:18 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Wiles @ 2015-12-08 18:52 UTC (permalink / raw)
  To: dev

The output for the core list included an extra linefeed making
the number of lines displayed much larger then required.

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
---
 tools/cpu_layout.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/cpu_layout.py b/tools/cpu_layout.py
index 20a409d..d38d0b5 100755
--- a/tools/cpu_layout.py
+++ b/tools/cpu_layout.py
@@ -92,4 +92,4 @@ for c in cores:
         print "Core %s" % str(c).ljust(max_core_id_len),
         for s in sockets:
                 print str(core_map[(s,c)]).ljust(max_core_map_len),
-        print "\n"
+        print ""
-- 
2.3.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] Remove the extra blank lines in the output
  2015-12-08 18:52 [dpdk-dev] [PATCH] Remove the extra blank lines in the output Keith Wiles
@ 2016-03-24 20:18 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-03-24 20:18 UTC (permalink / raw)
  To: Keith Wiles; +Cc: dev

2015-12-08 12:52, Keith Wiles:
> The output for the core list included an extra linefeed making
> the number of lines displayed much larger then required.
> 
> Signed-off-by: Keith Wiles <keith.wiles@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-24 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-08 18:52 [dpdk-dev] [PATCH] Remove the extra blank lines in the output Keith Wiles
2016-03-24 20:18 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).