From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v4 07/11] examples/power: add json string handling Date: Wed, 26 Sep 2018 15:24:45 +0100 Message-ID: <92204d2e-9b75-0f67-35d6-902da290520e@intel.com> References: <20180914135406.52190-1-david.hunt@intel.com> <20180926134037.43606-1-david.hunt@intel.com> <20180926134037.43606-8-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 mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 04D301B109 for ; Wed, 26 Sep 2018 16:24:51 +0200 (CEST) In-Reply-To: <20180926134037.43606-8-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: > Add JSON string handling to vm_power_manager for JSON strings received > through the fifo. The format of the JSON strings are detailed in the > next patch, the vm_power_manager user guide documentation updates. > > This patch introduces a new dependency on Jansson, a C library for > encoding, decoding and manipulating JSON data. To compile the sample app > you now need to have installed libjansson4 and libjansson-dev (these may > be named slightly differently depending on your Operating System) > > Signed-off-by: David Hunt > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly