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 87AA6568C for ; Mon, 10 Aug 2015 10:50:36 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 10 Aug 2015 01:50:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,644,1432623600"; d="scan'208";a="780342079" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 10 Aug 2015 01:50:35 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t7A8oXDY002153; Mon, 10 Aug 2015 16:50:33 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t7A8oUkZ010427; Mon, 10 Aug 2015 16:50:32 +0800 Received: (from yliu84x@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t7A8oUNl010423; Mon, 10 Aug 2015 16:50:30 +0800 From: Yong Liu To: dts@dpdk.org Date: Mon, 10 Aug 2015 16:50:22 +0800 Message-Id: <1439196624-10377-3-git-send-email-yong.liu@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1439196624-10377-1-git-send-email-yong.liu@intel.com> References: <1439196624-10377-1-git-send-email-yong.liu@intel.com> Subject: [dts] [PATCH 2/4] Add ixia configuration file 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, 10 Aug 2015 08:50:37 -0000 From: Marvin Liu This is sample file for ixia configuration. User need configure three options "ixia_version", "ixia_ip" and "ixia_ports". Signed-off-by: Marvin Liu diff --git a/conf/ixia.cfg b/conf/ixia.cfg new file mode 100644 index 0000000..92fd496 --- /dev/null +++ b/conf/ixia.cfg @@ -0,0 +1,13 @@ +# IXIA port Configuration +# IxiaGroup: Group name for IXIA ports +# Version : IXIA TCL server version +# IP : IXIA server IP address +# Ports : [IXIA port list] +[IXIA Group] +ixia_version=6.62 +ixia_ip=xxx.xxx.xxx.xxx +ixia_ports= + card=1,port=1; + card=1,port=2; + card=1,port=3; + card=1,port=4; -- 1.9.3