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 24C48A05D3 for ; Fri, 29 Mar 2019 15:14:55 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F53A326D; Fri, 29 Mar 2019 15:14:54 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 89B033256; Fri, 29 Mar 2019 15:14:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0C25C2204C; Fri, 29 Mar 2019 10:14:52 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 29 Mar 2019 10:14:52 -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=UvgfYuW88ZLURjNzqj1/OJCBhUyU4BctAH/R2XLjL78=; b=Zz1Bxw70HTES t4iMzMZ6qvBEUz48MFFbbzZeL+fKcsPi0A9Du2sBpk6jVEl8xmyxT2eYtJ1z70eD 93QDPamehj58e3rOmcYqVo+pWEAbxjbyFw/COn7yRRDWuXlmCSD86V86zs9x3xmh bORePHOUdvDCQGXxShZHcA0A1HS2P6M= 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=UvgfYuW88ZLURjNzqj1/OJCBhUyU4BctAH/R2XLjL 78=; b=Q0KjM6WWpxjQSsGkNosj+HE1Af4vF/rfE6TCXN1/cB5ChEeaS3z2R0Gl9 yp3j2mYJWFjlHngE+a5afHp9+u+ptMeIuPNUqhcDqewBC4cUBn+O1Liatihy5XLs 4Lsbr+2F+WE+GP7mFu/S08RPSIpGzyNmg2d/UiYFFm/FjzHdNUIrNu2/lWE21Ybi 2UCSJJlo0wbxc+Gji55THl2FxFvDa1Ww0dJbbBFSO7D66EG5OCJEowdZslf4cbyQ 04AUt09vscApT4ktvkCn8ViSIoay0E3iFyEUJppCw2Da6eAyvkYm0sHitQMkW1eO QwKWIu+oLld9HCErAWgyK9YTZ39iw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeejgdefhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 769DE10311; Fri, 29 Mar 2019 10:14:50 -0400 (EDT) From: Thomas Monjalon To: Hajkowski , david.hunt@intel.com Cc: stable@dpdk.org, dev@dpdk.org Date: Fri, 29 Mar 2019 15:14:49 +0100 Message-ID: <3804007.JU0OzdjkKo@xps> In-Reply-To: <20190318115647.14784-1-marcinx.hajkowski@intel.com> References: <20190318115647.14784-1-marcinx.hajkowski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2 1/4] power: fix non thread-safe power env modification 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: <20190329141449.rCr1f-x5pNtv55vWJpAB8LcaqstFz5s1yuddj4_QC2w@z> 18/03/2019 12:56, Hajkowski: > From: Marcin Hajkowski > --- a/doc/guides/rel_notes/release_19_05.rst > +++ b/doc/guides/rel_notes/release_19_05.rst > @@ -120,6 +120,8 @@ API Changes > + * power: ``rte_power_set_env`` and ``rte_power_unset_env`` functions > + have been modified to be thread safe. The deprecation notice was recently sent, so I guess this patch is for DPDK 19.08. Review from the maintainer (David) may help. Thanks