Re: [dpdk-dev] [PATCH 2/4] test/stack: launch tests with mp remote launch API

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 2/4] test/stack: launch tests with mp remot

[dpdk-dev] [PATCH 2/4] test/stack: launch tests with mp remote launch API

2020-08-06 Thread Steven Lariau
All the cores use the same argument object, so there is no need to use a loop to launch the test on every core one by one. Replace loop with one call to rte_eal_mp_remote_launch Signed-off-by: Steven Lariau Reviewed-by: Dharmik Thakkar Reviewed-by: Phil Yang Reviewed-by: Ruifeng Wang --- app

[dpdk-dev] [PATCH 2/4] test/stack: launch tests with mp remote launch API

2020-08-05 Thread Steven Lariau
All the cores use the same argument object, so there is no need to use a loop to launch the test on every core one by one. Replace loop with one call to rte_eal_mp_remote_launch Signed-off-by: Steven Lariau Reviewed-by: Dharmik Thakkar Reviewed-by: Phil Yang Reviewed-by: Ruifeng Wang --- app