[dpdk-dev] [PATCH v1 2/7] lib/power: add changes for host commands/policies

Stephen Hemminger stephen at networkplumber.org
Thu Aug 30 18:59:32 CEST 2018


On Thu, 30 Aug 2018 11:54:17 +0100
David Hunt <david.hunt at intel.com> wrote:

> Signed-off-by: David Hunt <david.hunt at intel.com>
> ---
>  lib/librte_power/channel_commands.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h
> index ee638eefa..a82724911 100644
> --- a/lib/librte_power/channel_commands.h
> +++ b/lib/librte_power/channel_commands.h
> @@ -19,6 +19,7 @@ extern "C" {
>  #define CPU_POWER               1
>  #define CPU_POWER_CONNECT       2
>  #define PKT_POLICY              3
> +#define PKT_POLICY_REMOVE       4
>  
>  /* CPU Power Command Scaling */
>  #define CPU_POWER_SCALE_UP      1
> @@ -58,6 +59,8 @@ struct traffic {
>  	uint32_t max_max_packet_thresh;
>  };
>  
> +enum core_type { VIRTUAL = 0, PHYSICAL };
> +

Why this enum, looks like a boolean to me.


More information about the dev mailing list