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 EBD35A3295 for ; Wed, 23 Oct 2019 16:28:58 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B27EC1C212; Wed, 23 Oct 2019 16:28:58 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 4A99E1C1C1 for ; Wed, 23 Oct 2019 16:28:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D73C821947; Wed, 23 Oct 2019 10:28:56 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 10:28:56 -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=eEwiBD2CtPMKVWzFo4Geaa7LpblvdIxHQFT1gYD7Hdg=; b=oWcFExjc4I2s PDZkK9MSqcKTkiL9eC0tqg5VZUlyup/Chy0ewCJxYwvxTleapYfpdZvoQq7T5sqz KNsRTmW8M4z7StvAIDP504DpJ36BxUfO6Id5V+N43qlQfnHcAHWH5TwCA15gFo5e IkKFrgVZFRrs7kcluCC1QFFfZ/xmuJo= 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=eEwiBD2CtPMKVWzFo4Geaa7LpblvdIxHQFT1gYD7H dg=; b=ROkL9MgWhTA3yYJp2IwHthpwocrujTfKfsI6MIO6E1ZfHM2WvF8BJkUJJ 0XKlFvp+3NQptgmP13VRvKKJH1kMtEBbMTjW+77l1huMcVi/dAtkeMx/gHOKr1Cc 4GXiBW8Fpo/W+Sl9pWF7HNGfEChJdd/OzzsS4MZBDTXYblwX81QCi7OvpFhZyCXm CE2+xgX8gBoakztd8ztOkMy2IEOZWGtRuFhLC/lHjMJA0ZIYKZBe+n1Bom+1diTC cvtaoykmJnMneBCXijc15V/UtbXvY89jK95j2sRVev3TbLV8W+ADTQTEUFPqaFom 8WVKzxL4CZcdI55BsSm/0HHWdX+zw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeelgdejjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 11FA0D60063; Wed, 23 Oct 2019 10:28:54 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Bruce Richardson , David Hunt , Igor Romanov , Andrew Rybchenko Date: Wed, 23 Oct 2019 16:28:53 +0200 Message-ID: <2531961.9VnOyxUD61@xps> In-Reply-To: <20191022131302.GD955@bricha3-MOBL.ger.corp.intel.com> References: <20191014100350.30226-1-ferruh.yigit@intel.com> <20191022131302.GD955@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/vm_power: fix build 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" 22/10/2019 15:13, Bruce Richardson: > On Mon, Oct 14, 2019 at 11:03:50AM +0100, Ferruh Yigit wrote: > > Fixes: 70febdcfd60f ("examples: check status of getting MAC address") > > > > Signed-off-by: Ferruh Yigit > > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson Applied, thanks