[dpdk-dev] [PATCH v6 0/2] generic channel for multi-process communication

Thomas Monjalon thomas at monjalon.net
Tue Jan 30 00:52:51 CET 2018


26/01/2018 04:41, Jianfeng Tan:
> v5->v6:
>   - Correct the API name issue in rte_eal_version.map.
> 
> v3->v5:
>   - Drop the patch 3 on vfio communication (postponed).
>   - Change names from rte_eal_mp_* -> rte_mp_* as suggested by Thomas.
>   - Add nb_sent and nb_received in struct rte_mp_reply.
>   - Standardize the return val of sendmsg, request, reply: 0 on sucess,
>     (-1) on failure.
>   - If we found an peer error when we send msg in primary, we try to
>     remove the secondary socket; as there is no sync mechanism there
>     (cannot do flock like regular file for socket file), we use a more
>     complex socket name (with tsc in it).
>   - Some other small changes.

Please, may I ask a last rebase?
The __rte_experimental tag is now required to be added as in this commit:
	http://dpdk.org/commit/77b7b81e32e
Thanks


More information about the dev mailing list