From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 2/3] vhost: support sending fds via send_vhost_message() Date: Thu, 29 Mar 2018 14:27:38 +0200 Message-ID: <3580e448-7f17-d3f2-35d8-b64226a6398d@redhat.com> References: <20180306104327.14470-1-tiwei.bie@intel.com> <20180306104327.14470-3-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: jianfeng.tan@intel.com, yliu@fridaylinux.org, zhihong.wang@intel.com, xiao.w.wang@intel.com, cunming.liang@intel.com, dan.daly@intel.com To: Tiwei Bie , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id 2A97F2B9D for ; Thu, 29 Mar 2018 14:27:42 +0200 (CEST) In-Reply-To: <20180306104327.14470-3-tiwei.bie@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 03/06/2018 11:43 AM, Tiwei Bie wrote: > This function will be used to send fds to QEMU via slave channel. > > Signed-off-by: Tiwei Bie > --- > lib/librte_vhost/vhost_user.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Applied to dpdk-next-virtio/master, so this is one less patch to carry on when QEMU part will be accepted. I'll apply patch 1 once you have provided more info on the reason of the change, no need to resubmit patch 1, I'll reword the commit message with your info. Thanks, Maxime