[PATCH] sched: fix for demo failure in debug mode

Thomas Monjalon thomas at monjalon.net
Mon Feb 6 08:39:10 CET 2023


> > This issue is happening due to non-initialization of some
> > fields in “rte_eth_rxconf” structure in our application.
> > Doing a memset to zero before initialization in HQoS application.
> > 
> > Signed-off-by: Megha Ajmera <megha.ajmera at intel.com>
> > ---
> >  examples/qos_sched/init.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/examples/qos_sched/init.c b/examples/qos_sched/init.c
> > index 0709aec10c..d28350e14a 100644
> > --- a/examples/qos_sched/init.c
> > +++ b/examples/qos_sched/init.c
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Fixes: de3cfa2c9823 ("sched: initial import")
Cc: stable at dpdk.org

Applied, thanks.




More information about the stable mailing list