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@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
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 */
};
};
};