NTB: Add ping pong test client
authorAllen Hubbe <Allen.Hubbe@emc.com>
Wed, 15 Apr 2015 15:12:41 +0000 (11:12 -0400)
committerJon Mason <jdmason@kudzu.us>
Sat, 4 Jul 2015 18:07:42 +0000 (14:07 -0400)
commit963de4739fb4f8fa8d5cd87969109a7d3282ed13
treeb64de66fb1eb3eec2b9dfb63a8006b036944ff0a
parent42fefc86a680f975e2816cd86c4ba50069766ef6
NTB: Add ping pong test client

This is a simple ping pong driver that exercises the scratch pads and
doorbells of the ntb hardware.  This driver may be used to test that
your ntb hardware and drivers are functioning at a basic level.

Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Documentation/ntb.txt
drivers/ntb/Kconfig
drivers/ntb/Makefile
drivers/ntb/test/Kconfig [new file with mode: 0644]
drivers/ntb/test/Makefile [new file with mode: 0644]
drivers/ntb/test/ntb_pingpong.c [new file with mode: 0644]