From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 09 Jun 2015 23:49:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,586,1427785200"; d="scan'208";a="585198565" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga003.jf.intel.com with ESMTP; 09 Jun 2015 23:49:51 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 10 Jun 2015 14:49:49 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Wed, 10 Jun 2015 14:49:49 +0800 From: "Xie, Huawei" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [PATCH v7 0/4] Fix vhost enqueue/dequeue issue Thread-Index: AdCjSaSfe0gPLKwx40ecUCzCYCctCQ== 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> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 06:49:54 -0000 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=