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: Mon, 15 Jun 2015 11:42:55 +0200 Message-ID: <1665707.RQWkQqKKjO@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-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 20C5312A8 for ; Mon, 15 Jun 2015 11:43:53 +0200 (CEST) Received: by wgez8 with SMTP id z8so64118862wge.0 for ; Mon, 15 Jun 2015 02:43:53 -0700 (PDT) In-Reply-To: <1433811784-8186-1-git-send-email-changchun.ouyang@intel.com> 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-09 09:03, Ouyang Changchun: > 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 What changed in v7? Is this test report still valuable for v7? http://dpdk.org/ml/archives/dev/2015-June/018610.html Note: it's really convenient to put the relevant changelog in each commit, and it would be nicer to have a changelog summary in this cover letter.