From 10d3f472f8cbc8cc4725572b93b7ecbe33866d20 Mon Sep 17 00:00:00 2001 From: Amir Vadai Date: Sun, 10 Oct 2010 11:10:38 +0200 Subject: [PATCH] sdp: Enable RoCE by default 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 --- drivers/infiniband/ulp/sdp/sdp_cma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/ulp/sdp/sdp_cma.c b/drivers/infiniband/ulp/sdp/sdp_cma.c index 78fafa267919..916c338ab051 100644 --- a/drivers/infiniband/ulp/sdp/sdp_cma.c +++ b/drivers/infiniband/ulp/sdp/sdp_cma.c @@ -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) -- 2.50.1