Re: [dpdk-dev] [PATCH v4 07/11] examples/power: add json string handling

2018-09-26 Thread Burakov, Anatoly
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

[dpdk-dev] [PATCH v4 07/11] examples/power: add json string handling

2018-09-26 Thread David Hunt
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 m