|
@@ -96,10 +96,10 @@ MODULE_PARM_DESC(log_num_mgm_entry_size, "log mgm size, that defines the num"
|
|
" To activate device managed"
|
|
" To activate device managed"
|
|
" flow steering when available, set to -1");
|
|
" flow steering when available, set to -1");
|
|
|
|
|
|
-static bool enable_64b_cqe_eqe;
|
|
|
|
|
|
+static bool enable_64b_cqe_eqe = true;
|
|
module_param(enable_64b_cqe_eqe, bool, 0444);
|
|
module_param(enable_64b_cqe_eqe, bool, 0444);
|
|
MODULE_PARM_DESC(enable_64b_cqe_eqe,
|
|
MODULE_PARM_DESC(enable_64b_cqe_eqe,
|
|
- "Enable 64 byte CQEs/EQEs when the FW supports this");
|
|
|
|
|
|
+ "Enable 64 byte CQEs/EQEs when the FW supports this (default: True)");
|
|
|
|
|
|
#define HCA_GLOBAL_CAP_MASK 0
|
|
#define HCA_GLOBAL_CAP_MASK 0
|
|
|
|
|