From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v2 1/4] power: fix non thread-safe power env modification Date: Fri, 29 Mar 2019 15:14:49 +0100 Message-ID: <3804007.JU0OzdjkKo@xps> References: <20190318115647.14784-1-marcinx.hajkowski@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org To: Hajkowski , david.hunt@intel.com Return-path: In-Reply-To: <20190318115647.14784-1-marcinx.hajkowski@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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