From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/4] Fix vhost enqueue/dequeue issue Date: Wed, 17 Jun 2015 16:57:24 +0200 Message-ID: <1459339.lEOBDclifZ@xps13> 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: 7Bit Cc: dev@dpdk.org To: "Ouyang, Changchun" Return-path: 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 ; Wed, 17 Jun 2015 16:58:24 +0200 (CEST) Received: by wgv5 with SMTP id 5so39391642wgv.1 for ; Wed, 17 Jun 2015 07:58:24 -0700 (PDT) In-Reply-To: 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" 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 Applied, thanks