]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8059c73fde17ef5dd84c1990695c2c91cb383131
treeb64de66fb1eb3eec2b9dfb63a8006b036944ff0a
parent468f75fb06d11cdaf46af3103c46dc92714228ea
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]