Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 17:06:48 GMT
From:      Steve Wise <swise@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 135385 for review
Message-ID:  <200802141706.m1EH6mGB099164@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135385

Change 135385 by swise@swise:vic10:iwarp on 2008/02/14 17:06:05

	RDMA kernel API test tool.
	
	This submit creates a kernel test harness for easily creating
	test programs that use the RDMA kernel api.  The harness
	allows loading a single test program as a kernel syscall,
	then calling it and passing params ala argc/argv.
	
	tools/test/rdma/kern/module - common test harness code and useful rdma
	functions that each test unit compiles into its module.
	
	tools/test/rdma/kern/tests - each subdir in this directory is a test unit
	that builds into a syscall module.  The module system call is always 
	named rdma_test.
	
	tools/test/rdma/kernel/call/call.c - program to load the test
	unit module, and call its syscall passing in the command
	line parameters, then unloads the module.

Affected files ...

.. //depot/projects/iwarp/tools/test/rdma/kern/Makefile#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/call/Makefile#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/call/call.c#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/module/args.c#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/module/args.h#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/module/inet_addr.c#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/module/inet_aton.h#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/module/test.h#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/module/testmod.c#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/tests/Makefile#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/tests/rdma_bind/Makefile#1 add
.. //depot/projects/iwarp/tools/test/rdma/kern/tests/rdma_bind/rdma_bind.c#1 add

Differences ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802141706.m1EH6mGB099164>