[dpdk-dev] [PATCH v3 1/3] eal: add channel for multi-process communication

Thomas Monjalon thomas at monjalon.net
Thu Jan 25 11:41:24 CET 2018


25/01/2018 05:16, Jianfeng Tan:
> --- a/lib/librte_eal/rte_eal_version.map
> +++ b/lib/librte_eal/rte_eal_version.map
> +	rte_eal_mp_action_register;
> +	rte_eal_mp_action_unregister;
> +	rte_eal_mp_sendmsg;

Just a naming comment:
I think you can drop "eal" in function names.
"rte_mp_" is a good prefix for multi-process management.


More information about the dev mailing list