summaryrefslogtreecommitdiffstats
path: root/sys/modules/mlx4ib
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-02-17 08:40:27 +0000
committerhselasky <hselasky@FreeBSD.org>2015-02-17 08:40:27 +0000
commit5dbc43f9a598a3032616939f59ebc1ab4ff295fd (patch)
tree64746faea5ee1c213d909e22c077f2b289427a99 /sys/modules/mlx4ib
parent49152454e7ff6ebf5ddf6533f15ed3d75f1d3d41 (diff)
downloadFreeBSD-src-5dbc43f9a598a3032616939f59ebc1ab4ff295fd.zip
FreeBSD-src-5dbc43f9a598a3032616939f59ebc1ab4ff295fd.tar.gz
Update the infiniband stack to Mellanox's OFED version 2.1.
Highlights: - Multiple verbs API updates - Support for RoCE, RDMA over ethernet All hardware drivers depending on the common infiniband stack has been updated aswell. Discussed with: np @ Sponsored by: Mellanox Technologies MFC after: 1 month
Diffstat (limited to 'sys/modules/mlx4ib')
-rw-r--r--sys/modules/mlx4ib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/mlx4ib/Makefile b/sys/modules/mlx4ib/Makefile
index 57592bc..4ab7a4e 100644
--- a/sys/modules/mlx4ib/Makefile
+++ b/sys/modules/mlx4ib/Makefile
@@ -6,6 +6,7 @@ KMOD= mlx4ib
SRCS= device_if.h bus_if.h vnode_if.h pci_if.h \
opt_inet.h opt_inet6.h \
alias_GUID.c mcg.c sysfs.c ah.c cq.c \
+ mlx4_exp.c \
doorbell.c mad.c main.c mr.c qp.c srq.c wc.c cm.c
CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4
OpenPOWER on IntegriCloud