NTB: Add tool test client
authorAllen Hubbe <Allen.Hubbe@emc.com>
Thu, 21 May 2015 06:51:39 +0000 (02:51 -0400)
committerJon Mason <jdmason@kudzu.us>
Sat, 4 Jul 2015 18:08:17 +0000 (14:08 -0400)
commit578b881ba9c4b253482903bf8fae438318f5629b
treeecbe76c342d3bd0c1725fa141503393b4825cd3a
parent963de4739fb4f8fa8d5cd87969109a7d3282ed13
NTB: Add tool test client

This is a simple debugging driver that enables the doorbell and
scratch pad registers to be read and written from the debugfs.  This
tool enables more complicated debugging to be scripted from user space.
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/test/Kconfig
drivers/ntb/test/Makefile
drivers/ntb/test/ntb_tool.c [new file with mode: 0644]