From: Amir Vadai Date: Sun, 10 Oct 2010 09:10:38 +0000 (+0200) Subject: sdp: Enable RoCE by default X-Git-Tag: v4.1.12-92~264^2~5^2~90 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=10d3f472f8cbc8cc4725572b93b7ecbe33866d20;p=users%2Fjedix%2Flinux-maple.git 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 --- 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)