Skip to content

Commit

Permalink
stack: fix stubs header export
Browse files Browse the repository at this point in the history
[ upstream commit 8adf5f5 ]

The stubs header is included as part of rte_stack.h for architectures
other than x86_64 and aarch64 (i.e. x86 32 bits and ppc).

Note: chkincs won't catch this issue since it checks headers from within
the source directory.

Fixes: 7911ba0 ("stack: enable lock-free implementation for aarch64")

Signed-off-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
david-marchand authored and bluca committed Feb 17, 2022
1 parent c53cb87 commit 7cabaf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/librte_stack/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ headers = files('rte_stack.h',
'rte_stack_std.h',
'rte_stack_lf.h',
'rte_stack_lf_generic.h',
'rte_stack_lf_c11.h')
'rte_stack_lf_c11.h',
'rte_stack_lf_stubs.h',
)

0 comments on commit 7cabaf2

Please sign in to comment.