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 CA48DA0A05 for ; Wed, 20 Jan 2021 16:02:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C1AE2140DA7; Wed, 20 Jan 2021 16:02:32 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 5DF21140D38; Wed, 20 Jan 2021 16:02:29 +0100 (CET) IronPort-SDR: enbc+/64IO86TkCWkiUSc4CSS2RGL3hEUnPDA9g0+BtQL+nCUwWgCvxy+Y97sBglFmlBJN+q0l YLcAlegqGTuw== X-IronPort-AV: E=McAfee;i="6000,8403,9870"; a="158892327" X-IronPort-AV: E=Sophos;i="5.79,361,1602572400"; d="scan'208";a="158892327" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jan 2021 07:01:45 -0800 IronPort-SDR: jepNZOaQlf1EK4ADeXsaTWS+q9CYgYD8+OgU6fl1zgOMd2tVPbYTaAgqlesLzW5Z1ZIbVvYY8n chNND9KtouNw== X-IronPort-AV: E=Sophos;i="5.79,361,1602572400"; d="scan'208";a="356073314" 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:01:44 -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-6-david.hunt@intel.com> <3f6ec5a3-74d5-c2da-3838-31427930088d@intel.com> From: David Hunt Message-ID: Date: Wed, 20 Jan 2021 15:01:42 +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: <3f6ec5a3-74d5-c2da-3838-31427930088d@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3 5/6] power: add new header file to export list 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 2:28 PM, Burakov, Anatoly wrote: > On 20-Jan-21 1:55 PM, David Hunt wrote: >> From: Bruce Richardson >> >> Adjust meson.build so that 'ninja install' copies the new header >> file into the installation directory. >> >> 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 >> --- > > IMO this should be part of the first patch, otherwise the build could > (will?) be broken until this patch. > Hi Anatoly,    It was broken before this patch set. I wanted to have everything in place, including the correct naming of structs/defines before allowing builds against the new header file, hence this order in the patch set. Rgds, Dave.