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

2018-09-12 Thread Hunt, David
Hi Stephen, 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 gu

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

2018-08-31 Thread Hunt, David
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 documen

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

2018-08-30 Thread Stephen Hemminger
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 ne

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

2018-08-30 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