DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] eal: fix missing installation of mcslock headers
@ 2020-11-04 17:03 Olivier Matz
  2020-11-04 17:03 ` [dpdk-dev] [PATCH 2/2] eal: fix missing installation of ticketlock headers Olivier Matz
  2020-11-05  6:27 ` [dpdk-dev] [PATCH 1/2] eal: fix missing installation of mcslock headers Ruifeng Wang
  0 siblings, 2 replies; 7+ messages in thread
From: Olivier Matz @ 2020-11-04 17:03 UTC (permalink / raw)
  To: dev
  Cc: Jerin Jacob, Ruifeng Wang, Jan Viktorin, David Christensen,
	Bruce Richardson, Konstantin Ananyev, Honnappa Nagarahalli,
	Phil Yang, Gavin Hu, Steve Capper, Joyce Kong, stable

Add missing arch-specific headers in meson.build.

Fixes: 2173f3333b61 ("mcslock: add MCS queued lock implementation")
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 73b750a18f..70b2382c0b 100644
--- a/lib/librte_eal/arm/include/meson.build
+++ b/lib/librte_eal/arm/include/meson.build
@@ -14,6 +14,7 @@ arch_headers = files(
 	'rte_cycles.h',
 	'rte_io_64.h',
 	'rte_io.h',
+	'rte_mcslock.h',
 	'rte_memcpy_32.h',
 	'rte_memcpy_64.h',
 	'rte_memcpy.h',
diff --git a/lib/librte_eal/ppc/include/meson.build b/lib/librte_eal/ppc/include/meson.build
index ab4bd28092..e46ae899e6 100644
--- a/lib/librte_eal/ppc/include/meson.build
+++ b/lib/librte_eal/ppc/include/meson.build
@@ -8,6 +8,7 @@ arch_headers = files(
 	'rte_cpuflags.h',
 	'rte_cycles.h',
 	'rte_io.h',
+	'rte_mcslock.h',
 	'rte_memcpy.h',
 	'rte_pause.h',
 	'rte_prefetch.h',
diff --git a/lib/librte_eal/x86/include/meson.build b/lib/librte_eal/x86/include/meson.build
index f0e998c2fe..9be5b318de 100644
--- a/lib/librte_eal/x86/include/meson.build
+++ b/lib/librte_eal/x86/include/meson.build
@@ -11,6 +11,7 @@ arch_headers = files(
 	'rte_cpuflags.h',
 	'rte_cycles.h',
 	'rte_io.h',
+	'rte_mcslock.h',
 	'rte_memcpy.h',
 	'rte_prefetch.h',
 	'rte_pause.h',
-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-05 15:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 17:03 [dpdk-dev] [PATCH 1/2] eal: fix missing installation of mcslock headers Olivier Matz
2020-11-04 17:03 ` [dpdk-dev] [PATCH 2/2] eal: fix missing installation of ticketlock headers Olivier Matz
2020-11-04 17:28   ` David Marchand
2020-11-05 15:57     ` David Marchand
2020-11-04 17:52   ` David Christensen
2020-11-05  6:24   ` Ruifeng Wang
2020-11-05  6:27 ` [dpdk-dev] [PATCH 1/2] eal: fix missing installation of mcslock headers Ruifeng Wang

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).