projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c529fb5
)
RDMA/cxgb4: Disable DSGL use by default
author
Steve Wise
<swise@opengridcomputing.com>
Thu, 27 Mar 2014 17:03:47 +0000
(12:03 -0500)
committer
Roland Dreier
<roland@purestorage.com>
Wed, 2 Apr 2014 15:53:54 +0000
(08:53 -0700)
Current hardware doesn't correctly support DSGL.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/cxgb4/mem.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/cxgb4/mem.c
b/drivers/infiniband/hw/cxgb4/mem.c
index 22a2e3e4540fca53ffa39bbb178071eea87ca762..2630838ab1c2a8e6722668513de5437945127de5 100644
(file)
--- a/
drivers/infiniband/hw/cxgb4/mem.c
+++ b/
drivers/infiniband/hw/cxgb4/mem.c
@@
-37,9
+37,9
@@
#include "iw_cxgb4.h"
-int use_dsgl =
1
;
+int use_dsgl =
0
;
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 C4IW_MAX_INLINE_SIZE 96