1
0
Fork 0

RDMA/cxgb4: Turn on delayed ACK

Set the default to on.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
hifive-unleashed-5.1
Steve Wise 2011-03-11 22:30:01 +00:00 committed by Roland Dreier
parent a5bbef0b2d
commit b52fe09e33
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ static char *states[] = {
NULL,
};
static int dack_mode;
static int dack_mode = 1;
module_param(dack_mode, int, 0644);
MODULE_PARM_DESC(dack_mode, "Delayed ack mode (default=0)");
MODULE_PARM_DESC(dack_mode, "Delayed ack mode (default=1)");
int c4iw_max_read_depth = 8;
module_param(c4iw_max_read_depth, int, 0644);