power: add bit for high frequency cores
[dpdk.git] / lib / librte_power / rte_power.h
index c5e8f6b..dee7af3 100644 (file)
@@ -258,6 +258,7 @@ struct rte_power_core_capabilities {
                RTE_STD_C11
                struct {
                        uint64_t turbo:1;       /**< Turbo can be enabled. */
+                       uint64_t priority:1;    /**< Priority core */
                };
        };
 };