> -----Original Message----- > From: Ajmera, Megha <[email protected]> > Sent: Thursday, January 5, 2023 12:29 PM > To: [email protected]; Singh, Jasvinder <[email protected]>; Dumitrescu, > Cristian <[email protected]> > Cc: [email protected] > Subject: [PATCH] sched: fix for demo failure in debug mode > > 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 <[email protected]> > --- > 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 <[email protected]>

