From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 58530A0A07 for ; Wed, 20 Jan 2021 16:12:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B4A3140DD3; Wed, 20 Jan 2021 16:12:12 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id EA3EF140D5B; Wed, 20 Jan 2021 16:12:09 +0100 (CET) IronPort-SDR: NmTB9DRoIJQLLivjKG4nF69UOlK4IfFqLuzNrLf5jhPmcYx33rvLnjrtHsZhX09yORcQxhHzL5 52J78oGT7YMw== X-IronPort-AV: E=McAfee;i="6000,8403,9870"; a="179267006" X-IronPort-AV: E=Sophos;i="5.79,361,1602572400"; d="scan'208";a="179267006" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jan 2021 07:12:08 -0800 IronPort-SDR: Hxgi/BT8uvllxw/k7FgBgJWWcJwxkzS2Cz7TJoctGJTGD2bWAAm7wGxyaNifvRebD85yeV9GYp Rsti+SCjqyxA== X-IronPort-AV: E=Sophos;i="5.79,361,1602572400"; d="scan'208";a="356077211" Received: from dhunt5-mobl5.ger.corp.intel.com (HELO [10.213.196.25]) ([10.213.196.25]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jan 2021 07:12:06 -0800 To: "Burakov, Anatoly" , dev@dpdk.org Cc: stable@dpdk.org, Bruce Richardson References: <20210108143048.23755-2-david.hunt@intel.com> <20210120135556.33763-1-david.hunt@intel.com> <20210120135556.33763-2-david.hunt@intel.com> <44bdaa08-6782-a3a5-8af9-c31e2d2cf662@intel.com> From: David Hunt Message-ID: <51514904-cc7e-9be9-5482-cfc7cbc4f50c@intel.com> Date: Wed, 20 Jan 2021 15:12:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <44bdaa08-6782-a3a5-8af9-c31e2d2cf662@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3 1/6] power: create guest channel public header file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 20/1/2021 3:09 PM, Burakov, Anatoly wrote: > On 20-Jan-21 1:55 PM, David Hunt wrote: >> From: Bruce Richardson >> >> In preparation for making the header file public, we first rename >> channel_commands.h as rte_power_guest_channel.h. >> >> Fixes: 210c383e247b ("power: packet format for vm power management") >> Fixes: cd0d5547e873 ("power: vm communication channels in guest") >> Cc: stable@dpdk.org >> >> Signed-off-by: Bruce Richardson >> Signed-off-by: David Hunt >> --- > > You should also add the new API's to the map file. > Yes, spotted this earlier. Will be in the next respin. Thanks.