From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DACAEC316 for ; Fri, 5 Feb 2016 17:02:08 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 05 Feb 2016 08:01:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,401,1449561600"; d="scan'208";a="43073871" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga004.fm.intel.com with ESMTP; 05 Feb 2016 08:01:46 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u15G1iIc006864; Sat, 6 Feb 2016 00:01:44 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u15G1fQM032001; Sat, 6 Feb 2016 00:01:43 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u15G1fJ0031997; Sat, 6 Feb 2016 00:01:41 +0800 From: Yong Liu To: dts@dpdk.org Date: Sat, 6 Feb 2016 00:01:39 +0800 Message-Id: <1454688101-31965-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH v2 1/3] conf vf_jumbo: add config file for vf jumboframe suite 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, 05 Feb 2016 16:02:09 -0000 Signed-off-by: Marvin Liu diff --git a/conf/vf_jumboframe.cfg b/conf/vf_jumboframe.cfg new file mode 100644 index 0000000..94e68b4 --- /dev/null +++ b/conf/vf_jumboframe.cfg @@ -0,0 +1,11 @@ +[vm0] +cpu = + model=host,number=4,cpupin=5 6 7 8; +disk = + file=/storage/vm-image/vm0.img; +login = + user=root,password=tester; +vnc = + displayNum=1; +daemon = + enable=yes; -- 1.9.3