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 037FDBDAE for ; Fri, 5 Feb 2016 15:54:09 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 05 Feb 2016 06:54:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,401,1449561600"; d="scan'208";a="877803887" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 05 Feb 2016 06:54:07 -0800 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id u15Es5lG010979; Fri, 5 Feb 2016 22:54:05 +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 u15Es3k6031456; Fri, 5 Feb 2016 22:54:05 +0800 Received: (from yliu84x@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id u15Es3kH031452; Fri, 5 Feb 2016 22:54:03 +0800 From: Yong Liu To: dts@dpdk.org Date: Fri, 5 Feb 2016 22:53:59 +0800 Message-Id: <1454684041-31420-1-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dts] [PATCH 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 14:54:10 -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