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

2018-01-29 Thread Thomas Monjalon
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

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

2018-01-25 Thread 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, r