From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 20A13A046B for ; Wed, 24 Jul 2019 23:34:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AEC4A1C257; Wed, 24 Jul 2019 23:34:50 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B0EC11C233 for ; Wed, 24 Jul 2019 23:34:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F0C7E21BBE; Wed, 24 Jul 2019 17:34:47 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 24 Jul 2019 17:34:47 -0400 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=+4PbNbcToZVeci9MG9VqY0Tqfbcu+Scl7XAbUHTiYcU=; b=YrNAH/6+0Ld8 iw73QI48Za1a0svz4gnU2Cb70WzjIXy4FLXSBKQc2ZkJEwPxJdVJHkV96i0NSFAC k0l6rfYQHwjZE3UcMqMlxRNPHlf4nvDXOyizIXGX966Dm9B7WmdmbNkzU6kdZ3Cn zbimRSQMDc3jtF5Vyva0hYZfnc3zGIM= 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=fm3; bh=+4PbNbcToZVeci9MG9VqY0Tqfbcu+Scl7XAbUHTiY cU=; b=CgTNLtzBzz3hk+EZ+I0Uy5IE+/RJbhhckasK9DWsaiC4wg9S355gH/vHw 1XSn17xMHYPDnU9l6XH1sSJOJkL7OpImJY6FYn7kzV09UYGRr0LfRMOj+iTIxWCu 9qH0BMesW5WLY2MlfZyVsgIIT1o2gXuaduGi6/3w2xDPGAp6d9ggl9cwZqgQoqfV 3GAJys2XIMOQW2Ya7QRjR4kHdTXDx91ag0KPY/gh+674x2E6Eis6v9ToW3dn8qHN GJ72wwjH1aSMxBnYeNZcA4vtvyVQc9m0Prm/yZOLVTkiYhCBaEB0wka4QH2DzQi3 LG60h72NP2HSbPrC0nfZ8ukx/YVWA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrkedtgdduheekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedriedrudegledruddugeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu X-ME-Proxy: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id B9E3C80060; Wed, 24 Jul 2019 17:34:46 -0400 (EDT) From: Thomas Monjalon To: "Morrissey, Sean" Cc: "dev@dpdk.org" , "Laatz, Kevin" Date: Wed, 24 Jul 2019 23:34:44 +0200 Message-ID: <1932425.85ze7CrQjK@xps> In-Reply-To: References: <20190724152059.17859-1-sean.morrissey@intel.com> <9665256.xY3FNFdC9b@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] Revert "eal: fix parsing option --telemetry" 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/07/2019 18:28, Morrissey, Sean: > > Subject: Re: [PATCH v2] Revert "eal: fix parsing option --telemetry" > > 24/07/2019 17:20, Sean Morrissey: > > This reverts commit debacba0297fbe214b4185a9791e6a9fdf6642ba. > > > > Reverting this patch as it currently breaks the initialization of > > telemetry, more investigation is ongoing to fix the issue for the > > printed error message for unrecognized argument. > > > > Signed-off-by: Sean Morrissey > > It's very disapointing. > Did you or the reviewer tested the previous patch? > > The reporter of the bug tested this and verified functionality and closed the internal bug. So the reverted commit is supposed to work? I won't apply this revert until I fully understand what happens.