From 151bcf83058b18055ccbb09b1c86ae6de5c89c1a Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Tue, 23 Jun 2015 11:54:34 +0100 Subject: 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 Reviewed-by: Mark B Kavanagh Reviewed-by: TV Rao --- docs/TCLServerProperties.png | Bin 0 -> 11667 bytes docs/quickstart.md | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docs/TCLServerProperties.png (limited to 'docs') diff --git a/docs/TCLServerProperties.png b/docs/TCLServerProperties.png new file mode 100644 index 00000000..682de7c5 Binary files /dev/null and b/docs/TCLServerProperties.png differ 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: -- cgit 1.2.3-korg