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 913EAA046B for ; Mon, 22 Jul 2019 18:40:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 58BFA1BF2F; Mon, 22 Jul 2019 18:40:54 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 8E0491BF13; Mon, 22 Jul 2019 18:40:49 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id DC1E9536; Mon, 22 Jul 2019 12:40:47 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 22 Jul 2019 12:40:48 -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=jpRb+rtJ0QZuEy4cQpsbNAqNYKyrtMyRK5CNs2bPnvQ=; b=El7W8zjpFyPn 8PpU0ntYHl+SvhOo0Vap96t3YuAGH5YazJJfX97uX2yytU+xT0J0uBl7SDVmpCJs tq55Cq09ccu7kFUvt6L1mZzLsI27E+X+rud3x7fHjf/RO68s+MOtd8t4OaG5o6Xx mg4OgMM8yvBDlNY9K5nhWH5ZY/Tw+OM= 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=jpRb+rtJ0QZuEy4cQpsbNAqNYKyrtMyRK5CNs2bPn vQ=; b=j5k1W9R44edRtggzXXPYUDuMpeRh4iznwVcTflb2RGhs3iFfGg5jTba89 JU9pdzV7+rMhTzMdlooWzJQe4K0HewQXvRPXPxpDpeA/OpEHij/eM9I2sVc8oHxw AJVLzzcM1pMfI/KgrzDNn6WjRZkU36Bj+f7j5WOA2AE8LTm90YIq9VjsOpHdfQrR gYy6SnlfW7qO9x4+fanvx9FZCqEa1+Hz2NJubtfWZJeFOtTdacSY6hNuHebrkhY2 cGwwODKHVFI/hq1MzTcRZK+tWY4k2FKDk1gwqQTlmhoVvIWCkZ3znozIPEd7UzQI 5sGxOtQGvlYEn4Mvd1FY6Fypqz9vg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrjeeggddutdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 DC5628005A; Mon, 22 Jul 2019 12:40:45 -0400 (EDT) From: Thomas Monjalon To: Sean Morrissey Cc: stable@dpdk.org, "Laatz, Kevin" , dev@dpdk.org, harry.vanhaaren@intel.com, john.oloughlin@intel.com, marko.kovacevic@intel.com, ciara.power@intel.com Date: Mon, 22 Jul 2019 18:40:44 +0200 Message-ID: <1913561.Hvlbf1rWHN@xps> In-Reply-To: References: <20190715105434.18581-1-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] lib/librte_eal: fix unrecongized telemetry eal arg X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 19/07/2019 12:04, Laatz, Kevin: > On 15/07/2019 11:54, Sean Morrissey wrote: > > Added telemetry to EAL long options so that when > > --telemetry is passed as an EAL arg that there is > > no unrecognized argument error message printed. > > > > Fixes: 8877ac688b52 ("telemetry: introduce infrastructure") > > Cc: ciara.power@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Sean Morrissey > > Acked-by: Kevin Laatz Applied, thanks