Skip to content

Commit

Permalink
Merge pull request #116 from e0ne/remove-issm-device
Browse files Browse the repository at this point in the history
Remove "issm" device from required list
  • Loading branch information
adrianchiris authored Sep 16, 2024
2 parents be484a8 + c1873a6 commit 4f3eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/rdma_device_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type rdmaDeviceSpec struct {
}

// Required RDMA devices
var requiredRdmaDevices = []string{"issm", "rdma_cm", "umad", "uverbs"}
var requiredRdmaDevices = []string{"rdma_cm", "umad", "uverbs"}

func NewRdmaDeviceSpec(rdmaDevs []string) types.RdmaDeviceSpec {
return &rdmaDeviceSpec{rdmaDevs: rdmaDevs}
Expand Down

0 comments on commit 4f3eb22

Please sign in to comment.