From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH] Update release notes for container power policies Date: Wed, 17 Oct 2018 12:23:50 +0100 Message-ID: <20181017112350.19811-1-david.hunt@intel.com> Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com, David Hunt To: dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 60C775B1C for ; Wed, 17 Oct 2018 13:24:11 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: David Hunt --- doc/guides/rel_notes/release_18_11.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_18_11.rst b/doc/guides/rel_notes/release_18_11.rst index 9c00e33cc..3174a0f80 100644 --- a/doc/guides/rel_notes/release_18_11.rst +++ b/doc/guides/rel_notes/release_18_11.rst @@ -88,6 +88,13 @@ New Features the specified port. The port must be stopped before the command call in order to reconfigure queues. +* **Added JSON power policy interface for containers .** + + Extended the Power Library and vm_power_manger sample app to allow power + policies to be submitted via a FIFO using JSON formatted strings. Previously + limited to Virtual Machines, this feature extends power policy functionality + to containers and host applications that need to have their cores frequency + controlled based on the rules contained in the policy. API Changes ----------- -- 2.17.1