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 544683239 for ; Fri, 18 Sep 2015 16:45:45 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 18 Sep 2015 07:45:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,553,1437462000"; d="scan'208,217";a="792549283" Received: from kmsmsx154.gar.corp.intel.com ([172.21.73.14]) by fmsmga001.fm.intel.com with ESMTP; 18 Sep 2015 07:45:26 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 18 Sep 2015 22:45:25 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.110]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.210]) with mapi id 14.03.0248.002; Fri, 18 Sep 2015 22:45:24 +0800 From: "Liu, Yong" To: "Xu, Qian Q" , "dts@dpdk.org" Thread-Topic: [Feature request] Add vm vf mac, login password in the scenario test Thread-Index: AdDw6kqdKbyQCFw+RSmkkocgBfsvyABNZ56w Date: Fri, 18 Sep 2015 14:45:24 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10EF73F2@SHSMSX103.ccr.corp.intel.com> References: <82F45D86ADE5454A95A89742C8D1410E01DDD8B7@shsmsx102.ccr.corp.intel.com> In-Reply-To: <82F45D86ADE5454A95A89742C8D1410E01DDD8B7@shsmsx102.ccr.corp.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] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dts] [Feature request] Add vm vf mac, login password in the scenario test 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: Fri, 18 Sep 2015 14:45:46 -0000 Qian, Thanks for your comments. For request1, below patch set will fulfill your r= equirement. Before it merged, you can try it by manual. [dts][PATCH 1/2] Support assign vf mac address in scenario configuration For request2, scenario configuration also support "login" parameter. Here's= one sample for its usage. login =3D user=3Droot,password=3Dtester; We'll add this parameter into VF pass-through sample configuration file. Best regards, Marvin From: Xu, Qian Q Sent: Thursday, September 17, 2015 9:46 AM To: dts@dpdk.org Cc: Liu, Yong Subject: [Feature request] Add vm vf mac, login password in the scenario te= st Hi I have tried the scenario test and found that login password is not support= ed, and the VF's MAC setting is also not supported. I requested the feature= s as below: 1. Add the config about VF MAC in the scenario config file. 2. Add the config about VM login password in the scenario config file= . Many thx. Thanks Qian