* [PATCH] stack: fix stubs header export
@ 2022-02-10 8:55 David Marchand
2022-02-10 16:07 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2022-02-10 8:55 UTC (permalink / raw)
To: dev
Cc: bruce.richardson, drc, thinhtr, stable, Olivier Matz,
Honnappa Nagarahalli, Phil Yang, Jerin Jacob
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: 7911ba0473e0 ("stack: enable lock-free implementation for aarch64")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
lib/stack/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/stack/meson.build b/lib/stack/meson.build
index 2f53f49677..18177a742f 100644
--- a/lib/stack/meson.build
+++ b/lib/stack/meson.build
@@ -9,4 +9,5 @@ indirect_headers += files(
'rte_stack_lf.h',
'rte_stack_lf_generic.h',
'rte_stack_lf_c11.h',
+ 'rte_stack_lf_stubs.h',
)
--
2.23.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] stack: fix stubs header export
2022-02-10 8:55 [PATCH] stack: fix stubs header export David Marchand
@ 2022-02-10 16:07 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2022-02-10 16:07 UTC (permalink / raw)
To: David Marchand
Cc: dev, bruce.richardson, drc, thinhtr, stable, Olivier Matz,
Honnappa Nagarahalli, Phil Yang, Jerin Jacob
10/02/2022 09:55, David Marchand:
> 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: 7911ba0473e0 ("stack: enable lock-free implementation for aarch64")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-10 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 8:55 [PATCH] stack: fix stubs header export David Marchand
2022-02-10 16:07 ` Thomas Monjalon
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).