From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v1 5/7] examples/power: add json string handling Date: Thu, 30 Aug 2018 10:00:59 -0700 Message-ID: <20180830100100.7ddf8630@xeon-e3> References: <20180830105422.1198-1-david.hunt@intel.com> <20180830105422.1198-6-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: David Hunt Return-path: Received: from mail-pl1-f193.google.com (mail-pl1-f193.google.com [209.85.214.193]) by dpdk.org (Postfix) with ESMTP id 99143532C for ; Thu, 30 Aug 2018 19:04:08 +0200 (CEST) Received: by mail-pl1-f193.google.com with SMTP id s17-v6so4107224plp.7 for ; Thu, 30 Aug 2018 10:04:08 -0700 (PDT) In-Reply-To: <20180830105422.1198-6-david.hunt@intel.com> 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 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.