power: clarify comment about SST-BF priority core
authorDavid Hunt <david.hunt@intel.com>
Thu, 2 May 2019 11:18:15 +0000 (12:18 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 3 May 2019 20:15:56 +0000 (22:15 +0200)
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>
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 */
                };
        };
 };