Skip to content

Commit b8ac311

Browse files
Hariprasad Sdledford
authored andcommitted
iw_cxgb4: set the default MPA version to 2
This enables ORD/IRD negotiation and its about time to enable it by default Signed-off-by: Steve Wise <[email protected]> Signed-off-by: Hariprasad Shenai <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent 7854550 commit b8ac311

File tree

1 file changed

+2
-2
lines changed
  • drivers/infiniband/hw/cxgb4

1 file changed

+2
-2
lines changed

drivers/infiniband/hw/cxgb4/cm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ module_param(ep_timeout_secs, int, 0644);
115115
MODULE_PARM_DESC(ep_timeout_secs, "CM Endpoint operation timeout "
116116
"in seconds (default=60)");
117117

118-
static int mpa_rev = 1;
118+
static int mpa_rev = 2;
119119
module_param(mpa_rev, int, 0644);
120120
MODULE_PARM_DESC(mpa_rev, "MPA Revision, 0 supports amso1100, "
121121
"1 is RFC0544 spec compliant, 2 is IETF MPA Peer Connect Draft"
122-
" compliant (default=1)");
122+
" compliant (default=2)");
123123

124124
static int markers_enabled;
125125
module_param(markers_enabled, int, 0644);

0 commit comments

Comments
 (0)