From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v4 05/11] examples/power: add host channel to power manager Date: Wed, 26 Sep 2018 15:22:31 +0100 Message-ID: <8cc1e8a1-91d1-2b38-2c8f-4a241b24a015@intel.com> References: <20180914135406.52190-1-david.hunt@intel.com> <20180926134037.43606-1-david.hunt@intel.com> <20180926134037.43606-6-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: john.mcnamara@intel.com, stephen@networkplumber.org, lei.a.yao@intel.com To: David Hunt , dev@dpdk.org Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 678A65B3E for ; Wed, 26 Sep 2018 16:22:34 +0200 (CEST) In-Reply-To: <20180926134037.43606-6-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 26-Sep-18 2:40 PM, David Hunt wrote: > This patch adds a fifo channel to the vm_power_manager app through which > we can send commands and polices. Intended for sending JSON strings. > The fifo is at /tmp/powermonitor/fifo > > Signed-off-by: David Hunt > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly