summaryrefslogtreecommitdiff
path: root/drivers/ntb/test/Makefile
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2016-01-13 13:29:48 -0700
committerJon Mason <jdmason@kudzu.us>2016-01-17 22:08:05 -0500
commit8a7b6a778a8519a879c7b6764a11c0d39eead95f (patch)
tree00470c865997dda2394da0c8157a660a4b4d2f18 /drivers/ntb/test/Makefile
parent8c874cc140d667f84ae4642bb5b5e0d6396d2ca4 (diff)
ntb: ntb perf tool
Providing raw performance data via a tool that directly access data from NTB w/o any software overhead. This allows measurement of the hardware performance limit. In revision one we are only doing single direction CPU and DMA writes. Eventually we will provide bi-directional writes. The measurement using DMA engine for NTB performance measure does not measure the raw performance of DMA engine over NTB due to software overhead. But it should provide the peak performance through the Linux DMA driver. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Tested-by: Allen Hubbe <Allen.Hubbe@emc.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb/test/Makefile')
-rw-r--r--drivers/ntb/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ntb/test/Makefile b/drivers/ntb/test/Makefile
index 0ea32a324b6c..9e77e0b761c2 100644
--- a/drivers/ntb/test/Makefile
+++ b/drivers/ntb/test/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_NTB_PINGPONG) += ntb_pingpong.o
obj-$(CONFIG_NTB_TOOL) += ntb_tool.o
+obj-$(CONFIG_NTB_PERF) += ntb_perf.o