mbox series

[v4,0/2] Fifo per core

Message ID 20190613092117.7252-1-marcinx.hajkowski@intel.com (mailing list archive)
Headers
Series Fifo per core |

Message

Marcin Hajkowski June 13, 2019, 9:21 a.m. UTC
  From: Marcin Hajkowski <marcinx.hajkowski@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(-)
  

Comments

Thomas Monjalon July 4, 2019, 8:09 p.m. UTC | #1
13/06/2019 11:21, Hajkowski:
> Marcin Hajkowski (2):
>   power: add fifo per core for JSON interface
>   doc: update according to the fifo per core impl

We are missing a review of these patches.