From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id F0F881B215 for ; Mon, 14 Jan 2019 15:02:56 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5778B2B4CF; Mon, 14 Jan 2019 09:02:56 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 14 Jan 2019 09:02:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=8GaI+BEOQHcdjhW1yIqQikpzrv3X3D5OO+xVl4SPRQQ=; b=fE9o8FKzK6tV 0Ym8hvMxcJ+Fgftz3WoZEaikOAzd+cMnE8RGywRUq6EDHNUZZOcZw4apM+dqbZrm ICgZYCfUHPAEQCWsoZGJT5n1YQthsZYAmuvGbv/huR2z1JzKqaJF355XFPxpBhgA BFgta1d42bI5XE73f3smTG01uVKdfMo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=8GaI+BEOQHcdjhW1yIqQikpzrv3X3D5OO+xVl4SPR QQ=; b=PKETA84dHgP1OfWwJF0hKwKIpfyUcCjE6rUEp30fQdNqNdo1CvG0xTSLA cmJ1pKc2V6NvykD3IS+LMN6Uh948zG9xbi34vgcTmQ2lvGDPglJJ+zfPMzXxejSr aw7nIBqhyeGLp6lgKt8jF2zQapu7Xw8bLtn/o/OyxK1ukhX/SUHGv8l7mEEmBqfC tMEXkVjcXCWJNVe+9eHlYtzzL8GxgB7BqLAKTOnD2w9jonREnksug0bIoD4AU2G5 CIhMwqZIIt8BJxqbY2Y8mAgeb670ZvFpxmMDYLen90v865ElXdzZvnCwZ0ujBIXU T6iTFw+TmDMeep9NAJRLgXKQRUpeA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgedugdehlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CF21E10085; Mon, 14 Jan 2019 09:02:54 -0500 (EST) From: Thomas Monjalon To: Keith Wiles Cc: dev@dpdk.org Date: Mon, 14 Jan 2019 15:02:53 +0100 Message-ID: <7484506.SHC0BfL7sb@xps> In-Reply-To: <64386406.KRT5jB0vq0@xps> References: <20181216164559.89835-1-keith.wiles@intel.com> <64386406.KRT5jB0vq0@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] eal: turn off getopt_long error messages X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 14:02:57 -0000 Keith, it seems you missed my questions below: 19/12/2018 21:35, Thomas Monjalon: > 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