From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A8BE82BAD for ; Mon, 19 Dec 2016 04:33:31 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 18 Dec 2016 19:33:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,372,1477983600"; d="scan'208";a="1073796576" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 18 Dec 2016 19:33:30 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 18 Dec 2016 19:33:30 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 18 Dec 2016 19:33:30 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by shsmsx102.ccr.corp.intel.com ([169.254.2.54]) with mapi id 14.03.0248.002; Mon, 19 Dec 2016 11:33:26 +0800 From: "Liu, Yong" To: "Yao, Lei A" , "dts@dpdk.org" Thread-Topic: [dts] [PATCH V1] framework qemu_kvm.py: Add "server" and "multi_queue" parameter for more qemu launch option and adjust some timeout setting to improve the test stability Thread-Index: AQHSV3Gn5YHUjVv/ekiboNws15VQKaEOlqJw//+B6QCAAIex8A== Date: Mon, 19 Dec 2016 03:33:26 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62D1A5A7@SHSMSX103.ccr.corp.intel.com> References: <1481874899-4510-1-git-send-email-lei.a.yao@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E62D1A500@SHSMSX103.ccr.corp.intel.com> <2DBBFF226F7CF64BAFCA79B681719D953A135F42@shsmsx102.ccr.corp.intel.com> In-Reply-To: <2DBBFF226F7CF64BAFCA79B681719D953A135F42@shsmsx102.ccr.corp.intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjQyOTkzYzItNjQ4Yy00MjAzLWE0Y2ItMDNhMGYyNDZlMDQ5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJRRitQWm5ydkpXYzVQYStSN0ZnakpmWVNSQ2FmcnEwNjh1cUFPT0tYTlU9In0= x-ctpclassification: CTP_IC 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 V1] framework qemu_kvm.py: Add "server" and "multi_queue" parameter for more qemu launch option and adjust some timeout setting to improve the test stability 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, 19 Dec 2016 03:33:32 -0000 Lei, I known only few cases use these parameters. What I mean is that to ad= d some comments for these parameters. There's one document doc/dts_gsg/virtualization.rst which is the reference = for qemu configure parameters. But modified this doc need more effort, so which I recommend is that just a= dd the comments in one configuration file which contain all parameters. It can help other users for understand how to use these parameters. Thanks, Marvin > -----Original Message----- > From: Yao, Lei A > Sent: Monday, December 19, 2016 11:20 AM > To: Liu, Yong; dts@dpdk.org > Subject: RE: [dts] [PATCH V1] framework qemu_kvm.py: Add "server" and > "multi_queue" parameter for more qemu launch option and adjust some > timeout setting to improve the test stability >=20 > Hi, Yong >=20 > Only part test cases will use this parameter, so I don't want add it to > the .cfg file but keep them in the tests file. Then I can use common .cfg > file to different vhost/virtio test cases. > For the comment, I can add most info in the commit log in the V2 patch. > Thanks >=20 > BRs > Lei >=20 > > -----Original Message----- > > From: Liu, Yong > > Sent: Monday, December 19, 2016 11:00 AM > > To: Yao, Lei A ; dts@dpdk.org > > Cc: Yao, Lei A > > Subject: RE: [dts] [PATCH V1] framework qemu_kvm.py: Add "server" and > > "multi_queue" parameter for more qemu launch option and adjust some > > timeout setting to improve the test stability > > > > Hi Lei, > > Both "server" and "multi_queue" are new parameters for qemu hypervisor > > library. > > You'd better add some reference in configuration file like sriov_kvm.cf= g. > > > > Please also give some basic descriptions for these two parameters in > commit > > log. > > > > Thanks, > > Marvin > >