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

2023-02-05 Thread Thomas Monjalon
> > 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 > > --- > > examples/qos_sched/init.c | 2 ++ > > 1 file changed, 2

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

2023-01-09 Thread Dumitrescu, Cristian
> -Original Message- > From: Ajmera, Megha > Sent: Thursday, January 5, 2023 12:29 PM > To: dev@dpdk.org; Singh, Jasvinder ; Dumitrescu, > Cristian > Cc: sta...@dpdk.org > Subject: [PATCH] sched: fix for demo failure in debug mode > > This issue is happenin

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

2023-01-05 Thread Megha Ajmera
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 --- examples/qos_sched/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exa