From e321a5fa80c4bc912c255601445d0a0eeadcd88b Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Tue, 9 Dec 2014 12:02:07 +0000 Subject: [PATCH] doc: add vm power mgmt request sequence svg Added second of the two figures in the VM power management app UG VM power management request sequence Signed-off-by: Alan Carew Signed-off-by: Pablo de Lara Acked-by: Bernard Iremonger --- .../img/vm_power_mgr_vm_request_seq.svg | 927 ++++++++++++++++++ 1 file changed, 927 insertions(+) create mode 100644 doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg diff --git a/doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg b/doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg new file mode 100644 index 0000000000..fe2e0de83a --- /dev/null +++ b/doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg @@ -0,0 +1,927 @@ + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loop: for each epoll event + + + + + + + + + + + + + + + librte_power(VM) + + + + Sequence + + + + + + + + + + + + + + guest_channel(VM) + + + + + + + + + + + + + + + channel_monitor(Host) + + + + + + + + + + + + + + + + channel_manager(Host) + + + + + + + + + + + + + + + + power_manager(Host) + + + + + + + + + + + + + + + process_request + + + + + + + + + + + get_pcpu_mask() + + + + + + + + + + + + + + + pcpu_mask + + + + + + + + + + + + + + + librte_power(Host) + + + + + + + + + + + scale_freq_up(pcpu_mask) + + + + + + + + + + + + + + + rte_power_freq_up() + + + + + + + + + + + + + + + + + + + guest_channel_send_msg() + + + + + + + + + + + status + + + + + + + + + + + status + + + + + + + + + + + + + + + rte_power_freq_up() + + + + + + + + + + + status + + + -- 2.20.1