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 2D06FA00C5 for ; Tue, 1 Feb 2022 10:27:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1CC9A411B8; Tue, 1 Feb 2022 10:27:04 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id EBC7A40685; Tue, 1 Feb 2022 10:27:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1643707622; x=1675243622; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+d1zAuRRRwF5BqoCKGW5WBhQ5tM8LkXvViUtvQ9Ud68=; b=jOlzid65X7fRzP3W7suUpn2LoxuIpmp9sFppoZWdwd8fBTQaX2fcqTIr CEY7NzY1PBbvCmFdkh8+hwaFy3gIyCy+oLnDih3UzZRWidrxP2Cjf1mIC lv47uXVol7oN+xqWShWECeMikHnSa65kCZbDQTbW+N43OwK7L6V0HOl78 4waUiVa4Mz5EYdM+NK7Y+Gu8Gay7D7ixfuMrF19gi3eCe+9drBNNP+0+8 mXJweExD9nRIG51g3EAby0m5DUivApmBUm4SYn2QE4uzjYgcHMh3+nUWE LiB+Im63vz0+33dsy0mT9IhX9yjVerH38qm1DuFi1dbajgFveF0nOfl2/ g==; X-IronPort-AV: E=McAfee;i="6200,9189,10244"; a="227624034" X-IronPort-AV: E=Sophos;i="5.88,333,1635231600"; d="scan'208";a="227624034" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Feb 2022 01:27:00 -0800 X-IronPort-AV: E=Sophos;i="5.88,333,1635231600"; d="scan'208";a="482226437" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.5.178]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 01 Feb 2022 01:26:59 -0800 Date: Tue, 1 Feb 2022 09:26:55 +0000 From: Bruce Richardson To: Martijn Bakker Cc: dev@dpdk.org, stable@dpdk.org Subject: Re: [PATCH] add missing file to meson build for installation Message-ID: References: <20220131224821.94408-1-gladdyu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220131224821.94408-1-gladdyu@gmail.com> 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 On Mon, Jan 31, 2022 at 10:48:21PM +0000, Martijn Bakker wrote: > Signed-off-by: Martijn Bakker > --- + Cc: stable@dpdk.org Acked-by: Bruce Richardson Originally buggy commit is hard to determine, but I believe the fixline should be: Fixes: 610beca42ea4 ("build: remove library special cases") > lib/eal/include/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/eal/include/meson.build b/lib/eal/include/meson.build > index 86468d1a2b..9700494816 100644 > --- a/lib/eal/include/meson.build > +++ b/lib/eal/include/meson.build > @@ -60,6 +60,7 @@ generic_headers = files( > 'generic/rte_mcslock.h', > 'generic/rte_memcpy.h', > 'generic/rte_pause.h', > + 'generic/rte_pflock.h', > 'generic/rte_power_intrinsics.h', > 'generic/rte_prefetch.h', > 'generic/rte_rwlock.h', > -- > 2.25.1 >