Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Allen Hubbe | 963de47 | 2015-04-15 11:12:41 -0400 | [diff] [blame] | 2 | config NTB_PINGPONG |
| 3 | tristate "NTB Ping Pong Test Client" |
| 4 | help |
| 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. |
| 8 | |
| 9 | If unsure, say N. |
Allen Hubbe | 578b881 | 2015-05-21 02:51:39 -0400 | [diff] [blame] | 10 | |
| 11 | config NTB_TOOL |
| 12 | tristate "NTB Debugging Tool Test Client" |
| 13 | help |
| 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. |
| 19 | |
| 20 | If unsure, say N. |
Dave Jiang | 8a7b6a7 | 2016-01-13 13:29:48 -0700 | [diff] [blame] | 21 | |
| 22 | config NTB_PERF |
| 23 | tristate "NTB RAW Perf Measuring Tool" |
| 24 | help |
| 25 | This is a tool to measure raw NTB performance by transferring data |
| 26 | to and from the window without additional software interaction. |
| 27 | |
| 28 | If unsure, say N. |
Logan Gunthorpe | a6bed7a | 2019-05-23 16:30:57 -0600 | [diff] [blame] | 29 | |
| 30 | config NTB_MSI_TEST |
| 31 | tristate "NTB MSI Test Client" |
| 32 | depends on NTB_MSI |
| 33 | help |
| 34 | This tool demonstrates the use of the NTB MSI library to |
| 35 | send MSI interrupts between peers. |
| 36 | |
| 37 | If unsure, say N. |