eal: fix MCS lock and ticketlock headers install
Add missing arch-specific headers in meson.build. Fixes:2173f3333b
("mcslock: add MCS queued lock implementation") Fixes:ca49b92079
("ticketlock: enable generic ticketlock on all arch") Cc: stable@dpdk.org Signed-off-by: Olivier Matz <olivier.matz@6wind.com> Acked-by: David Marchand <david.marchand@redhat.com> Acked-by: David Christensen <drc@linux.vnet.ibm.com> Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>
This commit is contained in:
parent
d47e1d6426
commit
f8e90bcc1d
@ -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',
|
||||
@ -26,6 +27,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'))
|
||||
|
@ -8,12 +8,14 @@ arch_headers = files(
|
||||
'rte_cpuflags.h',
|
||||
'rte_cycles.h',
|
||||
'rte_io.h',
|
||||
'rte_mcslock.h',
|
||||
'rte_memcpy.h',
|
||||
'rte_pause.h',
|
||||
'rte_power_intrinsics.h',
|
||||
'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'))
|
||||
|
@ -11,6 +11,7 @@ arch_headers = files(
|
||||
'rte_cpuflags.h',
|
||||
'rte_cycles.h',
|
||||
'rte_io.h',
|
||||
'rte_mcslock.h',
|
||||
'rte_memcpy.h',
|
||||
'rte_pause.h',
|
||||
'rte_power_intrinsics.h',
|
||||
@ -18,6 +19,7 @@ arch_headers = files(
|
||||
'rte_rtm.h',
|
||||
'rte_rwlock.h',
|
||||
'rte_spinlock.h',
|
||||
'rte_ticketlock.h',
|
||||
'rte_vect.h',
|
||||
)
|
||||
install_headers(arch_headers, subdir: get_option('include_subdir_arch'))
|
||||
|
Loading…
Reference in New Issue
Block a user