aboutsummaryrefslogtreecommitdiff
path: root/lib/ofed/Makefile
diff options
context:
space:
mode:
authorBartosz Sobczak <bartosz.sobczak@intel.com>2022-05-23 23:39:27 +0000
committerEric Joyner <erj@FreeBSD.org>2022-05-23 23:52:49 +0000
commitcdcd52d41e246ba1c0fcfad0769bd691487355ef (patch)
treec58245f039b9f5e2cad77deda25465215e66595b /lib/ofed/Makefile
parent8a13362d49bf07dfc654e25976d057adbe0ac9c1 (diff)
downloadsrc-cdcd52d41e246ba1c0fcfad0769bd691487355ef.tar.gz
src-cdcd52d41e246ba1c0fcfad0769bd691487355ef.zip
irdma: Add RDMA driver for Intel(R) Ethernet Controller E810
This is an initial commit for RDMA FreeBSD driver for Intel(R) Ethernet Controller E810, called irdma. Supporting both RoCEv2 and iWARP protocols in per-PF manner, RoCEv2 being the default. Testing has been done using krping tool, perftest, ucmatose, rping, ud_pingpong, rc_pingpong and others. Signed-off-by: Eric Joyner <erj@FreeBSD.org> Reviewed by: #manpages (pauamma_gundo.com) [documentation] MFC after: 1 week Relnotes: yes Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D34690
Diffstat (limited to 'lib/ofed/Makefile')
-rw-r--r--lib/ofed/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ofed/Makefile b/lib/ofed/Makefile
index 224222b55e24..4dac5c675a49 100644
--- a/lib/ofed/Makefile
+++ b/lib/ofed/Makefile
@@ -12,6 +12,7 @@ SUBDIR= \
libcxgb4 \
libmlx4 \
libmlx5 \
+ libirdma \
libibnetdisc \
libopensm
@@ -22,6 +23,7 @@ SUBDIR_DEPEND_libvendor= libibumad
SUBDIR_DEPEND_libcxgb4= libibverbs
SUBDIR_DEPEND_libmlx4= libibverbs
SUBDIR_DEPEND_libmlx5= libibverbs
+SUBDIR_DEPEND_libirdma= libibverbs
SUBDIR_DEPEND_libibnetdisc= libibmad libibumad complib
SUBDIR_PARALLEL=