From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v1 5/7] examples/power: add json string handling Date: Fri, 31 Aug 2018 14:55:50 +0100 Message-ID: References: <20180830105422.1198-1-david.hunt@intel.com> <20180830105422.1198-6-david.hunt@intel.com> <20180830100100.7ddf8630@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Stephen Hemminger Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6EE5A7CE5 for ; Fri, 31 Aug 2018 15:55:53 +0200 (CEST) In-Reply-To: <20180830100100.7ddf8630@xeon-e3> 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 30/8/2018 6:00 PM, Stephen Hemminger wrote: > On Thu, 30 Aug 2018 11:54:20 +0100 > 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 > If you introduce new dependency then it has to be in documentation, > and off by default in Makefile, and checked in meson build. Hi Stephen,     Thanks for the review. I'll address your comments, and get a new version up soon after Userspace. Rgds, Dave.