From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH v3 3/8] examples/power: add necessary changes to guest app Date: Tue, 25 Sep 2018 10:23:01 +0100 Message-ID: References: <20180912144930.50578-1-david.hunt@intel.com> <20180914135406.52190-1-david.hunt@intel.com> <20180914135406.52190-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, bruce.richardson@intel.com To: David Hunt , dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 70C4656A3 for ; Tue, 25 Sep 2018 11:23:54 +0200 (CEST) In-Reply-To: <20180914135406.52190-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 14-Sep-18 2:54 PM, David Hunt wrote: > The changes here are minimal, as the guest app functionality is not > changing at all, but there is a new element in the channel_packet > struct that needs to have a default set (channel_packet->core_type). > > Signed-off-by: David Hunt > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly