[dpdk-dev] [PATCH 2/2] eal: fix missing installation of ticketlock headers
David Marchand
david.marchand at redhat.com
Wed Nov 4 18:28:36 CET 2020
On Wed, Nov 4, 2020 at 6:04 PM Olivier Matz <olivier.matz at 6wind.com> wrote:
>
> Add missing arch-specific headers in meson.build.
>
> Fixes: ca49b92079df ("ticketlock: enable generic ticketlock on all arch")
> Cc: stable at dpdk.org
>
> Signed-off-by: Olivier Matz <olivier.matz at 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.marchand at redhat.com>
--
David Marchand
More information about the dev
mailing list