iw_cxgb4: set the default MPA version to 2
authorHariprasad S <hariprasad@chelsio.com>
Mon, 27 Jul 2015 08:38:52 +0000 (14:08 +0530)
committerDoug Ledford <dledford@redhat.com>
Sat, 29 Aug 2015 02:54:47 +0000 (22:54 -0400)
This enables ORD/IRD negotiation and its about time to enable it by
default

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/cxgb4/cm.c

index 3ad8dc798f52c9101261882ac19138efb3905b94..75144d90c252d910480ab2520eb8d1e7e4d27653 100644 (file)
@@ -115,11 +115,11 @@ module_param(ep_timeout_secs, int, 0644);
 MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
                                   "in seconds (default=60)");
 
-static int mpa_rev = 1;
+static int mpa_rev = 2;
 module_param(mpa_rev, int, 0644);
 MODULE_PARM_DESC(mpa_rev, "MPA Revision, 0 supports amso1100, "
                "1 is RFC0544 spec compliant, 2 is IETF MPA Peer Connect Draft"
-               " compliant (default=1)");
+               " compliant (default=2)");
 
 static int markers_enabled;
 module_param(markers_enabled, int, 0644);
This page took 0.037106 seconds and 5 git commands to generate.