[PATCH 3/3] eal: deprecate pthread control thread create API
Stephen Hemminger
stephen at networkplumber.org
Mon Dec 5 22:18:05 CET 2022
On Mon, 5 Dec 2022 12:24:28 -0800
Tyler Retzlaff <roretzla at linux.microsoft.com> wrote:
> +
> +* eal: The function ``rte_ctrl_thread_create`` will be removed and
> + replaced by the new ``rte_control_thread_create``api, continuing the
> + effort to decouple eal from platform-specific thread implementations.
If you want to change this (which is a good idea)
then mark the function with __rte_deprecated now, and cleanup all the examples
and test programs please.
More information about the dev
mailing list