[dpdk-dev] [PATCH v4] eal: refactor rte_eal_init into sub-functions

Stephen Hemminger stephen at networkplumber.org
Wed Jan 24 16:47:42 CET 2024


On Wed, 24 Jan 2024 05:45:11 -0800
Rahul Gupta <rahulgupt at linux.microsoft.com> wrote:

> + * returns current status of execution on a given lcore
> + */
> +__rte_experimental int
> +rte_eal_init_async_setup_done(int lcore_id)
> +{
> +	int ret = (lcore_config[lcore_id].state)

parenthesis not needed here


More information about the dev mailing list