From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Aug 2018 06:55:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,311,1531810800"; d="scan'208";a="81876483" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.221.37]) ([10.237.221.37]) by fmsmga002.fm.intel.com with ESMTP; 31 Aug 2018 06:55:51 -0700 To: Stephen Hemminger Cc: dev@dpdk.org, john.mcnamara@intel.com References: <20180830105422.1198-1-david.hunt@intel.com> <20180830105422.1198-6-david.hunt@intel.com> <20180830100100.7ddf8630@xeon-e3> From: "Hunt, David" Message-ID: Date: Fri, 31 Aug 2018 14:55:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180830100100.7ddf8630@xeon-e3> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v1 5/7] examples/power: add json string handling 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: Fri, 31 Aug 2018 13:55:53 -0000 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.