From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5771E5683 for ; Mon, 13 Jul 2015 09:58:51 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 13 Jul 2015 00:58:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,461,1432623600"; d="scan'208";a="605076101" Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105]) by orsmga003.jf.intel.com with ESMTP; 13 Jul 2015 00:58:49 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 13 Jul 2015 15:58:26 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002; Mon, 13 Jul 2015 15:58:25 +0800 From: "Liu, Yong" To: "Xu, Qian Q" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH v2 0/5]Add vhost-user and vhost-cuse one vm sample case Thread-Index: AQHQvTml0oO4ziRY/0SC3w+GCcb8Kp3ZCNWQ Date: Mon, 13 Jul 2015 07:58:24 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E6039E@SHSMSX103.ccr.corp.intel.com> References: <1436770794-6559-1-git-send-email-qian.q.xu@intel.com> In-Reply-To: <1436770794-6559-1-git-send-email-qian.q.xu@intel.com> 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 Subject: Re: [dts] [PATCH v2 0/5]Add vhost-user and vhost-cuse one vm sample case X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2015 07:58:51 -0000 Thanks Qian. Applied in 1.1 branch. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Qian Xu > Sent: Monday, July 13, 2015 3:00 PM > To: dts@dpdk.org > Subject: [dts] [PATCH v2 0/5]Add vhost-user and vhost-cuse one vm sample > case >=20 > This patchset will enable vhost-user and vhost-cuse sample one-vm > performance ca ses based on the virtualization framework. The vhost- > user's implementation is ba sed on vhost user socket, while the vhost= - > cuse is via IOCTL messages. > The patchset includes below things: > 1. Vhost-user sample automation has 4 cases: one VM with dpdk fwd, one VM > with d pdk fwd with jumboframe enabled, one VM with legacy fwd, one V= M > with legacy fwd with jumboframe enabled. > 2. Vhost-cuse sample automation has similar 4 cases as above. > 3. The required qemu version fo vhost-user is >=3Dqemu2.2 > 4. The one-vm has 2 virtio, and the vhost has binded to one physical port= . > 5. update qemu_kvm.py to support vhost-cuse. > 6. vhost_cuse_sample.cfg and vhost_sample.cfg are the config file for > references . >=20 > v2 changes: > 1. Remove unnecessary codes and debug codes. > 2. use pep8 to align the codes format. > 3. minor update about the core numbers of vhost usage. Set 1S/3C/1T as > default core setting for vhost to get best perf. > 4. change the vm core numbers to 2cores in the config files. >=20 >=20 > Qian Xu (5): > add vhost-cuse implementations for virtio pci device > add vhost-cuse sample config file for reference > add vhost-user sample config file for reference > add vhost-cuse one vm sample > add vhost-user one vm sample test >=20 > conf/vhost_cuse_sample.cfg | 14 ++ > conf/vhost_sample.cfg | 14 ++ > framework/qemu_kvm.py | 22 +- > tests/TestSuite_vhost_cuse_sample.py | 455 > +++++++++++++++++++++++++++++++++++ > tests/TestSuite_vhost_sample.py | 428 > ++++++++++++++++++++++++++++++++ > 5 files changed, 932 insertions(+), 1 deletion(-) > create mode 100644 conf/vhost_cuse_sample.cfg > create mode 100644 conf/vhost_sample.cfg > create mode 100644 tests/TestSuite_vhost_cuse_sample.py > create mode 100644 tests/TestSuite_vhost_sample.py >=20 > -- > 2.1.0