From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] l3fwd: set cli back to unix style Date: Mon, 15 Jan 2018 12:24:16 +0100 Message-ID: <758014701.CxxNsLCgt3@xps> References: <20171211231258.16494-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Stephen Hemminger To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 67E32322C for ; Mon, 15 Jan 2018 12:24:48 +0100 (CET) In-Reply-To: <20171211231258.16494-1-sthemmin@microsoft.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/12/2017 00:12, Stephen Hemminger: > The l3fwd program became chatty, and the code looks cluttered in > recent versions. DPDK programs should try for Unix (not VMS) style > and not print messages for the options user selected. Also, errors should > be printed on stderr. To make it easier to find code matching error > messages; error strings should be placed in situ rather than saved > as string vaiables. > > Fixes: 268888b5b020 ("examples/l3fwd: modularize") > Signed-off-by: Stephen Hemminger Applied, thanks