Re: [dpdk-dev] [PATCH v4 0/2] generic channel for multi-process communication

2018-01-25 Thread Tan, Jianfeng
Apology, please ignore this version which is not correct. Will send out a new version. On 1/26/2018 3:14 AM, Jianfeng Tan wrote: v3->v4: - 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_rece

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

2018-01-25 Thread Jianfeng Tan
v3->v4: - 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