From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=mk0gK+U+FCVJJNSQkM1U1EkAARBziolSGoGP478mMlU=; b=S8hOcuXAECtJPYk7zSSJdNpljHeYr/sZyt5BmKVhxFQuCpQnc7HcS60meVZteYARhr 5X9FbuozJJ2a8jHSfRPXLSmMX9GG4DmQQmI1I/MUTujMvlMtsepJiBpKjAvhP7VnS2D1 3A5wNKhxakJbGbNjhghU+L2A4NkMm1Bfhhx5RIRF0n7hwGKyX1W9UKhfdEFZQrmWRZTe EiuFdwY11zGYuJ6UWcWzsU8UAOkox2N4/MebR0d6XjA8FL9XebQwYTR2Bzae4FJxJsBo fV+bU4MjdNgVObXxiwTMkOr4t9KrbsgwJIOs+5V33Rp+gQaOIWIjjn8GCAgC8ZVgDxYt E45Q== X-Gm-Message-State: ALoCoQmyrHh+B9QqGxu2XnX0z2jR3N8Fhw/hxGxlPkaUGYbRNVGHuIxNhUtz30LCF5hP0Bfms8PR X-Received: by 10.180.24.40 with SMTP id r8mr30529748wif.24.1434361432969; Mon, 15 Jun 2015 02:43:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ei8sm18078729wjd.32.2015.06.15.02.43.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 02:43:51 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Mon, 15 Jun 2015 11:42:55 +0200 Message-ID: <1665707.RQWkQqKKjO@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433811784-8186-1-git-send-email-changchun.ouyang@intel.com> 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-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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 09:43:53 -0000 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.