Re: [dpdk-dev] 回复: [PATCH] doc: announce the deprecation of lcore state FINISHED
From: Thomas Monjalon <hidden>
Date: 2021-08-07 14:59:57
From: Thomas Monjalon <hidden>
Date: 2021-08-07 14:59:57
quoted
quoted
Lcore state FINISHED is used by the worker thread to indicate that it has completed the assigned task. The state is changed to WAIT by another thread after it observes the updated state. This additional step is redundant. After this deprecation, the worker thread will update the state to WAIT. Signed-off-by: Honnappa Nagarahalli <redacted> Reviewed-by: Ruifeng Wang <redacted> ---Acked-by: Feifei Wang <redacted>Acked-by: Jerin Jacob <redacted>
Acked-by: Thomas Monjalon <redacted> Applied, thanks.