summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2017-09-06 15:33:23 +0000
committerhselasky <hselasky@FreeBSD.org>2017-09-06 15:33:23 +0000
commit7a3c22b9453334f7f9ccf51c8caf9926442af27b (patch)
treeeb3ab7a358fe2f1ffe0b345b9b0e27dcde88c2ff /share/man/man4/Makefile
parentdee4e67672c3fcd741bc71849cf462fd38044dd7 (diff)
downloadFreeBSD-src-7a3c22b9453334f7f9ccf51c8caf9926442af27b.zip
FreeBSD-src-7a3c22b9453334f7f9ccf51c8caf9926442af27b.tar.gz
MFC r322810 and r322830:
Add new mlx5ib(4) driver to the kernel source tree which supports Remote DMA over Converged Ethernet, RoCE, for the ConnectX-4 series of PCI express network cards. There is currently no user-space support and this driver only supports kernel side non-routable RoCE V1. The krping kernel module can be used to test this driver. Full user-space support including RoCE V2 will be added as part of the ongoing upgrade to ibcore from Linux 4.9. Otherwise this driver is feature equivalent to mlx4ib(4). The mlx5ib(4) kernel module will only be built when WITH_OFED=YES is specified. Approved by: re (marius) Sponsored by: Mellanox Technologies
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index f9e0cc7..96be30a 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -868,6 +868,7 @@ MAN+= iscsi_initiator.4
.if ${MK_OFED} != "no"
MAN+= mlx4ib.4
+MAN+= mlx5ib.4
.endif
.if ${MK_TESTS} != "no"
OpenPOWER on IntegriCloud