]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
sdp: Enable RoCE by default
authorAmir Vadai <amirv@mellanox.co.il>
Sun, 10 Oct 2010 09:10:38 +0000 (11:10 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:05:26 +0000 (05:05 -0700)
Could led to long delays when trying to establish connection to ethernet
peer, and libsdp is set to 'both'. Should be fixed by letting user set
both/sdp/tcp per interface and not only by subnet/port/process in libsdp.conf.

Signed-off-by: Amir Vadai <amirv@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_cma.c

index 78fafa267919d284e1be332120e909dc61032835..916c338ab0519ea14b5f98bfa900965c5ae71bfc 100644 (file)
@@ -48,7 +48,7 @@
 
 #define SDP_MAJV_MINV 0x22
 
-SDP_MODPARAM_SINT(sdp_link_layer_ib_only, 1, "Support only link layer of "
+SDP_MODPARAM_SINT(sdp_link_layer_ib_only, 0, "Support only link layer of "
                "type Infiniband");
 
 static void sdp_qp_event_handler(struct ib_event *event, void *data)