From: Marcin Hajkowski <marcinx.hajkow...@intel.com> This patch implement a separate FIFO for each cpu core. For proper handling JSON interface, removed fields from cmds: core_list, resource_id, name.
Please note that this patchset depends on http://patchwork.dpdk.org/patch/52824/ --- v4: * changes due to code rebase v3: * improvement to coding style v2: * updated handling vm_name (use proper buff size) * rebase to master changes Marcin Hajkowski (2): power: add fifo per core for JSON interface doc: update according to the fifo per core impl .../sample_app_ug/vm_power_management.rst | 61 +++--------- examples/vm_power_manager/channel_manager.c | 84 +++++++++++------ examples/vm_power_manager/channel_manager.h | 7 +- examples/vm_power_manager/channel_monitor.c | 92 +++++++++++++------ examples/vm_power_manager/main.c | 2 +- 5 files changed, 142 insertions(+), 104 deletions(-) -- 2.17.2