RDMA/cxgb4: Default peer2peer mode to 1
[linux-2.6-block.git] / drivers / infiniband / hw / cxgb4 / cm.c
index 2b2af962cc64c4b2459a2972012d220193c134c3..e1fc5c5445c93267d9212cab59c527f44a22b8c6 100644 (file)
@@ -98,9 +98,9 @@ int c4iw_debug;
 module_param(c4iw_debug, int, 0644);
 MODULE_PARM_DESC(c4iw_debug, "Enable debug logging (default=0)");
 
-static int peer2peer;
+static int peer2peer = 1;
 module_param(peer2peer, int, 0644);
-MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=0)");
+MODULE_PARM_DESC(peer2peer, "Support peer2peer ULPs (default=1)");
 
 static int p2p_type = FW_RI_INIT_P2PTYPE_READ_REQ;
 module_param(p2p_type, int, 0644);