]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_power/rte_power.h
net/mlx5: fix port action for LAG
[dpdk.git] / lib / librte_power / rte_power.h
index 47db69f33644d3016f57897bf27c547a3955cea8..427058b8118cd9810fdd75622359e3adec9be29a 100644 (file)
@@ -26,7 +26,8 @@ enum power_management_env {PM_ENV_NOT_SET, PM_ENV_ACPI_CPUFREQ, PM_ENV_KVM_VM,
 /**
  * Set the default power management implementation. If this is not called prior
  * to rte_power_init(), then auto-detect of the environment will take place.
- * It is thread safe.
+ * It is thread safe. New env can be set only in uninitialized state
+ * (thus rte_power_unset_env must be called if different env was already set).
  *
  * @param env
  *  env. The environment in which to initialise Power Management for.
@@ -258,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 */
                };
        };
 };