> > 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]>
Fixes: de3cfa2c9823 ("sched: initial import")
Cc: [email protected]
Applied, thanks.