Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datapath/dpdk: jobs system: Stop inactive lcores cleanly
ovdk_jobs_stop_slave_lcore() was not calling rte_eal_wait_lcore() for slave lcores that are in FINISHED state. However, slave lcores need to be in WAIT state before they can be used by rte_eal_remote_launch() again. The state transition from FINISHED to WAIT is done via rte_eal_wait_lcore(). Change-Id: Ic5e7c63b0266174f7f5115553a6892b5c1281f19 Signed-off-by: Simon Kuenzer <[email protected]> Reviewed-by: Meghan Halton <[email protected]>
- Loading branch information