From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 5843EA00E6 for ; Mon, 13 May 2019 23:35:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2FE66559A; Mon, 13 May 2019 23:35:33 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2840C5398 for ; Mon, 13 May 2019 23:35:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B5B6D25AD5; Mon, 13 May 2019 17:35:31 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 13 May 2019 17:35:31 -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=YpOotyKIzO8/8IutMD5bs1NjA8VE4lsuRLbS8IldLd0=; b=GQl/QxfW7pJD eo8EkeaSMOBgXsw6Y1QmHY7YQ89LZfeIQU5IoSXdDt874twiYT4C8COKG+5q7pJz Jzv6ts9pHahnMaR68cdmrflxnXQlFIDZzbQIj78+sIWoBWmF1sxY1IaGpibR0iz0 TrIzjQMJVbZzq0JrcjPPfqt7Wac+XTg= 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=fm2; bh=YpOotyKIzO8/8IutMD5bs1NjA8VE4lsuRLbS8IldL d0=; b=dqjAjfsr6Xmk4bhlB1Oqzk9O5CjVlN593D1mo8fS2FJmXgDY1aVRJKMLx 5PjoDV5mie1H+0kpJvXnKvJnlcz7fM3QEa1lJ+uaz7yZgREWzBmCvuOb5QKyoaK7 qoN4e+VAceml9frYvkukrExlBr2tQlIYWSFmO4HVQ5GzehexjIcAutLZmfEop7rX 70a6W2HTCImQVOyRkvOfXHdQkWMGITRtJgILYPQGKH5WJsJJWZwH41s6hJI0NrXL Zem33q9hhdzU68/xxWe5BbOhW82TwdaQ5gjE1Q3Mzdu0JVBmOC4SGcez0rGDovKc JXGu8fud7WLyYyDTYNxe196Dpu7gw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleeggdduiedvucetufdoteggodetrfdotf 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 935078005C; Mon, 13 May 2019 17:35:29 -0400 (EDT) From: Thomas Monjalon To: Hajkowski Cc: dev@dpdk.org, david.hunt@intel.com, Rami Rosen , Anatoly Burakov , Bruce Richardson Date: Mon, 13 May 2019 23:35:28 +0200 Message-ID: <4385067.BUQQCizjgD@xps> In-Reply-To: <20190513135210.13532-1-marcinx.hajkowski@intel.com> References: <20190313192107.696-1-marcinx.hajkowski@intel.com> <20190513135210.13532-1-marcinx.hajkowski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] doc: announce change in power API 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" Message-ID: <20190513213528._oiCIpk8CIhCVVQRFy8l3B6tLXoLbPnCT8jgrg3bTZM@z> 13/05/2019 15:52, Hajkowski: > From: Marcin Hajkowski > > Function rte_power_set_env will no longer return > success on attempt to set env in initialized state. > > Signed-off-by: Marcin Hajkowski > Reviewed-by: Rami Rosen > Acked-by: David Hunt > Acked-by: Anatoly Burakov > Acked-by: Bruce Richardson Applied, thanks