From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] vhost: introduce new function helper Date: Fri, 15 Jun 2018 09:59:42 +0200 Message-ID: <5f971999-91a0-8909-126c-38f616ab82a3@redhat.com> References: <1528890858-49222-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 To: xiangxia.m.yue@gmail.com, 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 882821D66B for ; Fri, 15 Jun 2018 09:59:44 +0200 (CEST) In-Reply-To: <1528890858-49222-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 06/13/2018 01:54 PM, xiangxia.m.yue@gmail.com wrote: > From: Tonghao Zhang > > Introduce an new common helper to avoid redundancy. > > Signed-off-by: Tonghao Zhang > --- > lib/librte_vhost/vhost.c | 27 +++++++++++++++++---------- > lib/librte_vhost/vhost.h | 1 + > lib/librte_vhost/vhost_user.c | 23 ++--------------------- > 3 files changed, 20 insertions(+), 31 deletions(-) Applied to dpdk-next-virtio/master Thanks, Maxime