> -----Original Message----- > From: Richardson, Bruce <[email protected]> > Sent: Friday, February 3, 2023 10:06 AM > To: [email protected] > Cc: Singh, Jasvinder <[email protected]>; Richardson, Bruce > <[email protected]>; [email protected]; Dumitrescu, Cristian > <[email protected]> > Subject: [PATCH 1/4] examples/qos_sched: fix errors when TX port not up > > The TX port config will fail if the port is not up, so wait 10 seconds > on startup for it to start. > > Fixes: de3cfa2c9823 ("sched: initial import") > Cc: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]> > --- > examples/qos_sched/init.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) > Acked-by: Cristian Dumitrescu <[email protected]>

