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

* RE: [PATCH 20.11] examples/qos_sched: fix compile failure
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ali Alnubani @ 2022-03-08 10:38 UTC (permalink / raw)
  To: Kevin Traynor, stable; +Cc: bluca

> -----Original Message-----
> From: Kevin Traynor <ktraynor@redhat.com>
> Sent: Tuesday, March 8, 2022 12:21 PM
> To: stable@dpdk.org
> Cc: bluca@debian.org; Kevin Traynor <ktraynor@redhat.com>; Ali Alnubani
> <alialnu@nvidia.com>
> Subject: [PATCH 20.11] examples/qos_sched: fix compile failure
> 
> 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>
> ---

Build passes with gcc and clang. Thanks for looking into this.

Tested-by: Ali Alnubani <alialnu@nvidia.com>

- Ali

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

* Re: [PATCH 20.11] examples/qos_sched: fix compile failure
  2022-03-08 10:38 ` Ali Alnubani
@ 2022-03-08 11:57   ` Luca Boccassi
  0 siblings, 0 replies; 3+ messages in thread
From: Luca Boccassi @ 2022-03-08 11:57 UTC (permalink / raw)
  To: Ali Alnubani, Kevin Traynor, stable

On Tue, 2022-03-08 at 10:38 +0000, Ali Alnubani wrote:
> > -----Original Message-----
> > From: Kevin Traynor <ktraynor@redhat.com>
> > Sent: Tuesday, March 8, 2022 12:21 PM
> > To: stable@dpdk.org
> > Cc: bluca@debian.org; Kevin Traynor <ktraynor@redhat.com>; Ali
> > Alnubani
> > <alialnu@nvidia.com>
> > Subject: [PATCH 20.11] examples/qos_sched: fix compile failure
> > 
> > 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>
> > ---
> 
> Build passes with gcc and clang. Thanks for looking into this.
> 
> Tested-by: Ali Alnubani <alialnu@nvidia.com>
> 
> - Ali

Thanks, applied and pushed.

-- 
Kind regards,
Luca Boccassi

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