Re: [dpdk-dev] [PATCH v3 4/8] examples/power: add host channel to power manager

2018-09-25 Thread Hunt, David
Hi Anatoly, On 25/9/2018 10:48 AM, Burakov, Anatoly wrote: On 14-Sep-18 2:54 PM, David Hunt wrote: This patch adds a fifo channel to the vm_power_manager app through which we can send commands and polices. Intended for sending JSON strings. The fifo is at /tmp/powermonitor/fifo.0 Signed-off-b

Re: [dpdk-dev] [PATCH v3 4/8] examples/power: add host channel to power manager

2018-09-25 Thread Burakov, Anatoly
On 14-Sep-18 2:54 PM, David Hunt wrote: This patch adds a fifo channel to the vm_power_manager app through which we can send commands and polices. Intended for sending JSON strings. The fifo is at /tmp/powermonitor/fifo.0 Signed-off-by: David Hunt --- A bunch of nitpick comments below :)

[dpdk-dev] [PATCH v3 4/8] examples/power: add host channel to power manager

2018-09-14 Thread David Hunt
This patch adds a fifo channel to the vm_power_manager app through which we can send commands and polices. Intended for sending JSON strings. The fifo is at /tmp/powermonitor/fifo.0 Signed-off-by: David Hunt --- examples/vm_power_manager/channel_manager.c | 108 +++ examples/vm_power