patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH 20.11] examples/qos_sched: fix compile failure
@ 2022-03-08 10:21 Kevin Traynor
  2022-03-08 10:38 ` Ali Alnubani
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2022-03-08 10:21 UTC (permalink / raw)
  To: stable; +Cc: bluca, Kevin Traynor, Ali Alnubani

rte_bitops.h is needed for RTE_BIT64.

Bugzilla ID: 955
Fixes: a7aa7d8812ab ("examples/qos_sched: fix core mask overflow")

Reported-by: Ali Alnubani <alialnu@nvidia.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 examples/qos_sched/args.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c
index 891cfb2809..d8e39957d8 100644
--- a/examples/qos_sched/args.c
+++ b/examples/qos_sched/args.c
@@ -12,4 +12,5 @@
 #include <getopt.h>
 
+#include <rte_bitops.h>
 #include <rte_log.h>
 #include <rte_eal.h>
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-08 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 10:21 [PATCH 20.11] examples/qos_sched: fix compile failure Kevin Traynor
2022-03-08 10:38 ` Ali Alnubani
2022-03-08 11:57   ` Luca Boccassi

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).