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 C98B4A0A06 for ; Wed, 20 Jan 2021 16:08:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCAB5140DB2; Wed, 20 Jan 2021 16:08:21 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id ACD7A140D3A; Wed, 20 Jan 2021 16:08:18 +0100 (CET) IronPort-SDR: j+Vd/XGTuy+7o9ijbSCMhdGUngSwgebRXJIT+wSZQcKtTiL9JSq8x79pzlmzB32ljcn1KLFzs6 k/48DqBO8Y+g== X-IronPort-AV: E=McAfee;i="6000,8403,9870"; a="166211910" X-IronPort-AV: E=Sophos;i="5.79,361,1602572400"; d="scan'208";a="166211910" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jan 2021 07:08:17 -0800 IronPort-SDR: NPqcB3aBAThe5rUVanGW/aLd0MLCBCD4wwZyILcKRKdzCr4kjcIDLpBQwOdzSjuKVPjyC8SeHf PKttXBPdFIVg== X-IronPort-AV: E=Sophos;i="5.79,361,1602572400"; d="scan'208";a="426926769" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.7.88]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 20 Jan 2021 07:08:15 -0800 Date: Wed, 20 Jan 2021 15:08:12 +0000 From: Bruce Richardson To: "Burakov, Anatoly" Cc: David Hunt , dev@dpdk.org, stable@dpdk.org Message-ID: <20210120150812.GF1406@bricha3-MOBL.ger.corp.intel.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3f6ec5a3-74d5-c2da-3838-31427930088d@intel.com> 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 Wed, Jan 20, 2021 at 02:28:59PM +0000, 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. > Since things were already broken before the set, I'm not sure this really matters.