Add missing arch-specific headers in meson.build.
Fixes:
2173f3333b61 ("mcslock: add MCS queued lock implementation")
Fixes:
ca49b92079df ("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>
'rte_cycles.h',
'rte_io_64.h',
'rte_io.h',
+ 'rte_mcslock.h',
'rte_memcpy_32.h',
'rte_memcpy_64.h',
'rte_memcpy.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'))
'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'))
'rte_cpuflags.h',
'rte_cycles.h',
'rte_io.h',
+ 'rte_mcslock.h',
'rte_memcpy.h',
'rte_pause.h',
'rte_power_intrinsics.h',
'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'))