| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHANGE_LOG.txt | 2010-03-29 | 1.9 kB | |
| TED_3.3.tar.gz | 2010-03-29 | 212.9 kB | |
| README_TED.txt | 2010-03-29 | 2.1 kB | |
| Totals: 3 Items | 216.9 kB | 0 | |
Introduction
-----------------
Test Environment for DAPL (TED) is a utility that provides a simplified environment to enable protocol level testing and debugging of the user Direct Access Programming Library (uDAPL), device driver and the underlying Host Channel Adapter(HCA). It provides a high level of flexibility
and choice to the user. A uDAPL API can be executed by typing a command at the shell prompt and parameters of the APIs can be specified at command line. The tool supports scripting. This allows users to decide on a test pattern and perform a set of uDAPL tasks using scripts. TED has load test commands that can be used to carry out heavy data transfer through the network.
This is a generic tool and can be used over any implementation of DAPL
System Requirements:
---------------------------------
The tool has been tested on RHEL 4.5 kernel version 2.6.9
It has been tested over OFED 1.2
We dont find possibilities for any problems in compilation or
execution in higher versions of the operating system.
The TED_x.x.tar file contains the following directories:
-----------------------------------------------------------------------------
src: source code
bin: directory for binaries
test: sample scripts
doc: contains README, ted_ug.pdf(user guide), CHANGE_LOG,
TO_DO and LICENSE.
Prerequisites for compilation:
-----------------------------------------
Set the include path for your provider in Makefile.linux
If required, set the values in include/dbg_def.h according to
your Provider
Steps To compile
--------------------------
If required, change the path of the binaries by
changing SWR_BIN_PATH in TED/src/Makefile.al
$ cd TED/src
$ source Makefile.al
$ genbinswr
$ makeswrlin
This creates the binary files in the directory bin.
For further details please refer the user guide(TED/doc/ted_ug.pdf).
For reporting bugs and errors contact:
-------------------------------------------------------
swmgr@cdac.in, with subject as TED: <subject line>