diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-06-23 11:54:34 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2015-06-30 15:40:08 +0000 |
commit | 151bcf83058b18055ccbb09b1c86ae6de5c89c1a (patch) | |
tree | 1d377a586c82d54f6d1ef1365b23e5ef0d32780f /docs/quickstart.md | |
parent | 7bb98df23def728ea1090f8082fcbc11b1b7372b (diff) |
doc: add IXIA client setup information
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>
Diffstat (limited to 'docs/quickstart.md')
-rwxr-xr-x | docs/quickstart.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 7b2715a0..b56af670 100755 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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: |