]> git.droids-corp.org - dpdk.git/commit
stack: fix stubs header export
authorDavid Marchand <david.marchand@redhat.com>
Thu, 10 Feb 2022 08:55:43 +0000 (09:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 Feb 2022 16:05:19 +0000 (17:05 +0100)
commit8adf5f528bf3321feeae2231007ebae162032739
tree6369309249b193cb2d44f2c4b46cbf54e9d69698
parent60e9028a8e7e034bcfc7054b12c39f1f2ee2513c
stack: fix stubs header export

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