RE: [PATCH 1/4] examples/qos_sched: fix errors when TX port not up

2023-02-17 Thread Dumitrescu, Cristian
> -Original Message- > From: Richardson, Bruce > Sent: Friday, February 3, 2023 10:06 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Richardson, Bruce > ; sta...@dpdk.org; Dumitrescu, Cristian > > Subject: [PATCH 1/4] examples/qos_sched: fix errors when TX port

[PATCH 1/4] examples/qos_sched: fix errors when TX port not up

2023-02-03 Thread Bruce Richardson
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: sta...@dpdk.org Signed-off-by: Bruce Richardson --- examples/qos_sched/init.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/exam