Browse Source

RDMA/cxgb4: Disable DSGL use by default

Current hardware doesn't correctly support DSGL.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Steve Wise 11 years ago
parent
commit
96bb2706c8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/infiniband/hw/cxgb4/mem.c

+ 2 - 2
drivers/infiniband/hw/cxgb4/mem.c

@@ -37,9 +37,9 @@
 
 
 #include "iw_cxgb4.h"
 #include "iw_cxgb4.h"
 
 
-int use_dsgl = 1;
+int use_dsgl = 0;
 module_param(use_dsgl, int, 0644);
 module_param(use_dsgl, int, 0644);
-MODULE_PARM_DESC(use_dsgl, "Use DSGL for PBL/FastReg (default=1)");
+MODULE_PARM_DESC(use_dsgl, "Use DSGL for PBL/FastReg (default=0)");
 
 
 #define T4_ULPTX_MIN_IO 32
 #define T4_ULPTX_MIN_IO 32
 #define C4IW_MAX_INLINE_SIZE 96
 #define C4IW_MAX_INLINE_SIZE 96