> -----Original Message----- > From: Steven Lariau <[email protected]> > Sent: Wednesday, August 5, 2020 10:57 AM > To: Eads, Gage <[email protected]>; Olivier Matz > <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; Steven Lariau > <[email protected]> > Subject: [PATCH 2/4] test/stack: launch tests with mp remote launch API > > 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 <[email protected]> > Reviewed-by: Dharmik Thakkar <[email protected]> > Reviewed-by: Phil Yang <[email protected]> > Reviewed-by: Ruifeng Wang <[email protected]>
Acked-by: Gage Eads <[email protected]> Thanks, Gage

