power: clarify comment about SST-BF priority core
[dpdk.git] / lib / librte_power / rte_power.h
index 0650112..01f8858 100644 (file)
@@ -259,7 +259,7 @@ struct rte_power_core_capabilities {
                RTE_STD_C11
                struct {
                        uint64_t turbo:1;       /**< Turbo can be enabled. */
-                       uint64_t priority:1;    /**< Priority core */
+                       uint64_t priority:1;    /**< SST-BF high freq core */
                };
        };
 };