]> 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)
commit9b165266d523549c68d1da95c66dbb4d7f99b94f
treeb64de66fb1eb3eec2b9dfb63a8006b036944ff0a
parent84bda3cd0321923156a8ddef88b599567f11ad43
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]