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.