Re: [dpdk-dev] [PATCH 3/4] test/stack: propagate errors to main core

2020-08-11 Thread Eads, Gage
> -Original Message- > From: Steven Lariau > Sent: Wednesday, August 5, 2020 10:57 AM > To: Eads, Gage ; Olivier Matz > > Cc: dev@dpdk.org; honnappa.nagaraha...@arm.com; > dharmik.thak...@arm.com; n...@arm.com; Steven Lariau > > Subject: [PATCH 3/4] test/stack: propagate errors to mai

[dpdk-dev] [PATCH 3/4] test/stack: propagate errors to main core

2020-08-06 Thread Steven Lariau
Use rte_eal_wait_lcore to wait and get the return value for all cores. This is used to propagate any error to the main core. Signed-off-by: Steven Lariau Reviewed-by: Dharmik Thakkar Reviewed-by: Phil Yang Reviewed-by: Ruifeng Wang --- app/test/test_stack.c | 10 -- 1 file changed, 8

[dpdk-dev] [PATCH 3/4] test/stack: propagate errors to main core

2020-08-05 Thread Steven Lariau
Use rte_eal_wait_lcore to wait and get the return value for all cores. This is used to propagate any error to the main core. Signed-off-by: Steven Lariau Reviewed-by: Dharmik Thakkar Reviewed-by: Phil Yang Reviewed-by: Ruifeng Wang --- app/test/test_stack.c | 10 -- 1 file changed, 8