1
0
Fork 0

RDMA/cxgb4: Enable on-chip SQ support by default

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:11 +00:00 committed by Roland Dreier
parent ffc3f7487f
commit a9c7719800
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@
*/
#include "iw_cxgb4.h"
static int ocqp_support;
static int ocqp_support = 1;
module_param(ocqp_support, int, 0644);
MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=0)");
MODULE_PARM_DESC(ocqp_support, "Support on-chip SQs (default=1)");
static void set_state(struct c4iw_qp *qhp, enum c4iw_qp_state state)
{