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 10C6D2716 for ; Tue, 16 Jun 2015 03:02:07 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 15 Jun 2015 18:02:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,622,1427785200"; d="scan'208";a="747288658" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by orsmga002.jf.intel.com with ESMTP; 15 Jun 2015 18:01:59 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 16 Jun 2015 09:01:58 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.246]) with mapi id 14.03.0224.002; Tue, 16 Jun 2015 09:01:56 +0800 From: "Ouyang, Changchun" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v7 0/4] Fix vhost enqueue/dequeue issue Thread-Index: AQHQolATe0gPLKwx40ecUCzCYCctCZ2s1JKAgAGGOlA= Date: Tue, 16 Jun 2015 01:01:56 +0000 Message-ID: References: <1433733501-481-1-git-send-email-changchun.ouyang@intel.com> <1433811784-8186-1-git-send-email-changchun.ouyang@intel.com> <1665707.RQWkQqKKjO@xps13> In-Reply-To: <1665707.RQWkQqKKjO@xps13> Accept-Language: zh-CN, 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 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: Tue, 16 Jun 2015 01:02:08 -0000 Hi, Thomas > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, June 15, 2015 5:43 PM > To: Ouyang, Changchun > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v7 0/4] Fix vhost enqueue/dequeue issue >=20 > 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 >=20 > What changed in v7? > Is this test report still valuable for v7? > http://dpdk.org/ml/archives/dev/2015-June/018610.html >=20 Nothing really changed from v6 to v7,=20 In V6, signed-off-by root,=20 In v7, signed-off-by myself. Yes, test report is still valuable. > 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.