From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Xie, Huawei" Subject: Re: [PATCH v7 0/4] Fix vhost enqueue/dequeue issue Date: Wed, 10 Jun 2015 06:49:48 +0000 Message-ID: References: <1433733501-481-1-git-send-email-changchun.ouyang@intel.com> <1433811784-8186-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Ouyang, Changchun" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 75D14DE0 for ; Wed, 10 Jun 2015 08:49:53 +0200 (CEST) Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Acked-by: Huawei Xie =0A= =0A= On 6/9/2015 9:03 AM, Ouyang, Changchun wrote:=0A= > Fix enqueue/dequeue can't handle chained vring descriptors;=0A= > Remove unnecessary vring descriptor length updating;=0A= > Add support copying scattered mbuf to vring;=0A= >=0A= > Changchun Ouyang (4):=0A= > lib_vhost: Fix enqueue/dequeue can't handle chained vring descriptors= =0A= > lib_vhost: Refine code style=0A= > lib_vhost: Extract function=0A= > lib_vhost: Remove unnecessary vring descriptor length updating=0A= >=0A= > lib/librte_vhost/vhost_rxtx.c | 201 +++++++++++++++++++++++-------------= ------=0A= > 1 file changed, 111 insertions(+), 90 deletions(-)=0A= >=0A= =0A=