From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v4 03/11] lib/power: add changes for host commands/policies Date: Wed, 26 Sep 2018 14:54:54 +0100 Message-ID: <76c901ec-43a4-ec33-be91-a16a2fb2ab29@intel.com> References: <20180914135406.52190-1-david.hunt@intel.com> <20180926134037.43606-1-david.hunt@intel.com> <20180926134037.43606-4-david.hunt@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: john.mcnamara@intel.com, stephen@networkplumber.org, lei.a.yao@intel.com To: David Hunt , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id F016A1B431 for ; Wed, 26 Sep 2018 15:55:17 +0200 (CEST) In-Reply-To: <20180926134037.43606-4-david.hunt@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 26-Sep-18 2:40 PM, David Hunt wrote: > This patch does a couple of things: > * Adds a new message type for removing policies (PKT_POLICY_REMOVE) > Used when we want to remove a previously created policy. > * Adds a core_type bool to the channel packet struct to specify whether > the type of core we want to control is cirtual or physical. > > Signed-off-by: David Hunt > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly