From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.228.170]) by dpdk.org (Postfix) with ESMTP id 4C6325A34 for ; Thu, 21 Jan 2016 21:03:07 +0100 (CET) Received: by mail.mhcomputing.net (Postfix, from userid 1000) id B44B3FC; Thu, 21 Jan 2016 15:03:06 -0500 (EST) Date: Thu, 21 Jan 2016 15:03:06 -0500 From: Matthew Hall To: Stephen Hemminger Message-ID: <20160121200306.GA11016@mhcomputing.net> References: <569F2A07.9000606@mhcomputing.net> <56A09AE8.8050308@redhat.com> <2E473283-0D93-4E33-9D50-7067AC1E9285@intel.com> <20160121110014.760613fb@xeon-e3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160121110014.760613fb@xeon-e3> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PKTGEN] fixing weird termio issues that complicate debugging X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:03:07 -0000 On Thu, Jan 21, 2016 at 11:00:14AM -0800, Stephen Hemminger wrote: > I would rip out the whole tty control and theming nonsense and then > just print one line copyright on startup. Personally, I might have put this sentiment more diplomatically, but a refactor effort such as this would make life easier for me coming from the community trying to work with this tool. When I get a bit deeper into it, I'll see if I can help. Matthew.