[dpdk-dev] [PATCH v1 5/7] examples/power: add json string handling

Stephen Hemminger stephen at networkplumber.org
Thu Aug 30 19:00:59 CEST 2018


On Thu, 30 Aug 2018 11:54:20 +0100
David Hunt <david.hunt at intel.com> 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 <david.hunt at intel.com>

If you introduce new dependency then it has to be in documentation,
and off by default in Makefile, and checked in meson build.


More information about the dev mailing list