[dpdk-dev] [PATCH v1 3/3] lib/power: clarify comment on priority core
David Hunt
david.hunt at intel.com
Thu May 2 13:18:15 CEST 2019
As part of the documentation update on the changes made to the power
library for 19.05, information on SST-BF was added. This patch updates
the comment to clarify that a priority core is an SST-BF high
frequency core.
Signed-off-by: David Hunt <david.hunt at intel.com>
---
lib/librte_power/rte_power.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_power/rte_power.h b/lib/librte_power/rte_power.h
index 0650112ad..01f88588b 100644
--- a/lib/librte_power/rte_power.h
+++ b/lib/librte_power/rte_power.h
@@ -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 */
};
};
};
--
2.17.1
More information about the dev
mailing list