From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id D62695F19 for ; Fri, 26 Oct 2018 01:39:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 786D0D1D; Thu, 25 Oct 2018 19:39:18 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 25 Oct 2018 19:39:19 -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=RtkRlw9B5yXC4WnftgCcLMe9ME5OaZZJA0ZF6iVUUXk=; b=RulPDDprDUTw 19P5W/FeIyM/ZOa3gRbwQEE4OAfsiGR7xASVbyX2E6QkUVZKPTo6dStAPIJjLLav s4JiJMeDGWVLdrjnAcRKfllst+TxXnABodEp8pm3EJijs3k/6dL6NdQc5UgxHI3P H8BErLtRzBjjzzs3EKNgg6GS3O+S72g= 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=RtkRlw9B5yXC4WnftgCcLMe9ME5OaZZJA0ZF6iVUU Xk=; b=B0xF9VrZdCxgBUmK4M4B52t79lCU1pnxZbbXDxqGhXfNU1hJmEF0FItYN cZ/1/wJf4oc0kg63eksikC1kDk7vF3b8YMdSsZoJFLkGPYAdzPvui5Ocg9wgrOZx L2jamJe72H7ANQjPXB6Zu71HwoN8+/aJnygnc7OgtlEFi9QgQ5a1Qe4sii2mOqiN uOEvDfvqKf5OeOabPX/yeZFu4GIypRR/AUEevnzKvNxA2jtZ6cYd6exnsd6OWbCz NBvhFDFpaqa9E8HyCPSzmMArjG9SmiMubXHl4z+9urFWFWSREFNEX9TZGr88uF/D Rbv27eJEk5tIn82vEaqQWWT9NufHA== X-ME-Sender: 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 9AD34102E0; Thu, 25 Oct 2018 19:39:16 -0400 (EDT) From: Thomas Monjalon To: Liang Ma Cc: dev@dpdk.org, david.hunt@intel.com, lei.a.yao@intel.com, ktraynor@redhat.com, marko.kovacevic@intel.com Date: Fri, 26 Oct 2018 01:39:20 +0200 Message-ID: <14550604.iRt3riOH9v@xps> In-Reply-To: <1539947242-16729-5-git-send-email-liang.j.ma@intel.com> References: <1539944630-21625-1-git-send-email-liang.j.ma@intel.com> <1539947242-16729-1-git-send-email-liang.j.ma@intel.com> <1539947242-16729-5-git-send-email-liang.j.ma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v12 5/5] doc: update release notes for empty poll library 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: , X-List-Received-Date: Thu, 25 Oct 2018 23:39:20 -0000 Hi, This patch, like other doc patches should be merged with related code patches. 19/10/2018 13:07, Liang Ma: > Update the release nots for Traffic Pattern Aware Control > Library(empty poll). > > Signed-off-by: Liang Ma > --- > doc/guides/rel_notes/release_18_11.rst | 21 ++++++++++++++++++++- > 1 file changed, 20 insertions(+), 1 deletion(-) > > diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst > index a8327ea..5efc74e 100644 > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > @@ -97,6 +97,16 @@ New Features > the SW eventdev PMD, sacrifices load balancing performance to > gain better event scheduling throughput and scalability. > > +* **Added Traffic Pattern Aware Power Control Library** > + > + Added an experimental library. This extend Power Library and provide > + empty_poll APIs. This feature measure how many times empty_poll are > + executed per core, use the number of empty polls as a hint for system > + power management. > + > + See the :doc:`../prog_guide/power_man` section of the DPDK Programmers > + Guide document for more information. > + > * **Added ability to switch queue deferred start flag on testpmd app.** > > Added a console command to testpmd app, giving ability to switch > @@ -104,7 +114,6 @@ New Features > the specified port. The port must be stopped before the command call in order > to reconfigure queues. > > - > API Changes > ----------- > > @@ -118,6 +127,16 @@ API Changes > Also, make sure to start the actual text at the margin. > ========================================================= > > +* power: Traffic Pattern Aware Control APIs (marked as experimental): > + > + - ``rte_power_empty_poll_stat_init`` > + - ``rte_power_empty_poll_stat_free`` > + - ``rte_power_empty_poll_stat_update`` > + - ``rte_power_empty_poll_stat_fetch`` > + - ``rte_power_poll_stat_update`` > + - ``rte_power_poll_stat_fetch`` > + - ``rte_empty_poll_detection`` New API does not need to be listed here.