From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48])
 by dpdk.org (Postfix) with ESMTP id 960F5C4A2
 for <dev@dpdk.org>; Wed, 17 Jun 2015 16:58:24 +0200 (CEST)
Received: by wgv5 with SMTP id 5so39391642wgv.1
 for <dev@dpdk.org>; Wed, 17 Jun 2015 07:58:24 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=sW63vxI9uLCL2KaqbiP1Y617K4b3RRMNaiCqfbs4o10=;
 b=ZwuaoH4EfIpTPyLAHY8VuY2Ha+QvfRJhFvuZPpVAemnorauxoeDhG6rWIUMJ78Yngg
 GVheV3I9CxZt/8pZjj78o3uzIz2Qa95JtL326qDOVXXyRNIE6XU+UzV9orTespj9AY6d
 DkKmFx1RW2RFy4Lt8/tXnG/2nb24L1RG1zyk1TxSoxjh3wXsgZXdn1xK5PavD8efR5ph
 Q8wkRsaneYTjfSXytxEPFjkl+sn95cB7R0TXF48rEFTjjQa1SrczUqzGdsGyg4GXSANi
 4ZwEOAeqDKcr7XbY4Fn3xav4cYugGvtnlVCdRomkHw9G2O9mfzA/EQ1RunSHhDD08S2r
 zv7Q==
X-Gm-Message-State: ALoCoQmtiFu1Hh0+TPav0PgPBj2PdwFFEkpAnGGE65JKoAWkmfVoWZHnl0SYQ5XUfGtquKGt0RcN
X-Received: by 10.180.73.236 with SMTP id o12mr55332199wiv.56.1434553104513;
 Wed, 17 Jun 2015 07:58:24 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id b7sm7258973wjx.47.2015.06.17.07.58.23
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 17 Jun 2015 07:58:24 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Ouyang, Changchun" <changchun.ouyang@intel.com>
Date: Wed, 17 Jun 2015 16:57:24 +0200
Message-ID: <1459339.lEOBDclifZ@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <C37D651A908B024F974696C65296B57B0F501B87@SHSMSX101.ccr.corp.intel.com>
References: <1433733501-481-1-git-send-email-changchun.ouyang@intel.com>
 <1433811784-8186-1-git-send-email-changchun.ouyang@intel.com>
 <C37D651A908B024F974696C65296B57B0F501B87@SHSMSX101.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v7 0/4] Fix vhost enqueue/dequeue issue
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Jun 2015 14:58:24 -0000

2015-06-10 06:49, Xie, Huawei:
> On 6/9/2015 9:03 AM, Ouyang, Changchun wrote:
> > Fix enqueue/dequeue can't handle chained vring descriptors;
> > Remove unnecessary vring descriptor length updating;
> > Add support copying scattered mbuf to vring;
> >
> > Changchun Ouyang (4):
> >   lib_vhost: Fix enqueue/dequeue can't handle chained vring descriptors
> >   lib_vhost: Refine code style
> >   lib_vhost: Extract function
> >   lib_vhost: Remove unnecessary vring descriptor length updating
> 
> Acked-by: Huawei Xie <huawei.xie@intel.com>

Applied, thanks