mbox series

[0/4] Frequency list query

Message ID 20190403171601.9788-1-marcinx.hajkowski@intel.com (mailing list archive)
Headers
Series Frequency list query |

Message

Marcin Hajkowski April 3, 2019, 5:15 p.m. UTC
  From: Marcin Hajkowski <marcinx.hajkowski@intel.com>

Extend guest channel and sample apps to query CPU frequncies.

Please note that these changes depends on
(http://patchwork.dpdk.org/cover/52057/) which should be applied first.

Marcin Hajkowski (4):
  power: extend guest channel for query freq.
  power: process cpu freq. query
  power: add mechanism to disable queries
  power: add cmd to query CPU freq.

 examples/vm_power_manager/channel_manager.c   |  20 +++
 examples/vm_power_manager/channel_manager.h   |  18 +++
 examples/vm_power_manager/channel_monitor.c   |  70 +++++++-
 .../guest_cli/vm_power_cli_guest.c            | 150 ++++++++++++++++--
 examples/vm_power_manager/vm_power_cli.c      |  48 ++++++
 lib/librte_power/channel_commands.h           |  21 +++
 lib/librte_power/guest_channel.c              |  27 ++--
 lib/librte_power/guest_channel.h              |  21 ++-
 8 files changed, 339 insertions(+), 36 deletions(-)
  

Comments

Thomas Monjalon July 4, 2019, 7:57 p.m. UTC | #1
03/04/2019 19:15, Hajkowski:
> Marcin Hajkowski (4):
>   power: extend guest channel for query freq.
>   power: process cpu freq. query
>   power: add mechanism to disable queries
>   power: add cmd to query CPU freq.

This is the same status as for 19.05,
there is no review, so it cannot be merged in 19.08.