From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: turn off getopt_long error messages Date: Wed, 19 Dec 2018 21:35:21 +0100 Message-ID: <64386406.KRT5jB0vq0@xps> References: <20181216164559.89835-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 1C2412C01 for ; Wed, 19 Dec 2018 21:35:24 +0100 (CET) In-Reply-To: <20181216164559.89835-1-keith.wiles@intel.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" 16/12/2018 17:45, Keith Wiles: > When using dpdk register option api when parsing for log level > the opterr flags was still set to one causing an error message > from getopt_long(). Set opterr to zero to disable error messages. Please could you be more specific? Which function call? Which error message? We need also Fixes: and stable tags for backport. Thanks