From owner-p4-projects@FreeBSD.ORG Thu Feb 14 17:06:49 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E6F0616A468; Thu, 14 Feb 2008 17:06:48 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93DEE16A419 for ; Thu, 14 Feb 2008 17:06:48 +0000 (UTC) (envelope-from swise@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9342613C4CE for ; Thu, 14 Feb 2008 17:06:48 +0000 (UTC) (envelope-from swise@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1EH6mT5099167 for ; Thu, 14 Feb 2008 17:06:48 GMT (envelope-from swise@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EH6mGB099164 for perforce@freebsd.org; Thu, 14 Feb 2008 17:06:48 GMT (envelope-from swise@FreeBSD.org) Date: Thu, 14 Feb 2008 17:06:48 GMT Message-Id: <200802141706.m1EH6mGB099164@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to swise@FreeBSD.org using -f From: Steve Wise To: Perforce Change Reviews Cc: Subject: PERFORCE change 135385 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 17:06:49 -0000 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 ...