patches for DPDK stable branches
 help / color / mirror / Atom feed
From: David Christensen <drc@linux.vnet.ibm.com>
To: Olivier Matz <olivier.matz@6wind.com>, dev@dpdk.org
Cc: Jerin Jacob <jerinj@marvell.com>,
	Ruifeng Wang <ruifeng.wang@arm.com>,
	Jan Viktorin <viktorin@rehivetech.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	Konstantin Ananyev <konstantin.ananyev@intel.com>,
	Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>,
	Phil Yang <phil.yang@arm.com>, Gavin Hu <gavin.hu@arm.com>,
	Steve Capper <steve.capper@arm.com>,
	Joyce Kong <joyce.kong@arm.com>,
	stable@dpdk.org
Subject: Re: [dpdk-stable] [PATCH 2/2] eal: fix missing installation of ticketlock headers
Date: Wed, 4 Nov 2020 09:52:43 -0800	[thread overview]
Message-ID: <667f78e3-1326-fc90-cc40-2f70add436f9@linux.vnet.ibm.com> (raw)
In-Reply-To: <20201104170334.8746-2-olivier.matz@6wind.com>



On 11/4/20 9:03 AM, Olivier Matz wrote:
> Add missing arch-specific headers in meson.build.
> 
> Fixes: ca49b92079df ("ticketlock: enable generic ticketlock on all arch")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> ---
>   lib/librte_eal/arm/include/meson.build | 1 +
>   lib/librte_eal/ppc/include/meson.build | 1 +
>   lib/librte_eal/x86/include/meson.build | 1 +
>   3 files changed, 3 insertions(+)
> 
> diff --git a/lib/librte_eal/arm/include/meson.build b/lib/librte_eal/arm/include/meson.build
> index 70b2382c0b..844fa324f3 100644
> --- a/lib/librte_eal/arm/include/meson.build
> +++ b/lib/librte_eal/arm/include/meson.build
> @@ -26,6 +26,7 @@ arch_headers = files(
>   	'rte_prefetch.h',
>   	'rte_rwlock.h',
>   	'rte_spinlock.h',
> +	'rte_ticketlock.h',
>   	'rte_vect.h',
>   )
>   install_headers(arch_headers, subdir: get_option('include_subdir_arch'))
> diff --git a/lib/librte_eal/ppc/include/meson.build b/lib/librte_eal/ppc/include/meson.build
> index e46ae899e6..dcd91e2f85 100644
> --- a/lib/librte_eal/ppc/include/meson.build
> +++ b/lib/librte_eal/ppc/include/meson.build
> @@ -14,6 +14,7 @@ arch_headers = files(
>   	'rte_prefetch.h',
>   	'rte_rwlock.h',
>   	'rte_spinlock.h',
> +	'rte_ticketlock.h',
>   	'rte_vect.h',
>   )
>   install_headers(arch_headers, subdir: get_option('include_subdir_arch'))

Acked-by: David Christensen <drc@linux.vnet.ibm.com>


  parent reply	other threads:[~2020-11-04 17:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-04 17:03 [dpdk-stable] [PATCH 1/2] eal: fix missing installation of mcslock headers Olivier Matz
2020-11-04 17:03 ` [dpdk-stable] [PATCH 2/2] eal: fix missing installation of ticketlock headers Olivier Matz
2020-11-04 17:28   ` [dpdk-stable] [dpdk-dev] " David Marchand
2020-11-05 15:57     ` David Marchand
2020-11-04 17:52   ` David Christensen [this message]
2020-11-05  6:24   ` [dpdk-stable] " Ruifeng Wang
2020-11-05  6:27 ` [dpdk-stable] [PATCH 1/2] eal: fix missing installation of mcslock headers Ruifeng Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=667f78e3-1326-fc90-cc40-2f70add436f9@linux.vnet.ibm.com \
    --to=drc@linux.vnet.ibm.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=gavin.hu@arm.com \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=jerinj@marvell.com \
    --cc=joyce.kong@arm.com \
    --cc=konstantin.ananyev@intel.com \
    --cc=olivier.matz@6wind.com \
    --cc=phil.yang@arm.com \
    --cc=ruifeng.wang@arm.com \
    --cc=stable@dpdk.org \
    --cc=steve.capper@arm.com \
    --cc=viktorin@rehivetech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).