On Wed, Nov 4, 2020 at 6:04 PM Olivier Matz <olivier.m...@6wind.com> wrote: > > Add missing arch-specific headers in meson.build. > > Fixes: ca49b92079df ("ticketlock: enable generic ticketlock on all arch") > Cc: sta...@dpdk.org > > Signed-off-by: Olivier Matz <olivier.m...@6wind.com>
Issue can be seen with: diff --git a/examples/helloworld/main.c b/examples/helloworld/main.c index 8a4cee60ff..627becb01b 100644 --- a/examples/helloworld/main.c +++ b/examples/helloworld/main.c @@ -14,6 +14,8 @@ #include <rte_per_lcore.h> #include <rte_lcore.h> #include <rte_debug.h> +#include <rte_mcslock.h> +#include <rte_ticketlock.h> static int lcore_hello(__rte_unused void *arg) For the series: Acked-by: David Marchand <david.march...@redhat.com> -- David Marchand