From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1B20CA0096 for ; Mon, 8 Apr 2019 08:40:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A602B2BC9; Mon, 8 Apr 2019 08:40:20 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 903385A for ; Mon, 8 Apr 2019 08:40:18 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2019 23:40:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,324,1549958400"; d="scan'208";a="221470789" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 07 Apr 2019 23:40:16 -0700 From: "xiao,qimai" To: dts@dpdk.org Cc: "xiao,qimai" Date: Mon, 8 Apr 2019 14:44:30 +0800 Message-Id: <1554705870-12095-1-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] add configuration file of runtime_vf_queue_number_maxinum 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: xiao,qimai --- conf/runtime_vf_queue_number_maxinum.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/runtime_vf_queue_number_maxinum.cfg diff --git a/conf/runtime_vf_queue_number_maxinum.cfg b/conf/runtime_vf_queue_number_maxinum.cfg new file mode 100644 index 0000000..7cb9093 --- /dev/null +++ b/conf/runtime_vf_queue_number_maxinum.cfg @@ -0,0 +1,18 @@ +[vm0] +cpu = + model=host,number=4,cpupin=4 5 6 7; +disk = + file=/home/image/centos7_1.img; +mem = + size=10240; +login = + user=root,password=tester; +net = + type=nic,opt_vlan=0; + type=user,opt_vlan=0; +#qga = +# enable=yes; +vnc = + displayNum=10; +daemon = + enable=yes; -- 2.19.1