Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b52fe09e authored by Steve Wise's avatar Steve Wise Committed by Roland Dreier
Browse files

RDMA/cxgb4: Turn on delayed ACK



Set the default to on.

Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarRoland Dreier <roland@purestorage.com>
parent a5bbef0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -61,9 +61,9 @@ static char *states[] = {
	NULL,
	NULL,
};
};


static int dack_mode;
static int dack_mode = 1;
module_param(dack_mode, int, 0644);
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;
int c4iw_max_read_depth = 8;
module_param(c4iw_max_read_depth, int, 0644);
module_param(c4iw_max_read_depth, int, 0644);