Skip to content

Commit a035074

Browse files
committed
RDMA/hfi2: Add verbs support for CN5000
Add InfiniBand verbs support for the hfi2 driver, which drives the Cornelis Networks CN5000 adapter. Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
1 parent 8d91654 commit a035074

9 files changed

Lines changed: 2126 additions & 863 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ add_subdirectory(providers/vmw_pvrdma)
754754
endif()
755755

756756
add_subdirectory(providers/hfi1verbs)
757-
add_subdirectory(providers/ipathverbs)
757+
add_subdirectory(providers/hfi2verbs)
758758
add_subdirectory(providers/rxe)
759759
add_subdirectory(providers/rxe/man)
760760
add_subdirectory(providers/siw)

MAINTAINERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
7171
S: Supported
7272
F: providers/hfi1verbs/
7373

74+
HFI2 USERSPACE PROVIDER (for hf2.ko)
75+
M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
76+
S: Supported
77+
F: providers/hfi2verbs/
78+
7479
HNS USERSPACE PROVIDER (for hns-roce-hw-v2.ko)
7580
M: Junxian Huang <huangjunxian6@hisilicon.com>
7681
M: Chengchang Tang <tangchengchang@huawei.com>

kernel-boot/rdma-description.rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DRIVERS=="ib_qib", ENV{ID_RDMA_INFINIBAND}="1"
2020

2121
# Hardware that supports OPA
2222
DRIVERS=="hfi1", ENV{ID_RDMA_OPA}="1"
23+
DRIVERS=="hfi2", ENV{ID_RDMA_OPA}="1"
2324

2425
# Hardware that supports iWarp
2526
DRIVERS=="cxgb4", ENV{ID_RDMA_IWARP}="1"

0 commit comments

Comments
 (0)