From 8255e7c40ea19d2204b18a3c1866800df7750c19 Mon Sep 17 00:00:00 2001 From: David Hunt Date: Thu, 2 May 2019 12:18:15 +0100 Subject: [PATCH] power: clarify comment about SST-BF priority core 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 Acked-by: John McNamara --- 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 0650112ade..01f88588b5 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.20.1