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

2018-01-25 Thread Thomas Monjalon
25/01/2018 20:21, Jianfeng Tan: > v3->v5: > - Drop the patch 3 on vfio communication (postponed). > - Change names from rte_eal_mp_* -> rte_mp_* as suggested by Thomas. You did not update the .map file for this change.

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

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