]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_power/channel_commands.h
vhost: introduce API to fetch negotiated features
[dpdk.git] / lib / librte_power / channel_commands.h
index 7e78a8b366bd26ac23b26a2db6fd3c73b068a696..383897bf84a53df67474d6a797baf0885f415cf4 100644 (file)
@@ -40,16 +40,6 @@ extern "C" {
 
 #include <stdint.h>
 
-/* Maximum number of CPUs */
-#define CHANNEL_CMDS_MAX_CPUS        64
-#if CHANNEL_CMDS_MAX_CPUS > 64
-#error Maximum number of cores is 64, overflow is guaranteed to \
-       cause problems with VM Power Management
-#endif
-
-/* Maximum number of channels per VM */
-#define CHANNEL_CMDS_MAX_VM_CHANNELS 64
-
 /* Maximum number of channels per VM */
 #define CHANNEL_CMDS_MAX_VM_CHANNELS 64