From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/2] generic channel for multi-process communication Date: Tue, 30 Jan 2018 00:52:51 +0100 Message-ID: <10329389.j0kN3aOQFH@xps> References: <1512067450-59203-1-git-send-email-jianfeng.tan@intel.com> <1516938082-27852-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, Neil Horman , ferruh.yigit@intel.com To: Jianfeng Tan Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id DF03A1B384 for ; Tue, 30 Jan 2018 00:53:37 +0100 (CET) In-Reply-To: <1516938082-27852-1-git-send-email-jianfeng.tan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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