doc: add IXIA client setup information 00/900/3
authorMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 23 Jun 2015 10:54:34 +0000 (11:54 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 30 Jun 2015 15:40:08 +0000 (15:40 +0000)
Add information on how to install the IXIA client software that works
with vsperf.

Change-Id: Ia9923617e713c56ba5ecedd0d3cdf0388221dcac
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Mark B Kavanagh <mark.b.kavanagh@intel.com>
Reviewed-by: TV Rao <tv.rao@freescale.com>
docs/TCLServerProperties.png [new file with mode: 0644]
docs/quickstart.md

diff --git a/docs/TCLServerProperties.png b/docs/TCLServerProperties.png
new file mode 100644 (file)
index 0000000..682de7c
Binary files /dev/null and b/docs/TCLServerProperties.png differ
index 7b2715a..b56af67 100755 (executable)
@@ -1,9 +1,23 @@
 # Getting Started with 'vsperf'
 
+## Hardware Requirements
+VSPERF requires the following hardware to run tests: IXIA traffic generator (IxNetwork), a machine that runs the IXIA client software and a CentOS Linux release 7.1.1503 (Core) host.
+
 ## Installation
 
 Follow the [installation instructions] to install.
----
+
+## IXIA Setup
+###On the CentOS 7 system
+You need to install IxNetworkTclClient$(VER_NUM)Linux.bin.tgz.
+
+### On the IXIA client software system
+Find the IxNetwork TCL server app (start -> All Programs -> IXIA -> IxNetwork -> IxNetwork_$(VER_NUM) -> IxNetwork TCL Server)
+  - Right click on IxNetwork TCL Server, select properties
+  - Under shortcut tab in the Target dialogue box make sure there is the argument "-tclport xxxx" where xxxx is your port number (take note of this port number you will need it for the 10_custom.conf file).
+  ![Alt text](TCLServerProperties.png)
+  - Hit Ok and start the TCL server application
+
 ## Cloning and building src dependencies
 In order to run VSPERF, you will need to download DPDK and OVS. You can do this manually and build them in a preferred location, or you could use vswitchperf/src. The vswitchperf/src directory contains makefiles that will allow you to clone and build the libraries that VSPERF depends on, such as DPDK and OVS. To clone and build simply: