1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "NTB Ping Pong Test Client"
5 This is a simple ping pong driver that exercises the scratchpads and
6 doorbells of the ntb hardware. This driver may be used to test that
7 your ntb hardware and drivers are functioning at a basic level.
12 tristate "NTB Debugging Tool Test Client"
14 This is a simple debugging driver that enables the doorbell and
15 scratchpad registers to be read and written from the debugfs. This
16 enables more complicated debugging to be scripted from user space.
17 This driver may be used to test that your ntb hardware and drivers are
18 functioning at a basic level.
23 tristate "NTB RAW Perf Measuring Tool"
25 This is a tool to measure raw NTB performance by transferring data
26 to and from the window without additional software interaction.
31 tristate "NTB MSI Test Client"
34 This tool demonstrates the use of the NTB MSI library to
35 send MSI interrupts between peers.