From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH V2 2/4] Add sample crbs configuration file
Date: Fri, 7 Aug 2015 13:36:09 +0800 [thread overview]
Message-ID: <1438925771-32641-3-git-send-email-yong.liu@intel.com> (raw)
In-Reply-To: <1438925771-32641-1-git-send-email-yong.liu@intel.com>
From: Marvin Liu <yong.liu@intel.com>
This file is sample file for CRBS configuration. User need to configure every
option in the file.
Signed-off-by: Marvin Liu <yong.liu@intel.com>
diff --git a/conf/crbs.cfg b/conf/crbs.cfg
new file mode 100644
index 0000000..81c5c29
--- /dev/null
+++ b/conf/crbs.cfg
@@ -0,0 +1,31 @@
+#DUT crbs Configuration
+#[DUT IP]
+# dut_ip: DUT ip address
+# dut_user: Login DUT username
+# dut_passwd: Login DUT password
+# os: operation system type linux or freebsd
+# tester_ip: Tester ip address
+# tester_passwd: Tester password
+# ixia_group: IXIA group nmae
+# channels: Board channel number
+# bypass_core0: Whether by pass core0
+[DUT IP1]
+dut_ip=xxx.xxx.xxx.xxx
+dut_user=root
+dut_passwd=
+os=linux
+tester_ip=xxx.xxx.xxx.xxx
+tester_passwd=
+ixia_group=
+channels=4
+bypass_core0=True
+[DUT IP2]
+dut_ip=yyy.yyy.yyy.yyy
+dut_user=root
+dut_passwd=
+os=linux
+tester_ip=yyy.yyy.yyy.yyy
+tester_passwd=
+ixia_group=
+channels=4
+bypass_core0=True
--
1.9.3
next prev parent reply other threads:[~2015-08-07 5:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-07 5:36 [dts] [PATCH V2 0/4] Load CRBs information from " Yong Liu
2015-08-07 5:36 ` [dts] [PATCH V2 1/4] Support load crbs " Yong Liu
2015-08-07 5:36 ` Yong Liu [this message]
2015-08-07 5:36 ` [dts] [PATCH V2 3/4] Move function accepted_nic to dts module Yong Liu
2015-08-07 5:36 ` [dts] [PATCH V2 4/4] Load CRBs information from configuration file Yong Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1438925771-32641-3-git-send-email-yong.liu@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).