]> git.droids-corp.org - dpdk.git/commitdiff
power: clean up includes
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 21 Jan 2021 17:22:01 +0000 (17:22 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 29 Jan 2021 10:25:40 +0000 (11:25 +0100)
re-organise the including of the new public header file and
remove un-needed includes

Fixes: 210c383e247b ("power: packet format for vm power management")
Fixes: cd0d5547e873 ("power: vm communication channels in guest")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: David Hunt <david.hunt@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
examples/vm_power_manager/channel_manager.c
examples/vm_power_manager/channel_monitor.c
examples/vm_power_manager/channel_monitor.h
examples/vm_power_manager/guest_cli/vm_power_cli_guest.c
examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
examples/vm_power_manager/vm_power_cli.c
lib/librte_power/guest_channel.c
lib/librte_power/guest_channel.h
lib/librte_power/power_kvm_vm.c
lib/librte_power/rte_power.h
lib/librte_power/rte_power_guest_channel.h

index 58a243b230b54f0e8050745006403eb027715c88..458e37167214a394bcfbae8a459ab60851ffb3a6 100644 (file)
@@ -27,7 +27,6 @@
 #include <libvirt/libvirt.h>
 
 #include "channel_manager.h"
-#include "rte_power_guest_channel.h"
 #include "channel_monitor.h"
 #include "power_manager.h"
 
index 7bb33e026c5e71828925b32d136dd0377d677301..99f81544d761a92907851246b0022637621d226a 100644 (file)
@@ -35,7 +35,6 @@
 
 #include <libvirt/libvirt.h>
 #include "channel_monitor.h"
-#include "rte_power_guest_channel.h"
 #include "channel_manager.h"
 #include "power_manager.h"
 #include "oob_monitor.h"
index 5d3537b911845cea66dd62e0f3dc9b3d7da916ac..2b38c554b5cdb07c62f0e7ec2f16ef06afa4dbbd 100644 (file)
@@ -5,8 +5,9 @@
 #ifndef CHANNEL_MONITOR_H_
 #define CHANNEL_MONITOR_H_
 
+#include <rte_power.h>
+
 #include "channel_manager.h"
-#include "rte_power_guest_channel.h"
 
 struct core_share {
        unsigned int pcpu;
index ec6409abd749a8514ec6cce257fd11f842018fa2..0bf5774ffc4b327fb63b89657d83898681d83518 100644 (file)
@@ -19,7 +19,6 @@
 #include <rte_ethdev.h>
 
 #include <rte_power.h>
-#include <guest_channel.h>
 
 #include "vm_power_cli_guest.h"
 
index 5d285ca9de0e2c5573e1aebdc5a644dd1f8b2b21..b578ec0723c4339eae7ea5dd69369372d2b8b34a 100644 (file)
@@ -9,8 +9,6 @@
 extern "C" {
 #endif
 
-#include "rte_power_guest_channel.h"
-
 struct rte_power_channel_packet *get_policy(void);
 
 int set_policy_mac(int port, int idx);
index f7e1b596ec131ed17b2e8e30b380e2ef15c8eee1..1a55e553b98e019cf98e5bcbb74f4db814eb8f16 100644 (file)
@@ -21,7 +21,6 @@
 #include "channel_manager.h"
 #include "channel_monitor.h"
 #include "power_manager.h"
-#include "rte_power_guest_channel.h"
 
 struct cmd_quit_result {
        cmdline_fixed_string_t quit;
index 039cb18729cb634a9ec11b58c657411b95e0334d..2f7507a03cf266de28bcdebde02f07d7dec5e55f 100644 (file)
@@ -15,9 +15,9 @@
 
 
 #include <rte_log.h>
+#include <rte_power.h>
 
 #include "guest_channel.h"
-#include "rte_power_guest_channel.h"
 
 #define RTE_LOGTYPE_GUEST_CHANNEL RTE_LOGTYPE_USER1
 
index a1db4b05809404ec89d48a612dccc9a899277b1d..43d532a5aa0dd258927a36edca835c846f5190bf 100644 (file)
@@ -8,8 +8,6 @@
 extern "C" {
 #endif
 
-#include <rte_power_guest_channel.h>
-
 /**
  * Check if any Virtio-Serial VM end-points exist in path.
  *
index 27f9937aabfadb3543e7cdc31b72b437775e557a..ab7d4b8ceea32ab263fac09e455c151ee05dbec5 100644 (file)
@@ -6,8 +6,8 @@
 
 #include <rte_log.h>
 
-#include "guest_channel.h"
 #include "rte_power_guest_channel.h"
+#include "guest_channel.h"
 #include "power_kvm_vm.h"
 #include "power_common.h"
 
index bbbde4dfb4f60989dfb1c0a7a0089fd9528070f5..c8086bf6ba8a8266458faee46072162043b0cf72 100644 (file)
@@ -14,6 +14,7 @@
 #include <rte_byteorder.h>
 #include <rte_log.h>
 #include <rte_string_fns.h>
+#include <rte_power_guest_channel.h>
 
 #ifdef __cplusplus
 extern "C" {
index b9273a025c45b1abe490dd0e2a81bf409b2ae8e3..adc9738174d5027d22af86dc057c9b1f67930398 100644 (file)
@@ -8,9 +8,6 @@
 extern "C" {
 #endif
 
-#include <stdint.h>
-#include <stdbool.h>
-
 #define RTE_POWER_MAX_VFS 10
 #define RTE_POWER_VM_MAX_NAME_SZ 32
 #define RTE_POWER_MAX_VCPU_PER_VM 8