[PATCH v3] lib/eal: fix segfaults due to thread exit order

Stephen Hemminger stephen at networkplumber.org
Mon May 30 18:26:45 CEST 2022


On Mon, 30 May 2022 13:47:38 +0000
zhichaox.zeng at intel.com wrote:

> +static void warn_parent(void)
> +{
> +	RTE_LOG(WARNING, EAL, "fork() was called, DPDK won't work in the child "
> +		"process unless it calls rte_eal_init()\n");
> +}
> +

Too wordy. Don't break messages across lines.


More information about the dev mailing list