From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 0/2] add pipe event for optimizing negotiating Date: Fri, 30 Mar 2018 10:17:34 +0200 Message-ID: <6aa9a3b8-e0b8-1e97-d45e-96f13410538b@redhat.com> References: <1522216165-19666-1-git-send-email-xiangxia.m.yue@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: xiangxia.m.yue@gmail.com, jianfeng.tan@intel.com Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id D786F16E for ; Fri, 30 Mar 2018 10:17:38 +0200 (CEST) In-Reply-To: <1522216165-19666-1-git-send-email-xiangxia.m.yue@gmail.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/28/2018 07:49 AM, xiangxia.m.yue@gmail.com wrote: > From: Tonghao Zhang > > These patches depend on previous patches. > 1. http://dpdk.org/dev/patchwork/patch/36440/ > 2. http://dpdk.org/dev/patchwork/patch/36441/ > > Tonghao Zhang (2): > vhost: move stdbool header file to vhost.h > vhost: add pipe event for optimizing negotiating > > lib/librte_vhost/fd_man.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++ > lib/librte_vhost/fd_man.h | 16 ++++++++++++++++ > lib/librte_vhost/socket.c | 15 ++++++++++++++- > lib/librte_vhost/vhost.h | 1 + > 4 files changed, 80 insertions(+), 1 deletion(-) > Series applied to dpdk-next-virtio/master with suggested changes. Thanks, Maxime