Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7cb7b85 authored by Greg Thelen's avatar Greg Thelen Committed by Doug Ledford
Browse files

IB: make INFINIBAND_ADDR_TRANS configurable



Allow INFINIBAND without INFINIBAND_ADDR_TRANS because fuzzing has been
finding fair number of CM bugs.  So provide option to disable it.

Signed-off-by: default avatarGreg Thelen <gthelen@google.com>
Cc: Tarick Bedeir <tarick@google.com>
Reviewed-by: default avatarBart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 5a3bc8a4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -61,9 +61,12 @@ config INFINIBAND_ON_DEMAND_PAGING
	  pages on demand instead.

config INFINIBAND_ADDR_TRANS
	bool
	bool "RDMA/CM"
	depends on INFINIBAND
	default y
	---help---
	  Support for RDMA communication manager (CM).
	  This allows for a generic connection abstraction over RDMA.

config INFINIBAND_ADDR_TRANS_CONFIGFS
	bool