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

2018-09-12 Thread Hunt, David
Hi Lei, On 4/9/2018 8:31 AM, Yao, Lei A wrote: -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt Sent: Thursday, August 30, 2018 6:54 PM To: dev@dpdk.org Cc: Mcnamara, John ; Hunt, David Subject: [dpdk-dev] [PATCH v1 4/7] examples/power: add host

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

2018-09-04 Thread Yao, Lei A
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt > Sent: Thursday, August 30, 2018 6:54 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; Hunt, David > > Subject: [dpdk-dev] [PATCH v1 4/7] examples/power: add host channel to >

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

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